Skip to content

chore: release #628

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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ members = ["cli", "grpc", "node", "node-wasm", "node-uniffi", "proto", "rpc", "t

[workspace.dependencies]
blockstore = "0.7.1"
lumina-node = { version = "0.10.0", path = "node" }
lumina-node-wasm = { version = "0.8.2", path = "node-wasm" }
lumina-utils = { version = "0.1.0", path = "utils" }
celestia-proto = { version = "0.7.0", path = "proto" }
celestia-grpc = { version = "0.2.2", path = "grpc" }
celestia-rpc = { version = "0.10.0", path = "rpc", default-features = false }
celestia-types = { version = "0.11.0", path = "types", default-features = false }
lumina-node = { version = "0.11.0", path = "node" }
lumina-node-wasm = { version = "0.8.3", path = "node-wasm" }
lumina-utils = { version = "0.2.0", path = "utils" }
celestia-proto = { version = "0.7.1", path = "proto" }
celestia-grpc = { version = "0.3.0", path = "grpc" }
celestia-rpc = { version = "0.11.0", path = "rpc", default-features = false }
celestia-types = { version = "0.11.1", path = "types", default-features = false }
tendermint = { version = "0.40.3", default-features = false }
tendermint-proto = "0.40.3"

Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.3](https://github.com/eigerco/lumina/compare/lumina-cli-v0.6.2...lumina-cli-v0.6.3) - 2025-05-21

### Other

- update Cargo.lock dependencies

## [0.6.2](https://github.com/eigerco/lumina/compare/lumina-cli-v0.6.1...lumina-cli-v0.6.2) - 2025-04-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumina-cli"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
license = "Apache-2.0"
description = "Celestia data availability node implementation in Rust"
Expand Down
10 changes: 10 additions & 0 deletions grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/eigerco/lumina/compare/celestia-grpc-v0.2.2...celestia-grpc-v0.3.0) - 2025-05-21

### Added

