Skip to content

Version 0.2

Compare
Choose a tag to compare
@msmolyakov msmolyakov released this 19 Aug 08:18
· 41 commits to master since this release
da5f125

New release of the Paddle!

Detailed features tour is now available in README.md.

What's new:

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.