Skip to content

Releases: ckb-js/ckb-sdk-js

v0.109.0

26 Apr 09:51
834193f
Compare
Choose a tag to compare

0.109.0 (2023-04-26)

v0.107.0

03 Apr 09:32
7aaa356
Compare
Choose a tag to compare

0.107.0 (2023-04-03)

Features

  • Sign support multisig. (#593) (3ad7abd)
  • add rpc of "get_fee_rate_statics" (#608)

v0.103.1

31 May 01:19
7f3c4dc
Compare
Choose a tag to compare

0.103.1 (2022-05-31)

Bug Fixes

  • add address format type validation in utils.toAddressPayload (8cf043c)
  • fix default code hash/code hash index in toAddressPayload (e72a29d)
  • reinforce restriction of address format type and bech32(m) (816e8ea)

v0.103.0

09 May 06:09
e7cdfbc
Compare
Choose a tag to compare

0.103.0 (2022-05-09)

Bug Fixes

  • fix default code hash/code hash index in toAddressPayload (e72a29d)

v0.102.3

24 Mar 10:51
66378da
Compare
Choose a tag to compare

0.102.3 (2022-03-24)

Note: Version bump only for package ckb-sdk-js

v0.102.2

02 Mar 09:01
0b09dc6
Compare
Choose a tag to compare

0.102.2 (2022-03-02)

  • core: add calculateDaoMaximumWithdraw to calculate maximum withdraw capacity based on withdrawing block hash or withdrawing cell outpoint(#578)
  • utils: add extractDAOData to deserialize DAO field in block header (#578)
  • utils: add calculateMaximumWithdraw to calculate maximum withdraw capacity offline (#578)

v0.102.1

17 Feb 10:06
6d56ed8
Compare
Choose a tag to compare

0.102.1 (2022-02-17)

  1. add a detailed comment of generateRawTransaction
  2. update copyright
  3. add a script to bundle an umd package instead of running commands in CI

v0.101.0

25 Oct 08:19
a4c7532
Compare
Choose a tag to compare

0.101.0 (2021-10-25)

Features

  • extends hash_type to 'data' | 'type' | 'data1' (#555) (30c49e8)
  • rpc: a new field 'extension' is added to the block body (285a829)
  • rpc: add a new field 'hardforkFeatures' in response of getConsensus (133fe26)
  • rpc: rename 'uncles_hash' to 'extra_hash' in block header (58c055c)

BREAKING CHANGES

  • rpc: Add a new field 'hardforkFeatures' in response of getConsensus

ref nervosnetwork/ckb#2879

  • rpc: A new field 'extension' is added to the block body

ref nervosnetwork/rfcs#224

  • rpc: The field 'uncles_hash' in block header is renamed to 'extra_hash'

ref: nervosnetwork/rfcs#224

v0.43.0

29 Jun 06:13
c73b833
Compare
Choose a tag to compare

0.43.0 (2021-06-29)

Note: Version bump only for package ckb-sdk-js

v0.41.1

07 May 17:00
6d62ad9
Compare
Choose a tag to compare

0.41.1 (2021-05-08)

Note: Update a dependency