Skip to content

Commit 70a8a61

Browse files
committed
Upgrade crates versions and update Changelog
nodes: * Mithril-aggregator from `0.5.14` to `0.5.15` * Mithril-client from `0.8.1` to `0.8.2` * Mithril-client-cli from `0.9.0` to `0.9.1` * Mithril-client-wasm from `0.3.1` to `0.3.2` * Mithril-common from `0.4.11` to `0.4.12` * Mithril-signer from `0.2.139` to `0.2.140` websites: * Mithril-explorer from `0.7.0` to `0.7.1` internal: * Mithril-persistence from `0.2.1` to `0.2.2` test-lab * Mithril-aggregator-fake from `0.3.1` to `0.3.2` * Mithril-end-to-end from `0.4.13` to `0.4.14`
1 parent 026f3d6 commit 70a8a61

File tree

16 files changed

+31
-29
lines changed

16 files changed

+31
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ As a minor extension, we have adopted a slightly different versioning convention
2323

2424
- Implement a Resource Pool and use it for caching Block Range Merkle maps used by the Cardano transactions prover and improving the throughput.
2525

26+
- Change the beacon of the Cardano Transactions to a block number instead of an immutable file number.
27+
2628
- Crates versions:
2729

2830
| Crate | Version |

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-persistence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-persistence"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.5.14"
3+
version = "0.5.15"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-wasm"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/www-test/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-client-wasm/www/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.4.11"
3+
version = "0.4.12"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)