Skip to content

Releases: nervosnetwork/ckb-sdk-java

v0.13.0

01 Jun 07:28
aee20f8
Compare
Choose a tag to compare

v0.13.0 (2019-06-01)

Features

  • Update tx_pool_info response data type (beb4488)

Bug Fixes

  • Add non-parameter constructor to witness (6da731e)

v0.12.0

17 May 23:46
486e527
Compare
Choose a tag to compare

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

14 May 02:36
38633b0
Compare
Choose a tag to compare

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)

v0.10.0

06 May 03:32
1781834
Compare
Choose a tag to compare

v0.10.0 (2019-05-06)

Bug Fixes

  • Change capacity in RPC interface data type to string (88723c3)
  • Add valid since to cell input (b4758e1)

0.9.0

22 Apr 06:59
1fbfca1
Compare
Choose a tag to compare

v0.9.0 (2019-4-22)

Features

  • Add segregated witness structure
  • Add Bech32
  • Implement address format

BREAKING CHANGES

  • Update Cell and Script data type
  • Delete cellbase and cellbase_id fileds
  • Delete signature and wallet logic

v0.8.0

08 Apr 09:23
5833e7c
Compare
Choose a tag to compare

v0.8.0 (2019-04-08)

Features

  • Adapt CKB v0.8.0

v0.7.0

25 Mar 06:37
98fe3c8
Compare
Choose a tag to compare

v0.7.0 (2019-03-25)

Features

  • rpc: implement trace rpc trace_transaction and get_transaction_trace (dc56e9)

BREAKING CHANGES

  • Repalce SHA3 with Blake2b.
  • Remove bitcoin_unblock.rb.

v0.6.0

25 Feb 02:34
0f9f85d
Compare
Choose a tag to compare

v0.6.0 (2019-02-25)

Refactor

  • rename PRC request localNodeInfo (9ae422)
  • rename RPC response model CellInput and CellOutput (080378)

Features

  • support asw account and transfer (46b1ca)

v0.5.0

12 Feb 01:04
cef1aa1
Compare
Choose a tag to compare

v0.5.0 (2019-02-11)

Refactor

  • update response model to ckb prefix (316313e)

Features

  • add script model and calculate type hash (c3ddb81)

v0.4.0

15 Jan 00:56
9e22f7d
Compare
Choose a tag to compare
Merge pull request #12 from nervosnetwork/rc/v0.4.0

Release v0.4.0