Releases: ckb-js/ckb-sdk-js
Releases · ckb-js/ckb-sdk-js
v0.13.0
v0.12.1
- update the example of sending transactions to make it more clear.
- set default address prefix to
ckt
instead ofckb
, and expose address configuration setter in thecore.generateAddress
method. - fix typo in the docs.
- add private key and lerna tool guide in the docs.
- use
TextEncoder
andTextDecoder
from the global object if possible. - update system cell info test cases according to the testnet.
v0.12.0
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
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
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
v0.9.0
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
v0.7.0
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