Releases: nervosnetwork/ckb-sdk-java
Releases · nervosnetwork/ckb-sdk-java
v0.24.7
v0.24.6
v0.24.5
v0.24.2
v0.24.1
v0.24.1 (2019-11-06)
Feature
- Refactor module names(rename core to ckb and add example module)(02ba44a)
- Split transaction building and signature(cc4fc63)
- Refactor multisig example to split transaction building and signature(48ac5c5)
- Update cell collector for transaction fee calculating(b4c720b)
Breaking Change
- Rename core module to ckb
- Rename console module to ckb-sdk
- Create new example module
- Refactor examples for splitting transaction building and signature
- Reactor cell collector for transaction fee calculating
v0.24.0
v0.24.0 (2019-11-02)
Feature
- Add estimate_fee_rate rpc(4e633ec)
- Update transaction example with estimating tx fee(43fe747)
- Update single sig transaction with new witness(48ac5c5)
- Impl multi sig address and transaction(9696651)
Breaking Change
Sending transaction with single sig address will be changed because of new witness data structure and new signature logic.