v0.5.0
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
--feesflag 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 forTransaction::sender()anymore.
Checkout our documentation to see detailed changes.