Skip to content

v0.101.0 (2021-10-25)

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 07:27
1037b4b

v0.101.0 (2021-10-25)

Bug Fixes

Code Refactoring

  • hardfork: rename uncles_hash to extra_hash (ccd7545)
  • remove estimate_fee_rate RPC (702f4c5)

Features

  • hardfork: add a new field "hardfork_features" to get_consensus RPC (ab2d4ca)
  • hardfork: add extension to block (4f1461a)
  • hardfork: add new allowed value 'data1' to hash_type (fec87fd)
  • hardfork: support new full payload address format (80a9f97)

BREAKING CHANGES

  • hardfork: The field "uncles_hash" in "header" will be renamed to "extra_hash"
    nervosnetwork/ckb#2776
  • remove estimate_fee_rate API and RPC method