Skip to content

Releases: ckb-js/ckb-sdk-js

v0.19.1

28 Aug 08:50
bd8e6c9
Compare
Choose a tag to compare

0.19.1 (2019-08-28)

Features

  • rpc: enable custom http agent and https agent (34fca52)

v0.19.0

27 Aug 01:48
f9fa66c
Compare
Choose a tag to compare

0.19.0 (2019-08-27)

Features

  • core: add the RPC of computeScriptHash (705f51e)
  • core: use secp256k1 dep group instead of secp256k1 cell (578eb43)
  • core: use the secp256k1 type script hash as the code hash of the secp256k1 dep (617487e)
  • type: block header structure changes (ce48faf)
  • type: CellOutput and Epoch structures change (8346ae4)
  • type: Input structure changes (ba16d1b)
  • type: OutPoint structure changes (38ba007)
  • type: rename is_dep_group to dep_type (06c324a)
  • type: set the value of hash_type to "data" and "type" (36a5512)
  • type: Transaction structure changes (30c84bb)
  • type: Transaction structure changes (71625fa)
  • type: Transaction structure changes (df65152)
  • utils: rename the method of lockScriptToHash to scriptToHash (40cdbaa)

BREAKING CHANGES

  • type: set the value of hash_type to "data" and "type"
  • type: rename is_dep_group to dep_type
  • type: block header structure changes
  • utils: rename the method of lockScriptToHash to scriptToHash
  • core: use secp256k1 dep group instead of secp256k1 cell
  • type: CellOutput and Epoch structures change
  • type: Transaction structure chagnes
  • type: OutPoint structure changes
  • type: Input structure chagnes

v0.18.0

10 Aug 05:15
34f199d
Compare
Choose a tag to compare

0.18.0 (2019-08-10)

Features

  • rpc: add get_cellbase_output_capacity_details rpc (fa3aea3)
  • rpc: add get_header rpc (d2a6bbb)
  • rpc: add get_header_by_number rpc (54f9d19)
  • rpc: add new rpc of set ban (416e7fd)
  • rpc: add rpc of get banned addresses (323b8ac)

v0.17.1

29 Jul 05:51
68463b2
Compare
Choose a tag to compare

0.17.1 (2019-07-29)

Bug Fixes

  • types: remove the hash_type field from the type of cell_out_point (58c019f)

BREAKING CHANGES

  • types: the type of cell out point changes

v0.17.0

27 Jul 06:48
5cb02ad
Compare
Choose a tag to compare

0.17.0 (2019-07-27)

Features

  • types: add a new field named 'hash_type' in types of script and cell output (2692c0a)
  • utils: update the address format (74a5ad8)

BREAKING CHANGES

  • types: types of script and cell output changed
  • utils: update the address format

v0.16.0

13 Jul 11:35
2f014b8
Compare
Choose a tag to compare

0.16.0 (2019-07-13)

Version bump for packages

v0.15.1

12 Jul 02:23
3cf00c7
Compare
Choose a tag to compare

0.15.1 (2019-07-12)

Bug Fixes

  • rpc: fix the return type of get_transaction api (a1a5cf4)

Features

  • utils: remove toAddressIdentifier method (ab1e356)

BREAKING CHANGES

  • utils: remove toAddressIdentifier method

v0.15.0

29 Jun 10:02
e2aa259
Compare
Choose a tag to compare

0.15.0 (2019-06-29)

Bug Fixes

  • rpc: binding the node of method instances to the one of rpc instance. (f0b486a)

Features

  • cli: add dashboard mode of ckb-cli (9accdeb)
  • rpc: add index related rpc (cf8931b)
  • rpc: add index related rpc (2a7d403)
  • rpc: update get blockchain info rpc (7382458)
  • rpc: update the type of epoch (509a79b)
  • utils: add signRecoverable method to the ECPair class (3c1f334)

BREAKING CHANGES

  • rpc: update the type of epoch, remove block_reward, last_block_hash_in_previous_epoch,
    remainder_reward fields, add epoch_reward field.
  • rpc: replace warnings field with alerts field in the response of get blockchain info rpc
  • utils: use signRecoverable instead of sign method to sign the transactions.

v0.14.0

15 Jun 12:56
8372c9f
Compare
Choose a tag to compare

Features

  • types: remove the args field in cell input type (d07f253)
  • core: add signWitnesses and signTransaction methods in the core module (c20d36c)

BREAKING CHANGES

  • types: the type of cell input changes, its args field is removed.

v0.13.0

01 Jun 07:17
fe22f3a
Compare
Choose a tag to compare

Features

  • address: add blake160-ed public key as address identifier (b7bee1c)
  • rpc: add total_tx_cycles and total_tx_size in tx_pool_info (5db06fa)