Releases: ckb-js/lumos
Releases · ckb-js/lumos
v0.21.0-next.0(2023-08-15T03:48:55Z)
Releases
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
Patch Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
@ckb-lumos/[email protected]
Minor Changes
v0.20.0
Migrate From v0.19.x to v0.20.x
To migrate from 0.19.x to v0.20.x, please follow the guide
Changes
💥 Breaking Change
hd
- #476 chore(hd): deprecate load/save method (@zhangyouxin)
lumos
- #453 chore(lumos): change lumos package entries file (@IronLu233)
🚀 Enhancement
config-manager
transaction-manager
- #517 feat(transaction-manager): pending transaction manager (@zhangyouxin)
base
,ckb-indexer
- #502 feat: indexer cells filter (@zhangyouxin)
rpc
- #512 feat(rpc): update rpc methods (@IronLu233)
- #493 feat(rpc): support rpc runs on service worker (@IronLu233)
ckb-indexer
,rpc
hd
- #483 feat(hd): browser compatible scrypt (@zhangyouxin)
base
- #481 chore: remove compute script hash second parameter (@IronLu233)
ckb-indexer
- #475 feat(ckb-indexer): multiple collector query options (@IronLu233)
helpers
- #463 feat(helpers): add createTransactionSkeleton function (@PainterPuppets)
e2e-test
,light-client
- #462 feat: update light-client rpc (@PainterPuppets)
- #444 feat(ckb-indexer): support light client (@PainterPuppets)
base
,codec
,lumos
,molecule
- #413 feat: molecule schema parser (@zhangyouxin)
🐛 Bug Fix
ckb-indexer
,testkit
e2e-test
- #514 fix: getGenesisSciprtConfig misspell (@phroi)
- #459 fix: e2e_test ckb claim conflict (@PainterPuppets)
e2e-test
,light-client
- #465 fix: light-client get_transactions rpc response is inconsistent (@PainterPuppets)
📝 Documentation
- #506 fix: docs build failed (@homura)
- #452 docs: guide for shimming NodeJS API (@IronLu233)
🏠 Internal
e2e-test
- #489 chore: ci failed since incorrect dasel ver (@gpBlockchain)
- #477 chore: update e2e-test ckb node version (@PainterPuppets)
- #473 fix: e2e-test timeout error (@PainterPuppets)
Committers: 7
- Iron Lu (@IronLu233)
- Phroi (@phroi)
- Riu (@LiRiu)
- Shinya (@zhangyouxin)
- Yonghui Lin (@homura)
- gpBlockchain (@gpBlockchain)
- 布偶什么的就是布偶 (@PainterPuppets)
0.20.0-alpha.3
What's Changed
- fix(website): docs build failed by @homura in #500
- feat: allow data1 scripts in config.json by @phroi in #499
- fix: docs build failed by @homura in #506
- feat(rpc): update rpc methods by @IronLu233 in #512
- fix: getGenesisSciprtConfig misspell by @phroi in #514
- feat: indexer cells filter by @zhangyouxin in #502
- feat(transaction-manager): pending transaction manager by @zhangyouxin in #517
- feat(config-manager): add
data1
inScriptConfig
by @phroi in #518 - fix(ckb-indexer): wrong case handling when collect tx by @homura in #520
New Contributors
Full Changelog: v0.20.0-alpha.2...v0.20.0-alpha.3
0.20.0-alpha.2
What's Changed
- fix(examples): fix missing node polyfill by @IronLu233 in #466
- fix: e2e-test timeout error by @PainterPuppets in #473
- chore: update e2e-test ckb node version by @PainterPuppets in #477
- feat(ckb-indexer): multiple collector query options by @IronLu233 in #475
- chore(hd): deprecate load/save method by @zhangyouxin in #476
- chore(codec): outdated example by @homura in #472
- chore: bump json5 from 2.2.1 to 2.2.3 in /examples by @dependabot in #478
- chore: remove compute script hash second parameter by @IronLu233 in #481
- feat(hd): browser compatible scrypt by @zhangyouxin in #483
- chore: ci failed since incorrect dasel ver by @gpBlockchain in #489
- feat(rpc): support rpc runs on service worker by @IronLu233 in #493
- feat(ckb-indexer): fix loadCells DoS vuln. Support the exact search mode by @LiRiu in #491
New Contributors
- @gpBlockchain made their first contribution in #489
- @LiRiu made their first contribution in #491
Full Changelog: v0.20.0-alpha.1...v0.20.0-alpha.2
0.20.0-alpha.1
What's Changed
- chore(website): bump loader-utils from 2.0.3 to 2.0.4 in /website by @dependabot in #460
- feat: update light-client rpc by @PainterPuppets in #462
- feat(helpers): add createTransactionSkeleton function by @PainterPuppets in #463
- fix: light-client get_transactions rpc response is inconsistent by @PainterPuppets in #465
Full Changelog: v0.20.0-alpha.0...v0.20.0-alpha.1
0.20.0-alpha.0
To migrate to 0.20, please check the migration guide
What's Changed
- fix(website): fix cannot set properties of undefined by @IronLu233 in #456
- chore: bump loader-utils from 2.0.2 to 2.0.3 in /website by @dependabot in #457
- refactor(examples): modern examples with codec and merged indexer by @IronLu233 in #458
- chore(examples): atomic swap between CKB and sUDT by @IronLu233 in #387
- docs: guide for shimming NodeJS API by @IronLu233 in #452
- chore(lumos): change lumos package entries file by @IronLu233 in #453
- feat(ckb-indexer): support light client by @PainterPuppets in #444
- feat: molecule schema parser by @zhangyouxin in #413
- fix: e2e_test ckb claim conflict by @PainterPuppets in #459
Full Changelog: v0.19.0...v0.20.0-alpha.0
0.19.0
To migrate to 0.19, please check the migration guide
What's Changed
- feat: add e2e-test package by @PainterPuppets in #431
- feat(helpers): verify P2PKH digest with raw tx instead of skeleton by @IronLu233 in #440
- feat(bi): add support for unit conversions to BI by @0x40leakage in #442
- feat(rpc): rpc module support indexer RPC by @PainterPuppets in #439
- feat(ckb-indexer): integrate merged rpc by @PainterPuppets in #445
- refactor(examples): replace omni lock hash code in omnilock metamask example by @IronLu233 in #447
- refactor(ckb-indexer): refactor Indexer / Collector by @PainterPuppets in #451
- refactor: migrate base package to TS by @IronLu233 in #450
New Contributors
- @0x40leakage made their first contribution in #442
Full Changelog: v0.19.0-beta.0...v0.19.0
0.19.0-beta.0
What's Changed
- feat(common-scripts): integrete omnilock p2pkh by @zhangyouxin in #405
- feat(helpers): parse address via known config key by @homura in #418
- chore: feature request template by @homura in #419
- feat(website): add tutorial document by @PainterPuppets in #412
- chore: bug report template by @homura in #422
- chore: optimize publish workflow by @PainterPuppets in #425
- chore: fix bug report template by @homura in #424
- feat: support timeout in rpc by @zhangyouxin in #432
- fix(examples): fix omnilock-metamask example bug by @zhangyouxin in #434
- feat(helpers): add
validateP2PKHMessage
function by @IronLu233 in #427 - chore: safety publish workflow by @homura in #437
Full Changelog: v0.19.0-alpha.3...v0.19.0-beta.0
0.19.0-alpha.3
What's Changed
- chore: add pr template by @zhangyouxin in #394
- chore(base): fix build error on Windows by @IronLu233 in #407
- fix(common-scripts): avoid run vm1 code in vm0 when deploy by @homura in #400
- chore: replace github repo link to ckb-js by @PainterPuppets in #409
- feat(codec): molecule friendly error message by @IronLu233 in #403
New Contributors
- @IronLu233 made their first contribution in #407
Full Changelog: v0.19.0-alpha.2...v0.19.0-alpha.3
0.19.0-alpha.2
What's Changed
- chore(website): add multiple version api doc by @PainterPuppets in #384
- fix: let Indexer can be treated as a type by re-export by @zhangyouxin in #391
- feat: supported minimalScriptCapacity by @PainterPuppets in #399
- feat(ckb-indexer): support indexer rpc v0.4.1 by @PainterPuppets in #395
Full Changelog: v0.19.0-alpha.1...v0.19.0-alpha.2