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
threshold
field in theConsensus
changed fromnumber
toHexString
, please check nervosnetwork/ckb#3980 - #564 - migrated
axios
to 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
5d1862f
Thanks @homura! - enable ACP to work with sUDT cells with more than 16 bytes of data -
#552
1cb43fe
Thanks @homura! - fix incorrectTX_HASH
when 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
7160760
Thanks @homura! -unknown
andrejected
are available in theTransactionWithStatus
-
#564
93ff1b4
Thanks @homura! - Replace the HTTP clientaxios
with the native supportedfetch
to avoid the modifying the default adapter of axios -
#527
7160760
Thanks @homura! - Supporting CKB2023, please check out nervosnetwork/ckb#3980 and nervosnetwork/ckb#3963 for more details -
#527
7160760
Thanks @homura! - Supporting different return values when passing in different verbosity ongetBlock
,getBlockByNumber
,getHeader
andgetHeaderByNumber
with typescript
@ckb-lumos/testkit@0.21.0
Minor Changes
@ckb-lumos/toolkit@0.21.0
Minor Changes
Patch Changes
- #560
db34aef
Thanks @zhangyouxin! - remove peer dependencies in toolkit