Releases: dfinance/dnode
Releases · dfinance/dnode
v0.5.3
Swagger hotfix.
v0.5.2
Hot fixes ⛑️ (only dncli):
- Fix for
--fees
flag when sending transaction (no default option anymore). - Default fees to 0.0001 DFI.
v0.5.1
v0.5.1 release contains hot fix🧑🏭:
- Fixed VM data querying from REST api and CLI.
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
--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 forTransaction::sender()
anymore.
Checkout our documentation to see detailed changes.
v0.4.0
New release coming! 🧑🏭
Changelog:
- New Libra version support (signer, etc).
- DEX - trade dfinance currencies on decentralized exchange.
- Max block gas limit to 10 million.
- Support of combined compiler and DVM.
- Bug fixes, improvements, etc.
v0.3.2
Changelog:
- Fix critical issue when write set from VM processing and writing instead of ignoring if execution of smart contract contains errors.
v0.3.1
Changelog:
- Fixed
oracle-app
to support standard HD path.
v0.3.0
🚀
Changelog:
- Smart contract's programming language upgraded from MVIR (Move Intermediate Representation) to fully compliant Move.
- Retry mechanism for connection to Move VM instead of timeouts.
- Coins register module contains information about known coins.
- BTC,USDT simulation.
- Default gas in dncli to 500k.
- Bug fixing, improvements, etc.
v0.2.2
Changelog:
- VM connection timeouts configuration fix;
v0.2.1
Changelog:
- Updated CLI for VM (examples and usage examples)
- Supports compilation via REST api
- Fixes/updates to tests