Skip to content

Releases: ckb-js/ckb-sdk-js

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)

v0.12.1

20 May 10:34
7440577
Compare
Choose a tag to compare
  1. update the example of sending transactions to make it more clear.
  2. set default address prefix to ckt instead of ckb, and expose address configuration setter in the core.generateAddress method.
  3. fix typo in the docs.
  4. add private key and lerna tool guide in the docs.
  5. use TextEncoder and TextDecoder from the global object if possible.
  6. update system cell info test cases according to the testnet.

v0.12.0

17 May 23:33
b394e84
Compare
Choose a tag to compare

0.12.0 (2019-05-18)

Bug Fixes

  • rpc: fix get live cell rpc (dffcc55)
  • rpc: fix the return type of getCellsByLockHash from cellByLockHash to cellIncludingOutPoint (f648f56)

Features

  • core: add _compute_transaction_hash rpc (9f81f28)
  • core: add address module into core module (d5d75ec)
  • core: add load system cell method (94af040)
  • core: remove wallet module (551f5a2)
  • rpc: add get epoch by number rpc (d1141dd)
  • rpc: add get peers rpc (f67eee6)
  • rpc: add get tx pool info rpc (203dcde)
  • rpc: add one new rpc and remove two rpc (21c4ac4)
  • rpc: add rpc of get blockchain info and get peers state (9f7d20c)
  • rpc: add rpc of getCurrentEpoch (9e631db)
  • rpc: export formatter as helpers in rpc module (160aa1c)
  • rpc: generalize outpoint (2a41797)
  • rpc: update staging in tx pool info to proposed (a4f4192)
  • types: rename the proposals_root field in block header to proposals_hash (b2db527)

BREAKING CHANGES

  • types: update type of outpoint
  • types: rename the proposals_root field in block header to proposals_hash
  • wallet: remove wallet module

v0.11.0

14 May 04:57
730ed94
Compare
Choose a tag to compare

Features

  • types: update basic types in CKB (71d4e5)
  • types: add shannon as a new capacity unit (910cc5)
  • feat: remove always success wallet (febb5d)
  • rpc: update rpc interface formatter according to new api (c0a631)
  • feat: add address module (c5b532)

BREAKING CHANGES

  • feat: remove always success wallet
  • types: update basic types according to ckb-types update

v0.10.0

06 May 08:37
7b8b74a
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.10.0 (2019-05-06)

Bug Fixes

  • utils: fix typo of seperator to separator (b336968)

Features

  • types: add field of validSince in cell input of a transaction (54770fc)
  • types: remove cellbase id from block header, remove cellbase from uncle block (96a1f53)
  • types: update ckb-types (e6af3b5)
  • utils: add blake160, bech32, blake160PubkeyToAddress, pubkeyToAddress (82121b3)
  • utils: parseAddress returns bytes or hex string instead of words (aaad9c9)

BREAKING CHANGES

  • types: replace type of u64 with type of string in ckb-types, remove version field from script interface
  • types: rpc interface updated, add field of validSince in cell input of a transaction
  • types: block header and uncle block in rpc updated

v0.9.1

25 Apr 06:43
3b45745
Compare
Choose a tag to compare

Bug Fixes

  • types: set the type of arg in script to string (7ea3ad2)

v0.9.0

22 Apr 11:10
8c46065
Compare
Choose a tag to compare

Features

  • rpc: add segrated witnesses (bc8339f)
  • types: update types of script, cell input, cell output (ee405bb)
  • types: remove cellbase id from block header, remove cellbase from uncle block (de9f50d)
  • utils: add blake160, bech32, blake160PubkeyToAddress, pubkeyToAddress (79cb24f)
  • utils: parseAddress returns bytes or hex string instead of words (2028a6c)
  • wallet: remove udt account (7e3cf6d)

BREAKING CHANGES

  • types: block header and uncle block in rpc updated
  • types: script model updated

v0.8.0

10 Apr 03:59
f4c7dd5
Compare
Choose a tag to compare
Merge pull request #90 from nervosnetwork/rc/v0.8.0

Rc/v0.8.0

v0.7.0

25 Mar 08:42
d7d733b
Compare
Choose a tag to compare

0.7.0 (2019-03-25)

Features

  • account: remove all udt scripts (9b0f54b)
  • utils: add type definition of blake2b-wasm (f2cd199)
  • utils: repalce-sha3-with-blake2b (93bddd1)
  • utils: update blake2b personal to 'ckb-default-hash' and add tests (5c3bab3)
  • wallet: remove unlock.rb, use c script instead (3520208)

BREAKING CHANGES

  • utils: update default signature method