Skip to content

Releases: dfinance/dnode

v0.5.3

14 Jul 11:03
f99c836
Compare
Choose a tag to compare

Swagger hotfix.

v0.5.2

07 Jul 14:11
c23b871
Compare
Choose a tag to compare

Hot fixes ⛑️ (only dncli):

  • Fix for --fees flag when sending transaction (no default option anymore).
  • Default fees to 0.0001 DFI.

v0.5.1

02 Jul 11:43
7203ecb
Compare
Choose a tag to compare

v0.5.1 release contains hot fix🧑‍🏭:

  • Fixed VM data querying from REST api and CLI.

v0.5.0

01 Jul 15:47
72b2772
Compare
Choose a tag to compare

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.

v0.4.0

18 Jun 13:51
b0635f2
Compare
Choose a tag to compare

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

26 May 12:30
ecde272
Compare
Choose a tag to compare

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

22 May 13:37
0f55988
Compare
Choose a tag to compare

Changelog:

  • Fixed oracle-app to support standard HD path.

v0.3.0

22 May 12:29
4d4d464
Compare
Choose a tag to compare

🚀

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

23 Apr 11:51
857a376
Compare
Choose a tag to compare

Changelog:

  • VM connection timeouts configuration fix;

v0.2.1

06 Apr 12:01
b31317a
Compare
Choose a tag to compare

Changelog:

  • Updated CLI for VM (examples and usage examples)
  • Supports compilation via REST api
  • Fixes/updates to tests