Releases: ckb-js/ckb-sdk-js
Releases · ckb-js/ckb-sdk-js
v0.102.1
- add a detailed comment of generateRawTransaction
- update copyright
- add a script to bundle an umd package instead of running commands in CI
v0.101.0
Features
- extends hash_type to 'data' | 'type' | 'data1' (#555) (30c49e8)
- rpc: a new field 'extension' is added to the block body (285a829)
- rpc: add a new field 'hardforkFeatures' in response of getConsensus (133fe26)
- rpc: rename 'uncles_hash' to 'extra_hash' in block header (58c055c)
BREAKING CHANGES
- rpc: Add a new field 'hardforkFeatures' in response of getConsensus
ref nervosnetwork/ckb#2879
- rpc: A new field 'extension' is added to the block body
ref nervosnetwork/rfcs#224
- rpc: The field 'uncles_hash' in block header is renamed to 'extra_hash'
ref: nervosnetwork/rfcs#224
v0.43.0
0.43.0 (2021-06-29)
Note: Version bump only for package ckb-sdk-js
v0.41.1
0.41.1 (2021-05-08)
Note: Update a dependency
v0.41.0
0.41.0 (2021-05-06)
Note: Version bump only for package ckb-sdk-js
v0.40.0
0.40.0 (2021-03-08)
Features
- rpc: remove indexer from RPC module (b3ba942)
BREAKING CHANGES
- rpc: Remove the entire indexer from the RPC module
v0.39.0
0.39.0 (2021-01-13)
Features
- rpc: add rpc#getRawTxPool, rpc#getConsensus and deprecate rpc#getCellbaseOutputCapacityDetails, rpc#getPeersState (#528)
v0.38.2
0.38.2 (2020-11-30)
Bug Fixes
- core: fix the type declaration of changeLockScript (23ad1db)
v0.38.1
0.38.1 (2020-11-27)
Features
- core: upgrade @ckb-lumos/indexer and add the example of sudt transaction (c10ec0b)
- utils: update acp lock script (6d9a85f)
v0.38.0
0.38.0 (2020-11-20)
Bug Fixes
- core: use change lock script instead of change public key hash (b16bfc8)
BREAKING CHANGES
- core:
changePublicKeyHash
in generateRawTransaction
is replaced with changeLockScript