Skip to content

Releases: nervosnetwork/ckb-sdk-java

v0.27.1

03 Feb 05:05
418dbf9
Compare
Choose a tag to compare

v0.27.1 (2020-2-3)

Feature

  • Add outputsValidator as parameter to sendTransaction rpc (d6d715e)

BreakingChanges

Add outputsValidator as parameter to sendTransaction rpc which is used to validate the transaction outputs before entering the tx-pool, an optional string parameter (enum: default | passthrough ), null means using default validator, passthrough means skipping outputs validation

v0.27.0

10 Jan 12:55
e3023f7
Compare
Choose a tag to compare

v0.27.0 (2020-1-10)

Refactor

  • Reactor cell collector with iterator (a677b92)
  • Adapt examples for new cell collector with iterator (41cc1a8)

v0.26.1

02 Jan 09:40
607f0f3
Compare
Choose a tag to compare

v0.26.1 (2020-1-2)

Features

  • Add get_capacity_by_lock_hash rpc (69aea7b)

Docs

  • Add example readme document (2a5bfd3)

BugFix

  • Update transaction builder (20eac75)

v0.26.0

14 Dec 08:21
f1dbc8e
Compare
Choose a tag to compare

v0.26.0 (2019-12-14)

Refactor

v0.26.0-rc2

09 Dec 01:54
06b7eec
Compare
Choose a tag to compare

v0.26.0-rc2 (2019-12-8)

Feature

  • Implement Nervos DAO deposit (8cedeca)
  • Implement Nervos DAO withdraw (8f330ff)
  • Refactor collectInputs of CellCollector (1c74a03)
  • Add fields of get_cells_by_lock_hash (b44c40a)
  • Add fields of get_live_cells_by_lock_hash (2229dbe)

BugFix

  • Update set_ban params and estimate fee test case (b776c59)

v0.25.0

15 Nov 13:57
6705302
Compare
Choose a tag to compare

v0.25.0 (2019-11-16)

BugFix

  • Update ckb-sdk build.gradle for packing (d0824ee)

v0.24.9

13 Nov 11:49
132a864
Compare
Choose a tag to compare

v0.24.9 (2019-11-13)

Feature

  • Impl indexer to collect cells and send transaction (cdbe0a0)

v0.24.8

13 Nov 00:33
4ca4e41
Compare
Choose a tag to compare

v0.24.8 (2019-11-13)

BugFix

  • Update occupiedCapacity method to convert ckb to shannon(bd00da8)

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)