Skip to content

Commit

Permalink
chore: release (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Oct 29, 2024
1 parent 5018d88 commit 3ecd476
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 33 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ members = ["cli", "node", "node-wasm", "proto", "rpc", "types"]

[workspace.dependencies]
blockstore = "0.7.0"
lumina-node = { version = "0.5.1", path = "node" }
lumina-node-wasm = { version = "0.5.2", path = "node-wasm" }
celestia-proto = { version = "0.4.1", path = "proto" }
celestia-rpc = { version = "0.6.0", path = "rpc", default-features = false }
celestia-types = { version = "0.6.1", path = "types", default-features = false }
lumina-node = { version = "0.6.0", path = "node" }
lumina-node-wasm = { version = "0.6.0", path = "node-wasm" }
celestia-proto = { version = "0.5.0", path = "proto" }
celestia-rpc = { version = "0.7.0", path = "rpc", default-features = false }
celestia-types = { version = "0.7.0", path = "types", default-features = false }
celestia-tendermint = { version = "0.32.2", default-features = false }
celestia-tendermint-proto = "0.32.2"

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.5.0](https://github.com/eigerco/lumina/compare/lumina-cli-v0.4.1...lumina-cli-v0.5.0) - 2024-10-25

### Added

- *(node,node-wasm)* [**breaking**] Allow customising syncing window size ([#442](https://github.com/eigerco/lumina/pull/442))

## [0.4.1](https://github.com/eigerco/lumina/compare/lumina-cli-v0.4.0...lumina-cli-v0.4.1) - 2024-10-11

### 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.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
description = "Celestia data availability node implementation in Rust"
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.6.0](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.5.2...lumina-node-wasm-v0.6.0) - 2024-10-25

### Added

- *(node,node-wasm)* [**breaking**] Allow customising syncing window size ([#442](https://github.com/eigerco/lumina/pull/442))

## [0.5.2](https://github.com/eigerco/lumina/compare/lumina-node-wasm-v0.5.1...lumina-node-wasm-v0.5.2) - 2024-10-21

### Fixed
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.5.2"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
description = "Browser compatibility layer for the Lumina node"
Expand Down
41 changes: 27 additions & 14 deletions node-wasm/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,19 @@ lumina\_node\_wasm.d.ts:322

***

#### custom\_syncing\_window\_secs?

> `optional` **custom\_syncing\_window\_secs**: `number`
Syncing window size, defines maximum age of headers considered for syncing and sampling.
Headers older than syncing window by more than an hour are eligible for pruning.

##### Defined in

lumina\_node\_wasm.d.ts:327

***

#### network

> **network**: [`Network`](#enumerationsnetworkmd)
Expand All @@ -955,7 +968,7 @@ A network to connect to.

##### Defined in

lumina\_node\_wasm.d.ts:326
lumina\_node\_wasm.d.ts:331

### Methods

Expand Down Expand Up @@ -1050,7 +1063,7 @@ lumina\_node\_wasm.d.ts:318

##### Defined in

lumina\_node\_wasm.d.ts:335
lumina\_node\_wasm.d.ts:340

### Methods

Expand All @@ -1064,7 +1077,7 @@ lumina\_node\_wasm.d.ts:335

##### Defined in

lumina\_node\_wasm.d.ts:331
lumina\_node\_wasm.d.ts:336

***

Expand All @@ -1078,7 +1091,7 @@ lumina\_node\_wasm.d.ts:331

##### Defined in

lumina\_node\_wasm.d.ts:339
lumina\_node\_wasm.d.ts:344


<a name="classespeertrackerinfosnapshotmd"></a>
Expand Down Expand Up @@ -1113,7 +1126,7 @@ Number of the connected peers.

##### Defined in

lumina\_node\_wasm.d.ts:357
lumina\_node\_wasm.d.ts:362

***

Expand All @@ -1125,7 +1138,7 @@ Number of the connected trusted peers.

##### Defined in

lumina\_node\_wasm.d.ts:361
lumina\_node\_wasm.d.ts:366

### Methods

Expand All @@ -1139,7 +1152,7 @@ lumina\_node\_wasm.d.ts:361

##### Defined in

lumina\_node\_wasm.d.ts:353
lumina\_node\_wasm.d.ts:358

***

Expand All @@ -1155,7 +1168,7 @@ lumina\_node\_wasm.d.ts:353

##### Defined in

lumina\_node\_wasm.d.ts:348
lumina\_node\_wasm.d.ts:353

***

Expand All @@ -1171,7 +1184,7 @@ Return stringified version of self.

##### Defined in

lumina\_node\_wasm.d.ts:352
lumina\_node\_wasm.d.ts:357


<a name="classessyncinginfosnapshotmd"></a>
Expand Down Expand Up @@ -1206,7 +1219,7 @@ Ranges of headers that are already synchronised

##### Defined in

lumina\_node\_wasm.d.ts:379
lumina\_node\_wasm.d.ts:384

***

Expand All @@ -1218,7 +1231,7 @@ Syncing target. The latest height seen in the network that was successfully veri

##### Defined in

lumina\_node\_wasm.d.ts:383
lumina\_node\_wasm.d.ts:388

### Methods

Expand All @@ -1232,7 +1245,7 @@ lumina\_node\_wasm.d.ts:383

##### Defined in

lumina\_node\_wasm.d.ts:375
lumina\_node\_wasm.d.ts:380

***

Expand All @@ -1248,7 +1261,7 @@ lumina\_node\_wasm.d.ts:375

##### Defined in

lumina\_node\_wasm.d.ts:370
lumina\_node\_wasm.d.ts:375

***

Expand All @@ -1264,7 +1277,7 @@ Return stringified version of self.

##### Defined in

lumina\_node\_wasm.d.ts:374
lumina\_node\_wasm.d.ts:379

# Enumerations

Expand Down
4 changes: 2 additions & 2 deletions 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.5.2",
"version": "0.6.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"main": "index.js",
"homepage": "https://www.eiger.co",
"dependencies": {
"lumina-node-wasm": "0.5.2"
"lumina-node-wasm": "0.6.0"
},
"keywords": [
"blockchain",
Expand Down
9 changes: 9 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0](https://github.com/eigerco/lumina/compare/lumina-node-v0.5.1...lumina-node-v0.6.0) - 2024-10-25

### Added

- *(types)* [**breaking**] Add versioned consts ([#412](https://github.com/eigerco/lumina/pull/412))
- *(types)* [**breaking**] add blob reconstruction from shares ([#450](https://github.com/eigerco/lumina/pull/450))
- *(node,node-wasm)* [**breaking**] Allow customising syncing window size ([#442](https://github.com/eigerco/lumina/pull/442))
- *(types,rpc,node)* [**breaking**] refactor Share to work for parity and data ([#443](https://github.com/eigerco/lumina/pull/443))

## [0.5.1](https://github.com/eigerco/lumina/compare/lumina-node-v0.5.0...lumina-node-v0.5.1) - 2024-10-11

### Other
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.5.1"
version = "0.6.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.5.0](https://github.com/eigerco/lumina/compare/celestia-proto-v0.4.1...celestia-proto-v0.5.0) - 2024-10-25

### Added

- *(types,rpc,node)* [**breaking**] refactor Share to work for parity and data ([#443](https://github.com/eigerco/lumina/pull/443))

## [0.4.1](https://github.com/eigerco/lumina/compare/celestia-proto-v0.4.0...celestia-proto-v0.4.1) - 2024-10-11

### Fixed
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.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
description = "Rust implementation of proto structs used in celestia ecosystem"
Expand Down
8 changes: 8 additions & 0 deletions rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/eigerco/lumina/compare/celestia-rpc-v0.6.0...celestia-rpc-v0.7.0) - 2024-10-25

### Added

- *(types)* [**breaking**] Add versioned consts ([#412](https://github.com/eigerco/lumina/pull/412))
- *(types)* [**breaking**] add blob reconstruction from shares ([#450](https://github.com/eigerco/lumina/pull/450))
- *(types,rpc,node)* [**breaking**] refactor Share to work for parity and data ([#443](https://github.com/eigerco/lumina/pull/443))

## [0.6.0](https://github.com/eigerco/lumina/compare/celestia-rpc-v0.5.0...celestia-rpc-v0.6.0) - 2024-10-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-rpc"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
description = "A collection of traits for interacting with Celestia data availability nodes RPC"
Expand Down
16 changes: 16 additions & 0 deletions types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/eigerco/lumina/compare/celestia-types-v0.6.1...celestia-types-v0.7.0) - 2024-10-25

### Added

- *(types)* [**breaking**] Add versioned consts ([#412](https://github.com/eigerco/lumina/pull/412))
- *(types)* [**breaking**] add blob reconstruction from shares ([#450](https://github.com/eigerco/lumina/pull/450))
- *(types,rpc,node)* [**breaking**] refactor Share to work for parity and data ([#443](https://github.com/eigerco/lumina/pull/443))

### Fixed

- *(types)* axis type for eds new error reporting ([#447](https://github.com/eigerco/lumina/pull/447))

### Other

- *(types)* [**breaking**] Rename `rsmt2d` module to `eds` ([#449](https://github.com/eigerco/lumina/pull/449))

## [0.6.1](https://github.com/eigerco/lumina/compare/celestia-types-v0.6.0...celestia-types-v0.6.1) - 2024-10-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celestia-types"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
description = "Core types, traits and constants for working with the Celestia ecosystem"
Expand Down

0 comments on commit 3ecd476

Please sign in to comment.