Skip to content

v0.5.0

Compare
Choose a tag to compare
@borispovod borispovod released this 01 Jul 15:47
· 71 commits to master since this release
72b2772

New release coming v0.5.0 🌚 :

  • New standard library and new standard library owner address (0x1 instead of 0x0).
  • New events system! Now it's possible to catch events by modules addresses, deserialize event data using reference to used data type!
  • Default fees in dncli equal 1DFI, in common situation not need more for --fees flag when sending transaction.
  • dncli vm related commands updated: compile-script/compile-module -> compile, execute-script -> execute, deploy -> publish.
  • Removed transaction module from standard library. Now assert() is native, not need for Transaction::sender() anymore.

Checkout our documentation to see detailed changes.