Skip to content

Releases: ckb-js/ckb-sdk-js

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 blake2b-wasm@v2.1.0 (b94d318)

Performance Improvements

BREAKING CHANGES

  • utils: Remove explicit support of blake2b-wasm@v2.1.0

v0.36.2

20 Oct 07:05
3184375
Compare
Choose a tag to compare

0.36.2 (2020-10-20)

Bug Fixes

  • core: fix type declaration of RawTransactionParams (f9ba7bf)