Skip to content

Releases: nervosnetwork/ckb-sdk-java

2.1.0

26 Dec 12:42
c9fb5cc
Compare
Choose a tag to compare

🚀 Features

🧰 Maintenance

📝 Document

1.0.3

19 Oct 08:20
3aad87a
Compare
Choose a tag to compare

🚀 Features

  • feat: filter out pending cell (#603)

2.0.3

15 Jul 06:39
568cbae
Compare
Choose a tag to compare

🚀 Features

  • feat: fix signer test fixture (#575)
  • feat: fix incorrect index at method encodeFullBech32 (#576)

2.0.2

25 Jun 00:50
ccdd15b
Compare
Choose a tag to compare

🚀 Features

  • feat: enhance mercury builder (#570)

2.0.1

16 Jun 08:43
Compare
Choose a tag to compare

🚀 Features

  • feat: make mercury enum public (#566)
  • feat: add more easy-use mercury tool methods (#565)

2.0.0

14 Jun 08:51
3c88b39
Compare
Choose a tag to compare

2.0.0 is a refactored ckb-java-sdk release and brings plenty of BREAKING CHANGES compared with v1.0.* and the earlier releases.

Breaking changes related to user interfaces

  • Type or name change of quite a few fields in RPC type representation.
  • Unified address representation and operation.
  • Transaction signing mechanism by ScriptGroup, ScriptSigner, and TransactionSigner.
  • TransactionBuilder and ScriptHandler for transaction construction by manual.
  • Operation support for most common scripts.
  • Clean some utils classes and unused classes.

Underlying breaking changes that are less likely to need users' changes

  • Molecule serialization in a code-generated way.
  • Unify type adapter for Gson serialization.
  • More robust test.

Check migration-guide.md for more migration help if you are using earlier version.

1.0.2

27 May 02:29
d21c275
Compare
Choose a tag to compare

🚀 Features

  • feat: check address strictly (#550)

1.0.1

06 May 09:49
b10e437
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: close OK http client (#544)

1.0.0

17 Mar 08:22
4cdc75b
Compare
Choose a tag to compare

Breaking Changes

  • feat: Replace Record Id with Outpoint (#534)

0.101.3

21 Jan 03:12
f977623
Compare
Choose a tag to compare

🚀 Features

  • feat: support pw lock signature (#525)
  • feat: support mercury get_sync_state RPC API (#522)