Releases: ckb-js/ckb-sdk-js
Releases · ckb-js/ckb-sdk-js
v0.29.0
0.29.0 (2020-02-28)
Features
- rpc: update the action of outputs validator when it is null (4932c47)
BREAKING CHANGES
- rpc: null outputs validator is equivalent to the passthrough one
v0.28.0
0.28.0 (2020-02-07)
Note: Version bump only for package ckb-sdk-js
v0.27.1
0.27.1 (2020-02-01)
Features
- rpc: add the second paramter outputsValidator in the sendTransaction RPC method (0c7b7b1)
BREAKING CHANGES
- rpc: Default outputsValidator on sending transactions requires the lock of outputs to be
the default lock script
v0.27.0
0.27.0 (2020-01-11)
Note: Version bump only for package ckb-sdk-js
v0.26.4
0.26.4 (2020-01-02)
Features
- rpc: add the new rpc method of get_capacity_by_lock_hash (9628084)
v0.26.3
refactor: implemented blake2b-wasm in typescript (b925ecc)
v0.26.2
Refine the type definition of blake2b
v0.26.0
0.26.0 (2019-12-16)
Bug Fixes
- rpc: add missing types in rpc type def (8427341)
- rpc: fix the type def of ScriptHashType (217a579)
Features
- enable JSBI for compatibility (bfce1e5)
- core: support multiple private keys in generating and signing a… (#403) (8bac66b)
- type: update the return type of rpc.getCellsByLockHash (30aa494)
BREAKING CHANGES
- utils.toHexInLittleEndian will not accept parameters in number
v0.25.0
0.25.0 (2019-11-16)
Note: Version bump only for package ckb-sdk-js