Skip to content

v1.5.0

Compare
Choose a tag to compare
@nanne007 nanne007 released this 17 Aug 09:22
· 639 commits to master since this release
c3d76f5

Chain

  • [area:json-api] Account import/import_readonly rpc support string hex parameter #2789
  • [area:cli] add a node cmd to reset node startup info #2792
  • [area:cli] add a node cmd to delete block #2796
  • [area:sync] Check failed block before apply. #2794

Stdlib

  • Update specs to use move 1.3 syntax. #2603
  • Support contract account by using SignerCapability abstraction. #2673
  • Account::deposit support deposit zero token. #2745
  • Account supports auto-accept-token feature. #2746
  • Implement Oracle protocol, support general data oracle and price oracles. #2732
  • Implement NFT protocol which has builtin IdentifierNFT, GenesisNFT. (#2688, #2763, #2760, #2767, #2769, #2771, #2772)
  • Add many script functions. #2745, #2781
  • Fix Math.mul_div. (#2775 by xiangfeihan<xiangfeihan@bixin.com)

Hard fork

  • [vm]: fix cache data when upgrading modules with init script function #161

Bugfix

  • [bug] fix txn output decode failure after dry run package #2787