Releases: ckb-js/ckb-sdk-js
Releases · ckb-js/ckb-sdk-js
v0.109.2
Features
- enable es module (be3e757)
- export signWitnesses and calculateTransactionFee (13c6b3d)
v0.107.0
Features
- Sign support multisig. (#593) (3ad7abd)
- add rpc of "get_fee_rate_statics" (#608)
v0.103.1
Bug Fixes
- add address format type validation in utils.toAddressPayload (8cf043c)
- fix default code hash/code hash index in toAddressPayload (e72a29d)
- reinforce restriction of address format type and bech32(m) (816e8ea)
v0.103.0
Bug Fixes
- fix default code hash/code hash index in toAddressPayload (e72a29d)
v0.102.3
Note: Version bump only for package ckb-sdk-js
v0.102.2
- core: add
calculateDaoMaximumWithdraw
to calculate maximum withdraw capacity based on withdrawing block hash or withdrawing cell outpoint(#578)
- utils: add
extractDAOData
to deserialize DAO field in block header (#578)
- utils: add
calculateMaximumWithdraw
to calculate maximum withdraw capacity offline (#578)
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