- *(grpc)* expose DocSigner and IntoAny ([#604](https://github.com/eigerco/lumina/pull/604))

### Other

- *(rpc,node)* [**breaking**] Fix clippy issues ([#626](https://github.com/eigerco/lumina/pull/626))

## [0.2.2](https://github.com/eigerco/lumina/compare/celestia-grpc-v0.2.1...celestia-grpc-v0.2.2) - 2025-04-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-grpc"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
description = "A client for interacting with Celestia validator nodes gRPC"
Expand Down
6 changes: 6 additions & 0 deletions node-uniffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/eigerco/lumina/compare/lumina-node-uniffi-v0.1.1...lumina-node-uniffi-v0.1.2) - 2025-05-21

### Other

- update Cargo.toml dependencies

## [0.1.1](https://github.com/eigerco/lumina/compare/lumina-node-uniffi-v0.1.0...lumina-node-uniffi-v0.1.1) - 2025-04-02

### Other
Expand Down
2 changes: 1 addition & 1 deletion node-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumina-node-uniffi"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
description = "Mobile bindings for Lumina node"
Expand Down
6 changes: 6 additions & 0 deletions node-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.3](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.8.2...lumina-node-wasm-v0.8.3) - 2025-05-21

### Other

- update Cargo.toml dependencies

## [0.8.2](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.8.1...lumina-node-wasm-v0.8.2) - 2025-04-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion node-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumina-node-wasm"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
license = "Apache-2.0"
description = "Browser compatibility layer for the Lumina node"
Expand Down
26 changes: 13 additions & 13 deletions node-wasm/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3683,7 +3683,7 @@ Auth module parameters

##### Defined in

lumina\_node\_wasm.d.ts:88
lumina\_node\_wasm.d.ts:78

***

Expand All @@ -3693,7 +3693,7 @@ lumina\_node\_wasm.d.ts:88

##### Defined in

lumina\_node\_wasm.d.ts:91
lumina\_node\_wasm.d.ts:81

***

Expand All @@ -3703,7 +3703,7 @@ lumina\_node\_wasm.d.ts:91

##### Defined in

lumina\_node\_wasm.d.ts:92
lumina\_node\_wasm.d.ts:82

***

Expand All @@ -3713,7 +3713,7 @@ lumina\_node\_wasm.d.ts:92

##### Defined in

lumina\_node\_wasm.d.ts:89
lumina\_node\_wasm.d.ts:79

***

Expand All @@ -3723,7 +3723,7 @@ lumina\_node\_wasm.d.ts:89

##### Defined in

lumina\_node\_wasm.d.ts:90
lumina\_node\_wasm.d.ts:80


<a name="interfacesbaseaccountmd"></a>
Expand All @@ -3746,7 +3746,7 @@ Common data of all account types

##### Defined in

lumina\_node\_wasm.d.ts:80
lumina\_node\_wasm.d.ts:70

***

Expand All @@ -3756,7 +3756,7 @@ lumina\_node\_wasm.d.ts:80

##### Defined in

lumina\_node\_wasm.d.ts:78
lumina\_node\_wasm.d.ts:68

***

Expand All @@ -3766,7 +3766,7 @@ lumina\_node\_wasm.d.ts:78

##### Defined in

lumina\_node\_wasm.d.ts:79
lumina\_node\_wasm.d.ts:69

***

Expand All @@ -3776,7 +3776,7 @@ lumina\_node\_wasm.d.ts:79

##### Defined in

lumina\_node\_wasm.d.ts:81
lumina\_node\_wasm.d.ts:71


<a name="interfacescoinmd"></a>
Expand All @@ -3799,7 +3799,7 @@ Coin

##### Defined in

lumina\_node\_wasm.d.ts:61
lumina\_node\_wasm.d.ts:92

***

Expand All @@ -3809,7 +3809,7 @@ lumina\_node\_wasm.d.ts:61

##### Defined in

lumina\_node\_wasm.d.ts:60
lumina\_node\_wasm.d.ts:91


<a name="interfacesprotoanymd"></a>
Expand Down Expand Up @@ -3865,7 +3865,7 @@ Public key

##### Defined in

lumina\_node\_wasm.d.ts:70
lumina\_node\_wasm.d.ts:60

***

Expand All @@ -3875,7 +3875,7 @@ lumina\_node\_wasm.d.ts:70

##### Defined in

lumina\_node\_wasm.d.ts:71
lumina\_node\_wasm.d.ts:61


<a name="interfacessigndocmd"></a>
Expand Down
6 changes: 3 additions & 3 deletions node-wasm/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-wasm/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Eiger <[email protected]>"
],
"description": "Lumina node for Celestia, running in browser",
"version": "0.8.2",
"version": "0.8.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0](https://github.com/eigerco/lumina/compare/lumina-node-v0.10.0...lumina-node-v0.11.0) - 2025-05-21

### Fixed

- *(utils)* [**breaking**] Fix `timeout` when duration is more than 24.9 days ([#617](https://github.com/eigerco/lumina/pull/617))

### Other

- *(rpc,node)* [**breaking**] Fix clippy issues ([#626](https://github.com/eigerco/lumina/pull/626))
- Update bootstrappers for mainnet ([#605](https://github.com/eigerco/lumina/pull/605))

## [0.10.0](https://github.com/eigerco/lumina/compare/lumina-node-v0.9.1...lumina-node-v0.10.0) - 2025-04-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumina-node"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "Celestia data availability node implementation in Rust"
Expand Down
6 changes: 6 additions & 0 deletions proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1](https://github.com/eigerco/lumina/compare/celestia-proto-v0.7.0...celestia-proto-v0.7.1) - 2025-05-21

### Other

- update Cargo.toml dependencies

## [0.7.0](https://github.com/eigerco/lumina/compare/celestia-proto-v0.6.0...celestia-proto-v0.7.0) - 2025-01-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-proto"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "Apache-2.0"
description = "Rust implementation of proto structs used in celestia ecosystem"
Expand Down
Loading