Version 0.2
New release of the Paddle!
Detailed features tour is now available in README.md.
What's new:
- NFT api;
- asynchronous actions;
- ability to run custom Docker images of Waves node;
- ability to connect to existing Waves node;
- Docker for Windows supported;
- soft waitings for blockchain height.
Fixed:
- to set script from file, method
Script.fromFile()
must be used instead of creating Path:alice.setsScript( s -> s.script(fromFile("dapp.ride")) );
- waiting durations in seconds;
- output errors while docker node starts.