You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/actions/deploy-terraform-infrastructure/action.yml
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,21 @@ inputs:
149
149
description: Mithril aggregator leader aggregator endpoint to follow.
150
150
required: false
151
151
default: ""
152
+
mithril_aggregator_ancillary_signer_type:
153
+
description: Mithril aggregator ancillary signer type ('secret-key' or 'gcp-kms').
154
+
required: true
155
+
mithril_aggregator_ancillary_signer_secret_key:
156
+
description: Mithril aggregator ancillary signer secret key used to sign ancillary files (used with mithril_aggregator_ancillary_signer_type='secret-key').
description: Mithril aggregator ancillary signer GCP KMS resource name used to sign ancillary files (used with mithril_aggregator_ancillary_signer_type='gcp-kms').
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ As a minor extension, we have adopted a slightly different versioning convention
9
9
10
10
## Mithril Distribution [XXXX] - UNRELEASED
11
11
12
+
-**BREAKING** changes in Mithril client CLI:
13
+
14
+
- To fast bootstrap a Cardano node, the new `--include-ancillary` option has been added to the _Cardano node database_ command in the Mithril client CLI.
15
+
- Without this option, only final immutable files are downloaded and the ledger state must be computed from the genesis block.
16
+
- The `--include-ancillary` option requires the usage of an **ancillary verification key** (`--ancillary-verification-key` or `ANCILLARY_VERIFICATION_KEY`) which is specified in the [Networks configuration](https://mithril.network/doc/manual/getting-started/network-configurations) page.
17
+
18
+
- Support for ancillary files signature for _Cardano node database_ and _Cardano node database v2_ certification with IOG key.
19
+
12
20
- Add `with_origin_tag` function to the Mithril client library to record the origin of client requests.
13
21
14
22
-**UNSTABLE** implement support for leader/follower registration in the infrastructure.
0 commit comments