Releases: nervosnetwork/ckb-sdk-java
Releases · nervosnetwork/ckb-sdk-java
v0.13.0
v0.12.0
v0.12.0 (2019-05-18)
Features
-
Add example of sending capacity (8f25ae7)
-
Generalize OutPoint struct to reference headers (3bc8146)
-
Implement get_current_epoch RPC method (a74ad7d)
-
Implement get_epoch_by_number RPC method (88723c3)
-
Implement get_peers RPC method (2583cb8)
-
Implement State RPC methods (e461a3f)
-
Secp256k1: Implement ECDSA sign (d41b683)
-
Remove always success script (f39a106)
-
Implement tx_pool_info RPC method (fee7130)
-
Implement dry_run_transaction RPC method (b8b48f6)
-
Implement compute_transaction_hash RPC method (3edcb9c)
-
Rename proposalsRoot to proposalsHash (4e55ef9)
-
Update the parameter of OutPoint (7eeebad)
-
Remove trace RPC methods (be29cac)
-
Add Prerequisites and Installation and Usage for README (931f1af)
Bug Fixes
- Update transaction version data type to string
BREAKING CHANGES
- Trace RPC methods are removed.
v0.11.0
v0.11.0 (2019-05-14)
Features
- Implement
get_block_by_number
rpc and add more rpc test cases(3859448) - Update transaction data structure(4f6362c)
- Update CellInput data structure(d4fa142)
Bug Fixes
- Update proposals to string list(fec86ae)
- Update CellOutputWithOutPoint lock string to script(11b8735)
Document
- Add development to README(d66264c)