Skip to content

Commit 2d04e58

Browse files
authored
Merge pull request #1828 from input-output-hk/ensemble/1792/non-blocking-artifact-production-in-aggregator
Ensemble/1792/non blocking artifact production in aggregator
2 parents 556b687 + 1019bbf commit 2d04e58

File tree

8 files changed

+409
-43
lines changed

8 files changed

+409
-43
lines changed

CHANGELOG.md

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

1010
## Mithril Distribution [XXXX.X] - UNRELEASED
1111

12+
- `mithril-aggregator` node produces artifact for different signed entity types in parallel.
13+
1214
- **UNSTABLE** Cardano transactions certification:
1315

1416
- Make Cardano transaction signing settings configurable via the CD.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.42"
3+
version = "0.5.43"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/src/dependency_injection/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ impl DependenciesBuilder {
11351135
mithril_stake_distribution_artifact_builder,
11361136
cardano_immutable_files_full_artifact_builder,
11371137
cardano_transactions_artifact_builder,
1138+
self.get_signed_entity_lock().await?,
11381139
));
11391140

11401141
// Compute the cache pool for prover service

0 commit comments

Comments
 (0)