Skip to content

Releases: nervosnetwork/ckb-sdk-java

v0.24.7

12 Nov 10:51
266dcb3
Compare
Choose a tag to compare

v0.24.7 (2019-11-12)

Feature

  • Update cell output and script size calculating(b19d201)
  • Update multisig transaction estimating fee(4a084fa)

BugFix

  • Remove useless min capacity(2709d57)

v0.24.6

12 Nov 10:44
266dcb3
Compare
Choose a tag to compare

v0.24.6 (2019-11-09)

BugFix

  • Update witnesses signature and update witness initial value(78b2600)
  • Update transaction fee calculating(400a763)

v0.24.5

08 Nov 01:09
b10cdab
Compare
Choose a tag to compare

v0.24.5 (2019-11-08)

BugFix

  • Update address parse args length exception(dbf4fe5)

v0.24.2

07 Nov 14:55
b544574
Compare
Choose a tag to compare

v0.24.2 (2019-11-07)

Feature

  • Add AddressGenerator and AddressParser(dbf4fe5)
  • Update address generator and parser for example(7cdf948)

v0.24.1

06 Nov 02:42
c30ea3e
Compare
Choose a tag to compare

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

02 Nov 06:49
7e7f9d3
Compare
Choose a tag to compare

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.

v0.23.2

22 Oct 12:14
35d627b
Compare
Choose a tag to compare

v0.23.2 (2019-10-22)

Bugfix

  • Fix witnesses count error(2163a03)

v0.23.1

22 Oct 03:50
a0a0551
Compare
Choose a tag to compare

v0.23.1 (2019-10-22)

Feature

  • Add transaction fee to sendCapacity example(60f2faf)
  • Move exceptions to outside application(52b85e5)
  • Add maven config to build.gradle(61f08ae)

v0.23.0

19 Oct 07:34
1eaf72c
Compare
Choose a tag to compare

v0.23.0 (2019-10-19)

Feature

  • Impl transaction size and transaction fee calculating(c7285d3)

v0.22.0

05 Oct 07:08
c0ef91c
Compare
Choose a tag to compare

v0.22.0 (2019-10-05)

Feature

  • Refactor rpc service module(ef7a809)
  • Update script args and witnesses data type(af1f3ae)
  • Update epoch and header structure(2e8a6af)

BREAKING CHANGES

  • header and epoch structures are changed.
  • script args and witnesses are changed.