Skip to content

Commit

Permalink
Merge pull request #1828 from input-output-hk/ensemble/1792/non-block…
Browse files Browse the repository at this point in the history
…ing-artifact-production-in-aggregator

Ensemble/1792/non blocking artifact production in aggregator
  • Loading branch information
sfauvel authored Jul 16, 2024
2 parents 556b687 + 1019bbf commit 2d04e58
Show file tree
Hide file tree
Showing 8 changed files with 409 additions and 43 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ As a minor extension, we have adopted a slightly different versioning convention

## Mithril Distribution [XXXX.X] - UNRELEASED

- `mithril-aggregator` node produces artifact for different signed entity types in parallel.

- **UNSTABLE** Cardano transactions certification:

- Make Cardano transaction signing settings configurable via the CD.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.5.42"
version = "0.5.43"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions mithril-aggregator/src/dependency_injection/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ impl DependenciesBuilder {
mithril_stake_distribution_artifact_builder,
cardano_immutable_files_full_artifact_builder,
cardano_transactions_artifact_builder,
self.get_signed_entity_lock().await?,
));

// Compute the cache pool for prover service
Expand Down
Loading

0 comments on commit 2d04e58

Please sign in to comment.