Releases: nervosnetwork/ckb-sdk-java
Releases · nervosnetwork/ckb-sdk-java
v0.27.1
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
v0.26.1
v0.26.0
v0.26.0-rc2
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)