v0.21.0(2023-11-29T10:10:40Z)
Releases
This version supports CKB 2023, and it has some breaking changes, including
- upgrade to typescript 5.0
- #527 - the
thresholdfield in theConsensuschanged fromnumbertoHexString, please check nervosnetwork/ckb#3980 - #564 - migrated
axiosto the nativefetch, please check this migration note to see how to upgrade
@ckb-lumos/base@0.21.0
Minor Changes
@ckb-lumos/bi@0.21.0
Minor Changes
@ckb-lumos/ckb-indexer@0.21.0
Minor Changes
@ckb-lumos/codec@0.21.0
Minor Changes
@ckb-lumos/common-scripts@0.21.0
Minor Changes
Patch Changes
-
#549
5d1862fThanks @homura! - enable ACP to work with sUDT cells with more than 16 bytes of data -
#552
1cb43feThanks @homura! - fix incorrectTX_HASHwhen generate a deployment transaction
@ckb-lumos/config-manager@0.21.0
Minor Changes
@ckb-lumos/experiment-tx-assembler@0.21.0
Minor Changes
@ckb-lumos/hd@0.21.0
Minor Changes
@ckb-lumos/hd-cache@0.21.0
Minor Changes
@ckb-lumos/helpers@0.21.0
Minor Changes
@ckb-lumos/light-client@0.21.0
Minor Changes
@ckb-lumos/lumos@0.21.0
Minor Changes
@ckb-lumos/rpc@0.21.0
Minor Changes
-
#527
7160760Thanks @homura! -unknownandrejectedare available in theTransactionWithStatus -
#564
93ff1b4Thanks @homura! - Replace the HTTP clientaxioswith the native supportedfetchto avoid the modifying the default adapter of axios -
#527
7160760Thanks @homura! - Supporting CKB2023, please check out nervosnetwork/ckb#3980 and nervosnetwork/ckb#3963 for more details -
#527
7160760Thanks @homura! - Supporting different return values when passing in different verbosity ongetBlock,getBlockByNumber,getHeaderandgetHeaderByNumberwith typescript
@ckb-lumos/testkit@0.21.0
Minor Changes
@ckb-lumos/toolkit@0.21.0
Minor Changes
Patch Changes
- #560
db34aefThanks @zhangyouxin! - remove peer dependencies in toolkit