Skip to content

Commit 04693e2

Browse files
authored
Merge pull request #836 from input-output-hk/greg/823/dependency_injection
823 dependency injection
2 parents b61945b + b568255 commit 04693e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1550
-943
lines changed

Cargo.lock

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

mithril-aggregator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.2.38"
3+
version = "0.2.39"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -36,7 +36,7 @@ warp = "0.3"
3636

3737
[dev-dependencies]
3838
httpmock = "0.6.6"
39-
mithril-common = { path = "../mithril-common", features = ["test_only", "allow_skip_signer_certification"] }
39+
mithril-common = { path = "../mithril-common", features = ["allow_skip_signer_certification"] }
4040
mockall = "0.11.0"
4141
slog-term = "2.9.0"
4242
tempfile = "3.3.0"

mithril-aggregator/config/dev.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"environment": "Production",
23
"cardano_cli_path": "cardano-cli",
34
"cardano_node_socket_path": "/tmp/cardano.sock",
45
"network": "devnet",
@@ -15,4 +16,4 @@
1516
"data_stores_directory": "/tmp/mithril-aggregator/stores",
1617
"genesis_verification_key": "5b33322c3235332c3138362c3230312c3137372c31312c3131372c3133352c3138372c3136372c3138312c3138382c32322c35392c3230362c3130352c3233312c3135302c3231352c33302c37382c3231322c37362c31362c3235322c3138302c37322c3133342c3133372c3234372c3136312c36385d",
1718
"era_adapter_type": "bootstrap"
18-
}
19+
}

mithril-aggregator/config/preview.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"environment": "Production",
23
"cardano_cli_path": "cardano-cli",
34
"cardano_node_socket_path": "/tmp/cardano.sock",
45
"network": "preview",
@@ -16,4 +17,4 @@
1617
"genesis_verification_key": "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d",
1718
"limit_keys_in_stores": 5,
1819
"era_adapter_type": "bootstrap"
19-
}
20+
}

0 commit comments

Comments
 (0)