Skip to content

Commit 122e9d2

Browse files
committed
Update changelog & upgrade crates versions
* Mithril-aggregator from `0.5.22` to `0.5.23` * Mithril-signer from `0.2.144` to `0.2.145` * Mithril-common from `0.4.17` to `0.4.18`
1 parent 68740de commit 122e9d2

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ As a minor extension, we have adopted a slightly different versioning convention
2020
- **UNSTABLE** Cardano transactions certification:
2121
- Optimize the performances of the computation of the proof with a Merkle map.
2222
- Handle rollback events from the Cardano chain by removing stale data.
23+
- Preload Cardano transactions and Block Range Roots at signer & aggregator startup.
2324

2425
- Crates versions:
2526

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-aggregator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.5.22"
3+
version = "0.5.23"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

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

mithril-signer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.144"
3+
version = "0.2.145"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)