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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ As a minor extension, we have adopted a slightly different versioning convention
15
15
- Without this option, only final immutable files are downloaded and the ledger state must be computed from the genesis block.
16
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
17
18
+
- Support for `Cardano node``10.3.1` in the signer and the aggregator.
19
+
18
20
- Support for ancillary files signature for _Cardano node database_ and _Cardano node database v2_ certification with IOG key.
19
21
20
22
- Add `with_origin_tag` function to the Mithril client library to record the origin of client requests.
@@ -592,9 +592,9 @@ You will see that the certificate chain is validated to ensure the issued certif
592
592
5/5 - Verifying the cardano db signature…
593
593
Cardano db 'db5f50a060d4b813125c4263b700ecc96e5d8c8710f0430e5c80d2f0fa79b667' has been unpacked and successfully checked against Mithril multi-signature contained in the certificate.
594
594
595
-
Files in the directory '/home/mithril/data/testnet/db5f50a060d4b813125c4263b700ecc96e5d8c8710f0430e5c80d2f0fa79b667/db' can be used to run a Cardano node with version >= 10.2.1.
595
+
Files in the directory '/home/mithril/data/testnet/db5f50a060d4b813125c4263b700ecc96e5d8c8710f0430e5c80d2f0fa79b667/db' can be used to run a Cardano node with version >= 10.3.1.
596
596
597
597
If you are using Cardano Docker image, you can restore a Cardano Node with:
@@ -477,19 +477,19 @@ You will see that the selected snapshot archive has been downloaded locally unpa
477
477
5/5 - Verifying the cardano db signature…
478
478
Cardano db 'a1b5e6f43521fd9c5f55e3d6bf27dc4a62f43980681cb67e28cc40582a0d1974' has been unpacked and successfully checked against Mithril multi-signature contained in the certificate.
479
479
480
-
Files in the directory 'db' can be used to run a Cardano node with version >= 10.2.1.
480
+
Files in the directory 'db' can be used to run a Cardano node with version >= 10.3.1.
481
481
482
482
If you are using Cardano Docker image, you can restore a Cardano Node with:
You will see the Cardano node start by validating the files ingested from the snapshot archive. Then, it will synchronize with the other network nodes and start adding blocks:
0 commit comments