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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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-07-26

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-07-26

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

  • [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-07-26

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-07-26

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-07-26

Added

  • (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

  • 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) [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-07-26

Added

  • 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) [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 3 times, most recently from 02921c9 to 8b20768 Compare July 26, 2024 11:02
@zvolin zvolin force-pushed the release-plz-2024-07-25T08-47-19Z branch from 8b20768 to 3bed63e Compare July 26, 2024 11:28
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.

None yet

1 participant