Skip to content

Commit f1e3b10

Browse files
committed
Update changelog & upgrade crates versions
* Mithril-aggregator from `0.5.25` to `0.5.26` * Mithril-signer from `0.2.148` to `0.2.149` * Mithril-persistence from `0.2.9` to `0.4.10`
1 parent f884875 commit f1e3b10

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

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

1818
- Extended CI build and test steps for MacOS `arm64` runners and include pre-built binaries for MacOS `arm64` in the releases.
1919

20+
- Vacuum aggregator & signer SQLite databases at startup to reduce fragmentation and disk space usage.
21+
2022
- **UNSTABLE** Cardano transactions certification:
2123
- Optimize the performances of the computation of the proof with a Merkle map.
2224
- Handle rollback events from the Cardano chain by removing stale data.

Cargo.lock

Lines changed: 3 additions & 3 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.9"
3+
version = "0.2.10"
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.25"
3+
version = "0.5.26"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-signer/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-signer"
3-
version = "0.2.148"
3+
version = "0.2.149"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)