Releases: ckb-js/ckb-sdk-js
Releases · ckb-js/ckb-sdk-js
v0.20.0
0.20.0 (2019-09-07)
Features
- utils: add the serializeScript method in the utils module (85dffcb)
- utils: update the scriptToHash method in the utils module with a new serialization method (abeabf4)
BREAKING CHANGES
- utils: update the scriptToHash method in the utils module with a new serialization method
v0.19.1
v0.19.0
0.19.0 (2019-08-27)
Features
- core: add the RPC of computeScriptHash (705f51e)
- core: use secp256k1 dep group instead of secp256k1 cell (578eb43)
- core: use the secp256k1 type script hash as the code hash of the secp256k1 dep (617487e)
- type: block header structure changes (ce48faf)
- type: CellOutput and Epoch structures change (8346ae4)
- type: Input structure changes (ba16d1b)
- type: OutPoint structure changes (38ba007)
- type: rename is_dep_group to dep_type (06c324a)
- type: set the value of hash_type to "data" and "type" (36a5512)
- type: Transaction structure changes (30c84bb)
- type: Transaction structure changes (71625fa)
- type: Transaction structure changes (df65152)
- utils: rename the method of lockScriptToHash to scriptToHash (40cdbaa)
BREAKING CHANGES
- type: set the value of hash_type to "data" and "type"
- type: rename is_dep_group to dep_type
- type: block header structure changes
- utils: rename the method of lockScriptToHash to scriptToHash
- core: use secp256k1 dep group instead of secp256k1 cell
- type: CellOutput and Epoch structures change
- type: Transaction structure chagnes
- type: OutPoint structure changes
- type: Input structure chagnes
v0.18.0
v0.17.1
v0.17.0
v0.16.0
v0.15.1
v0.15.0
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.