Skip to content

v0.15.0

Choose a tag to compare

@Keith-CY Keith-CY released this 29 Jun 10:02
· 742 commits to master since this release
e2aa259

0.15.0 (2019-06-29)

Bug Fixes

  • rpc: binding the node of method instances to the one of rpc instance. (f0b486a)

Features

  • cli: add dashboard mode of ckb-cli (9accdeb)
  • rpc: add index related rpc (cf8931b)
  • rpc: add index related rpc (2a7d403)
  • rpc: update get blockchain info rpc (7382458)
  • rpc: update the type of epoch (509a79b)
  • utils: add signRecoverable method to the ECPair class (3c1f334)

BREAKING CHANGES

  • rpc: update the type of epoch, remove block_reward, last_block_hash_in_previous_epoch,
    remainder_reward fields, add epoch_reward field.
  • rpc: replace warnings field with alerts field in the response of get blockchain info rpc
  • utils: use signRecoverable instead of sign method to sign the transactions.