Skip to content

Releases: nervosnetwork/ckb-sdk-java

0.101.2

16 Dec 08:22
c1816a2
Compare
Choose a tag to compare

🚀 Features

  • feat: add method for legacy address conversion (#514)

🐛 Bug Fixes

  • fix: improve address validation (#515)
  • fix: fix PR labler not permission (#516)

🧰 Maintenance

  • chore: fix release github action (#513)

0.101.1

01 Dec 15:21
005e436
Compare
Choose a tag to compare

🚀 Features

  • Add address generation methods (#494, #496)
  • Add timestamp in RPC response (#489)
  • Make ckb-indexer interface compatible (#491)
  • Adopt full address by default (#506)
  • Add enum Freeze in extraFilter (#508)
  • Support build_sudt_issue_transaction (#501)
  • Add build_sudt_issue_transaction test (#502)

🐛 Bug Fixes

  • Replace short address with bech32m full address in test (#511)
  • Fix key invalidation error (#487)

🧰 Maintenance

  • Label PR based on title (#507)
  • Add CICD github actions (#505)

📝 Document

Breaking Changes

  • Rename rpc build_deposit_transaction to build_dao_deposit_transaction (#483)
  • Rename rpc build_withdraw_transaction to build_dao_withdraw_transaction (#483)
  • Building tx output support witnesses filling and new signature actions (#481)
  • When sending a transaction, use passthrough as the default parameter (#479)
  • Rename build_smart_transfer_transction (#488)
  • Change RPC response structure (#492, #493, #495, #497)

v0.43.3-beta.4 (2021-10-13)

12 Oct 20:06
8f9cc1a
Compare
Choose a tag to compare

Bugfix

  • Fix a serialization error in GetTransactionInfoResponse (#474)

v0.43.3-beta.3 (2021-09-27)

27 Sep 17:05
dcb5b20
Compare
Choose a tag to compare

v0.43.3-beta.2 (2021-09-28)

Bugfix

  • Fix a serialization error
    in ExtraFilter (#464)

v0.43.3-beta.2 (2021-09-27)

27 Sep 11:42
Compare
Choose a tag to compare

Refactor

Bugfix

  • Fix girester_address url error (4eba9b2)
  • Fix serialization error in get_spent_transaction(ca4599a)
  • Fix ExtraFilter structure definition problem (f4cc990)
  • Fix Record structure definition problem (532d17)

v0.43.3-beta.1 (2021-09-23)

23 Sep 03:25
Compare
Choose a tag to compare

The corresponding mercury version is v0.2.0-beta.1

Features

Breaking Changes

  • Adjusting build_smart_transfer_transaction (4f2683d)
  • Adjusting query_transactions interface (9d15fed)
  • Adjusting build_transfer_transaction interface (0ce8890)
  • Adjusting build_adjust_account_transaction interface (aa89d7a ca7efe5)
  • Adjusting get_block_info interface(09c3e38)
  • Adjusting get_transaction_info interface (ef6ece4)
  • Adjusting balance interface (ee1f367)
  • remove build_asset_collection_transaction interface (aa89d7a

v0.43.2 (2021-09-03)

03 Sep 14:19
d19ba15
Compare
Choose a tag to compare

v0.43.2 (2021-09-03)

Features

BreakingChanges

v0.43.1 (2021-08-01)

01 Aug 11:58
455f866
Compare
Choose a tag to compare

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)

26 Jul 07:47
9522dfa
Compare
Choose a tag to compare

v0.43.0

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

28 Jun 11:37
2fac6df
Compare
Choose a tag to compare

v0.42.0 (2021-06-28)

BreakingChanges

  • Remove get_peers_state rpc
  • Remove get_cellbase_output_capacity_details rpc