Ckb Sdk Js Versions Save

JavaScript SDK for CKB

v0.109.0

1 year ago

0.109.0 (2023-04-26)

v0.107.0

1 year ago

0.107.0 (2023-04-03)

Features

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

v0.103.1

2 years ago

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)

0.103.0

2 years ago

0.103.0 (2022-05-09)

Bug Fixes

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

v0.102.3

2 years ago

0.102.3 (2022-03-24)

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

v0.102.2

2 years ago

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

2 years ago

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

2 years ago

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 https://github.com/nervosnetwork/ckb/pull/2879

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

ref https://github.com/nervosnetwork/rfcs/pull/224

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

ref: https://github.com/nervosnetwork/rfcs/pull/224

v0.43.0

2 years ago

0.43.0 (2021-06-29)

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

v0.41.1

3 years ago

0.41.1 (2021-05-08)

Note: Update a dependency