Skip to content

v0.34.0

Compare
Choose a tag to compare
@Keith-CY Keith-CY released this 21 Jul 03:50
· 274 commits to master since this release
9b0ab2d

0.34.0 (2020-07-21)

Bug Fixes

  • utils: rename the arg field in params of utils#fullPayloadToAddress to args (08dcc0d)

Features

  • core: combine core#loadSecp256k1Dep and core#loadDaoDep into core#loadDep (762441e)
  • core: enhance ckb#loadCells to load cells from lumos collector (3152a3c)
  • core: remove experimental rpc (32c7a0c)
  • rpc: enable batch request (#449) (9517cae)
  • rpc: remove the estimateFeeRate RPC method (819d33f)
  • utils: add epoch module (8d6478a)
  • utils: set the default address prefix ckb (3134eda)
  • utils: use strict validation on address (bb23ce9)
  • utils: utils#calculateSerializedTxSizeInBlock is renamed to utils#getTransactionSize (8fbc43a)

BREAKING CHANGES

  • rpc: Remove the estimateFeeRate RPC method
  • utils: utils#calculateSerializedTxSizeInBlock is renamed to utils#getTransactionSize
  • utils: Set the default address prefix ckb instead of ckt
  • core: core#loadSecp256k1Dep and core#loadDaoDep are removed, use core#loadDeps instead
  • core: computeTransactionHash and computeScriptHash are removed from the rpc list
  • utils: The arg field in params of utils#fullPayloadToAddress is renamed to args