Skip to content

lumina-node-wasm-v0.2.0

Compare
Choose a tag to compare
@zvolin zvolin released this 21 Aug 11:28
· 83 commits to main since this release
d36bb33

Added

  • (node-wasm) [breaking] Add websocket support (#341)
  • feat!(node): make syncer batch sizes configurable (#327)
  • add support for dnsaddr resolving in browser (#319)
  • Add requesting storage persistence for more quota (#318)
  • (node) Generate syncing related events (#312)
  • (wasm) Run Lumina in a Shared Worker (#265)
  • (node) [breaking] Make HeaderSession operate on a single header range again (#303)
  • (node/syncer) [breaking] Implement backwards header sync (#279)
  • (node-wasm) Add human readable message on node events (#294)
  • (node-wasm) Implement easier way for handling JS errors. (#284)
  • (node) Generate events for data sampling that can be used by front-end (#276)
  • (node/daser) [breaking] Implement backward sampling and sampling window (#269)

Fixed

  • (node-wasm) Fix high memory consumption (#356)
  • (node) [breaking] Do not skip header-sub reports when store writes are slow (#333)
  • (node) Patch unreleased libp2p version to include syncing bug fixes (#290)
  • (node-wasm) require serving and providing worker script (#313)
  • new lints coming with 1.78 and 1.80-nightly (#275)

Other

  • (node) [breaking] Hide internal components (#342)
  • remove genesis hash from node configuration (#316)
  • [breaking] Upgrade dependencies but exclude the ones that are patched by risc0 (#292)