Skip to content

Releases: nervosnetwork/ckb-sdk-java

v0.41.1

21 Jun 02:53
d27e32c
Compare
Choose a tag to compare

v0.41.1 (2021-06-21)

Feature

v0.41.0

11 Jun 17:35
f604bab
Compare
Choose a tag to compare

v0.41.0 (2021-06-12)

Feature

v0.40.0

08 Mar 08:55
adf5cfc
Compare
Choose a tag to compare

v0.40.0 (2021-03-08)

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

31 Jan 01:00
75fa275
Compare
Choose a tag to compare

v0.39.1 (2021-01-30)

Feature

  • Add sudt example with ckb-indexer(176bfa1)
  • Add acp example with ckb-indexer(c4a2502)

Bugfix

  • Fix WitnessArgs serialization size(bb73a39)

v0.39.0

12 Jan 08:52
87b3ae9
Compare
Choose a tag to compare

v0.39.0 (2021-01-12)

Feature

v0.38.1

16 Dec 06:44
d1830ee
Compare
Choose a tag to compare

v0.38.1 (2020-12-16)

Feature

  • Add anyone_can_pay short address(5585ad1)
  • Add note of indexer rpc deprecated(e6f91a9)

BugFix

  • Update interface RpcCallback public(b3f6b61)

v0.38.0

23 Nov 08:13
e8f5803
Compare
Choose a tag to compare

v0.38.0 (2020-11-23)

Bump version to v0.38.0

v0.37.1

10 Nov 07:35
0b3adad
Compare
Choose a tag to compare

v0.37.1 (2020-11-10)

Feature

  • Lock bouncycastle version to 1.65 (79b870d)

v0.37.0

29 Oct 03:16
61eef05
Compare
Choose a tag to compare

v0.37.0 (2020-10-29)

Feature

  • Add new rpc (ping_peers, clear_banned_addresses, get_transaction_proof, verify_transaction_proof) (ad83ea7)

Refactor

  • Remove get_cells_by_lock_hash and indexer examples (d70522f)

BreakingChanges

  • Remove get_cells_by_lock_hash rpc
  • Remove indexer and udt examples and new sudt examples will be added in the next release

v0.36.1

22 Sep 10:11
a44ebc3
Compare
Choose a tag to compare

v0.36.1 (2020-09-22)

BugFix

  • Package ckb-sdk.jar with jdk8