Releases: nervosnetwork/ckb-sdk-java
Releases · nervosnetwork/ckb-sdk-java
v0.43.1 (2021-08-01)
Features
- Relay ckb rpc request through mercury (1504473)
- Add
get_fork_block
api (0755910)
- Add
get_block_median_time
api (83ca4a9)
Bugfix
Fix the return value of the
interface verify_transaction_proof
(751f07b)
v0.43.0 (2021-07-26)
Features
- #415 Support Mercury version 0.1.0-rc2
- Support CKB version 0.43.0
- #415 Support ckb-indexer version 0.2.1
v0.42.0
BreakingChanges
- Remove
get_peers_state
rpc
- Remove
get_cellbase_output_capacity_details
rpc
v0.40.0
Feature
- Remove indexer module rpc and disable get_cellbase_output_capacity_details rpc(0872f27)
BreakingChanges
- Remove indexer module rpc
- Add @deprecated to get_cellbase_output_capacity_details rpc
v0.39.1
Feature
- Add sudt example with ckb-indexer(176bfa1)
- Add acp example with ckb-indexer(c4a2502)
Bugfix
- Fix WitnessArgs serialization size(bb73a39)
v0.38.1
Feature
- Add anyone_can_pay short address(5585ad1)
- Add note of indexer rpc deprecated(e6f91a9)
BugFix
- Update interface RpcCallback public(b3f6b61)