Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #346

Closed
wants to merge 1 commit into from
Closed

chore: release #346

wants to merge 1 commit into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Jul 25, 2024

🤖 New release

  • lumina-cli: 0.2.0 -> 0.3.0
  • celestia-rpc: 0.2.0 -> 0.3.0
  • celestia-types: 0.2.0 -> 0.3.0
  • celestia-proto: 0.2.0 -> 0.3.0
  • lumina-node: 0.2.0 -> 0.3.0
  • lumina-node-wasm: 0.1.1 -> 0.2.0
Changelog

lumina-cli

0.3.0 - 2024-08-13

Added

  • feat!(node): make syncer batch sizes configurable (#327)
  • add support for dnsaddr resolving in browser (#319)
  • (node) Generate syncing related events (#312)
  • (wasm) Run Lumina in a Shared Worker (#265)
  • (node/syncer) [breaking] Implement backwards header sync (#279)
  • (node) Generate events for data sampling that can be used by front-end (#276)

Fixed

  • (node-wasm) require serving and providing worker script (#313)

Other

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

celestia-rpc

0.3.0 - 2024-08-13

Added

  • Add #[track_caller] on test utils and spawn utils (#305)
  • (node/syncer) [breaking] Implement backwards header sync (#279)
  • (rpc) Implement WASM Client (#210)
  • feat!(types): Add Blob::index field introduced in celestia 0.13 (#274)

Fixed

  • (rpc) Increase max response size (#336)
  • new lints coming with 1.78 and 1.80-nightly (#275)

Other

  • Upgrade jsonprsee to 0.24.2 (#360)
  • [breaking] Upgrade to nmt-rs 0.2.0 (#322)
  • [breaking] Upgrade dependencies but exclude the ones that are patched by risc0 (#292)

celestia-types

0.3.0 - 2024-08-13

Added

  • (node) Add syncing window for header sync (#309)
  • (node/syncer) [breaking] Implement backwards header sync (#279)
  • feat!(types): Add Blob::index field introduced in celestia 0.13 (#274)

Fixed

  • Fix clippy issues (#350)
  • (types) [breaking] Align byzantine fraud proofs with Go's implementation (#338)
  • Upgrade time crate to fix rust-lang/rust#125319 (#285)
  • PAY_FOR_BLOB namespace (#278)
  • new lints coming with 1.78 and 1.80-nightly (#275)

Other

  • [breaking] Upgrade dependencies but exclude the ones that are patched by risc0 (#292)

celestia-proto

0.3.0 - 2024-08-13

Fixed

  • (types) [breaking] Align byzantine fraud proofs with Go's implementation (#338)

Other

  • [breaking] Upgrade dependencies but exclude the ones that are patched by risc0 (#292)

lumina-node

0.3.0 - 2024-08-13

Added

  • (node) Add tail header removal from store (#328)
  • (node-wasm) [breaking] Add websocket support (#341)
  • (node) Trigger dial on bootnodes when all peers disconnect (#349)
  • (node) Add ConnectingToBootnodes event (#348)
  • (node) [breaking] Refactor errors and stop Syncer on fatal ones (#332)
  • feat!(node): make syncer batch sizes configurable (#327)
  • (node) [breaking] Refactor BlockRanges and optimize data sampling queue population (#320)
  • add support for dnsaddr resolving in browser (#319)
  • (node) Add syncing window for header sync (#309)
  • (node) Generate syncing related events (#312)
  • (wasm) Run Lumina in a Shared Worker (#265)
  • (node) Always start data sampling of new HEAD immediately (#306)
  • Add #[track_caller] on test utils and spawn utils (#305)
  • (node) [breaking] Make HeaderSession operate on a single header range again (#303)
  • (node/syncer) [breaking] Implement backwards header sync (#279)
  • (node) Close connections that failed on ping (#289)
  • (node) [breaking] Generate events on peer connection/disconnection (#291)
  • (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) Compare only header hashes on syncer init (#363)
  • (node) Anchor syncing on already existing header ranges (#355)
  • (node) Make yield_now to yield execution back to JavaScript's event loop (#354)
  • Fix clippy issues (#350)
  • (node) [breaking] Relax initialization if HEAD is the same as the stored one (#347)
  • Increase waiting of peers in peer_discovery test case (#345)
  • (node) [breaking] Do not skip header-sub reports when store writes are slow (#333)
  • (node) Allow syncing from header-sub as soon as node is connected (#324)
  • (node) Patch unreleased libp2p version to include syncing bug fixes (#290)
  • new lints coming with 1.78 and 1.80-nightly (#275)

Other

  • (node) Fix unused mocked clippy (#359)
  • (node-wasm) Upgrade libp2p-websocket-websys (#357)
  • (node) [breaking] Hide internal components (#342)
  • (node) rewording of the events display (#329)
  • remove genesis hash from node configuration (#316)
  • (node) Add comments about header validation (#308)
  • [breaking] Upgrade dependencies but exclude the ones that are patched by risc0 (#292)
  • (node) Replace instant crate with web-time (#280)

lumina-node-wasm

0.2.0 - 2024-08-13

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)


This PR was generated with release-plz.

@zvolin zvolin force-pushed the release-plz-2024-07-25T08-47-19Z branch 5 times, most recently from 3bed63e to aa3298b Compare August 1, 2024 09:50
@zvolin zvolin force-pushed the release-plz-2024-07-25T08-47-19Z branch 4 times, most recently from ee3b42e to 90f00d8 Compare August 6, 2024 10:50
@zvolin zvolin force-pushed the release-plz-2024-07-25T08-47-19Z branch 3 times, most recently from 886d6c8 to fde83db Compare August 13, 2024 10:00
@zvolin zvolin force-pushed the release-plz-2024-07-25T08-47-19Z branch from fde83db to e187ab6 Compare August 13, 2024 15:28
@zvolin zvolin closed this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant