Skip to content

v0.12.0

Choose a tag to compare

@Keith-CY Keith-CY released this 17 May 23:33
· 887 commits to develop since this release
b394e84

0.12.0 (2019-05-18)

Bug Fixes

  • rpc: fix get live cell rpc (dffcc55)
  • rpc: fix the return type of getCellsByLockHash from cellByLockHash to cellIncludingOutPoint (f648f56)

Features

  • core: add _compute_transaction_hash rpc (9f81f28)
  • core: add address module into core module (d5d75ec)
  • core: add load system cell method (94af040)
  • core: remove wallet module (551f5a2)
  • rpc: add get epoch by number rpc (d1141dd)
  • rpc: add get peers rpc (f67eee6)
  • rpc: add get tx pool info rpc (203dcde)
  • rpc: add one new rpc and remove two rpc (21c4ac4)
  • rpc: add rpc of get blockchain info and get peers state (9f7d20c)
  • rpc: add rpc of getCurrentEpoch (9e631db)
  • rpc: export formatter as helpers in rpc module (160aa1c)
  • rpc: generalize outpoint (2a41797)
  • rpc: update staging in tx pool info to proposed (a4f4192)
  • types: rename the proposals_root field in block header to proposals_hash (b2db527)

BREAKING CHANGES

  • types: update type of outpoint
  • types: rename the proposals_root field in block header to proposals_hash
  • wallet: remove wallet module