Skip to content

Releases: ckb-js/ckb-sdk-js

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

v0.41.0

06 May 06:37
3560032
Compare
Choose a tag to compare

0.41.0 (2021-05-06)

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

v0.40.0

08 Mar 14:51
c265757
Compare
Choose a tag to compare

0.40.0 (2021-03-08)

Features

  • rpc: remove indexer from RPC module (b3ba942)

BREAKING CHANGES

  • rpc: Remove the entire indexer from the RPC module

v0.39.0

13 Jan 04:23
1792227
Compare
Choose a tag to compare

0.39.0 (2021-01-13)

Features

  • rpc: add rpc#getRawTxPool, rpc#getConsensus and deprecate rpc#getCellbaseOutputCapacityDetails, rpc#getPeersState (#528)

v0.38.2

30 Nov 09:38
83b4e2d
Compare
Choose a tag to compare

0.38.2 (2020-11-30)

Bug Fixes

  • core: fix the type declaration of changeLockScript (23ad1db)

v0.38.1

27 Nov 03:35
9ee93ae
Compare
Choose a tag to compare

0.38.1 (2020-11-27)

Features

  • core: upgrade @ckb-lumos/indexer and add the example of sudt transaction (c10ec0b)
  • utils: update acp lock script (6d9a85f)

v0.38.0

20 Nov 06:56
3439615
Compare
Choose a tag to compare

0.38.0 (2020-11-20)

Bug Fixes

  • core: use change lock script instead of change public key hash (b16bfc8)

BREAKING CHANGES

  • core: changePublicKeyHash in generateRawTransaction is replaced with changeLockScript

v0.37.0

25 Oct 14:57
9e4d525
Compare
Choose a tag to compare

0.37.0 (2020-10-25)

Features

  • core: prune cached cells according to data returned from lumos indexer (5d09d61)
  • rpc: add rpc#pingPeers, rpc#getTransactionProof, rpc#verifyTransactionProof and rpc#clearBannedAddresses (#506) (61efe5e)
  • rpc: remove rpc#getCellsByLockHash (#504) (2071308)
  • utils: remove support of [email protected] (b94d318)

Performance Improvements

BREAKING CHANGES