8000 chore: release by zvolin Β· Pull Request #579 Β· eigerco/lumina Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: release #579

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

Closed
wants to merge 2 commits into from
Closed

chore: release #579

wants to merge 2 commits into from

Conversation

zvolin
Copy link
Member
@zvolin zvolin commented Mar 20, 2025

πŸ€– New release

  • celestia-types: 0.10.1 -> 0.11.0 (⚠ API breaking changes)
  • celestia-rpc: 0.9.1 -> 0.9.2 (βœ“ API compatible changes)
  • lumina-utils: 0.1.0
  • lumina-node: 0.9.1 -> 0.10.0 (⚠ API breaking changes)
  • lumina-cli: 0.6.1 -> 0.6.2 (βœ“ API compatible changes)
  • celestia-grpc-macros: 0.2.0 -> 0.2.1
  • celestia-grpc: 0.2.1 -> 0.2.2 (βœ“ API compatible changes)
  • lumina-node-wasm: 0.8.1 -> 0.8.2 (βœ“ API compatible changes)
  • lumina-node-uniffi: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)

⚠ celestia-types breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant ErrorCode:ReservedNamespace in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:339
  variant ErrorCode:InvalidNamespaceLen in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:341
  variant ErrorCode:InvalidDataSize in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:343
  variant ErrorCode:BlobSizeMismatch in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:345
  variant ErrorCode:CommittedSquareSizeNotPowOf2 in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:347
  variant ErrorCode:CalculateCommitment in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:349
  variant ErrorCode:InvalidShareCommitment in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:351
  variant ErrorCode:ParitySharesNamespace in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:353
  variant ErrorCode:TailPaddingNamespace in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:355
  variant ErrorCode:TxNamespace in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:357
  variant ErrorCode:InvalidShareCommitments in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:359
  variant ErrorCode:UnsupportedShareVersion in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:361
  variant ErrorCode:ZeroBlobSize in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:363
  variant ErrorCode:MismatchedNumberOfPFBorBlob in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:365
  variant ErrorCode:NoPFB in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:367
  variant ErrorCode:NamespaceMismatch in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:369
  variant ErrorCode:ProtoParsing in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:371
  variant ErrorCode:MultipleMsgsInBlobTx in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:373
  variant ErrorCode:MismatchedNumberOfPFBComponent in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:375
  variant ErrorCode:NoBlobs in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:377
  variant ErrorCode:NoNamespaces in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:379
  variant ErrorCode:NoShareVersions in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:381
  variant ErrorCode:NoBlobSizes in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:383
  variant ErrorCode:NoShareCommitments in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:385
  variant ErrorCode:InvalidNamespace in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:387
  variant ErrorCode:InvalidNamespaceVersion in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:389
  variant ErrorCode:TotalBlobSizeTooLarge in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:393
  variant ErrorCode:BlobsTooLarge in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:395
  variant ErrorCode:InvalidBlobSigner in /tmp/.tmp7qG2lu/lumina/types/src/state/tx.rs:397

⚠ lumina-node breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant NodeBuilderError:FailedResolvingBootnodes in /tmp/.tmp7qG2lu/lumina/node/src/node/builder.rs:64

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_added.ron

Failed in:
  trait method lumina_node::store::Store::remove_height in file /tmp/.tmp7qG2lu/lumina/node/src/store.rs:169

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_missing.ron

Failed in:
  method remove_last of trait Store, previously in file /tmp/.tmpNIc9OQ/lumina-node/src/store.rs:169
Changelog

celestia-types

0.11.0 - 2025-03-20

Added

  • (types) [breaking] add state error codes related to blob submission (#560)

Other

  • (types) fix flaky blob reconstruct when len == 0 (#541)

celestia-rpc

0.9.2 - 2025-03-20

Added

  • (rpc) add DAS module with sampling stats and catch-up methods (#557)

lumina-utils

0.1.0 - 2025-03-20

Added

  • lumina-utils crate (#564)

lumina-node

0.10.0 - 2025-03-20

Added

  • (node) Resolve dnsaddr in lumina-node (#577)
  • lumina-utils crate (#564)
  • (node) update bootstrappers (#561)
  • (ci) allow other node types than bridge (#562)
  • (node) [breaking] Replace Store::remove_tail with Store::remove_height (#553)

lumina-cli

0.6.2 - 2025-03-20

Added

  • (node-wasm) Multiplex message channel connection to worker (#563)
  • (ci) allow other node types than bridge (#562)

celestia-grpc-macros

0.2.1 - 2025-03-20

Added

  • (grpc) increase max message size to handle big celestia blocks (#559)

celestia-grpc

0.2.2 - 2025-03-20

Added

  • lumina-utils crate (#564)
  • (ci) allow other node types than bridge (#562)

lumina-node-wasm

0.8.2 - 2025-03-20

Added

  • (node-wasm) Multiplex message channel connection to worker (#563)
  • (node) Resolve dnsaddr in lumina-node (#577)
  • lumina-utils crate (#564)
  • (ci) allow other node types than bridge (#562)

lumina-node-uniffi

0.1.1 - 2025-03-20

Other

  • (node-uniffi) Add minimal test case in Kotlin and Swift (#535)


This PR was generated with release-plz.

@zvolin zvolin closed this Mar 31, 2025
@zvolin zvolin deleted the release-plz-2025-03-20T13-53-33Z branch April 2, 2025 11:47
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
0