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 #321

Closed
wants to merge 1 commit into from
Closed

chore: release #321

wants to merge 1 commit into from

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Jul 5, 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-25

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-25

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-25

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

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

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-25

Added

  • (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) [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-25

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-05T11-20-37Z branch 8 times, most recently from d68d78b to 79e5231 Compare July 10, 2024 10:21
@zvolin zvolin force-pushed the release-plz-2024-07-05T11-20-37Z branch 3 times, most recently from c424171 to e5d6c11 Compare July 17, 2024 22:02
@zvolin zvolin force-pushed the release-plz-2024-07-05T11-20-37Z branch 2 times, most recently from 190659f to 2a450b6 Compare July 25, 2024 08:36
@zvolin zvolin force-pushed the release-plz-2024-07-05T11-20-37Z branch from 2a450b6 to e6d8dd2 Compare July 25, 2024 08:46
@zvolin zvolin closed this Jul 25, 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