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
|**Genesis manually**|[manual-genesis](./genesis-manually/README.md)| Proceed to manual (re)genesis of the aggregator certificate chain. |
12
-
|**Era markers**|[era-markers](./era-markers/README.md)| Create and update era markers on the Cardano chain. |
13
-
|**Downloads statistics**|[downloads statistics](./statistics/README.md)| Display the number of downloads per day. |
14
-
|**Signer registrations monitoring**|[registrations-monitoring](./registrations-monitoring/README.md)| Gather aggregated data about signer registrations (versions, stake, ...). |
15
-
|**Update protocol parameters**|[protocol-parameters](./protocol-parameters/README.md)| Update the protocol parameters of a Mithril network. |
16
-
|**Recompute certificates hash**|[recompute-certificates-hash](./recompute-certificates-hash/README.md)| Recompute the certificates hash of an aggregator. |
17
-
|**Fix terraform lock**|[terraform-lock](./terraform-lock/README.md)| Fix a terraform lock in CD workflows. |
18
-
|**Manage SSH access to infrastructure**|[ssh-access](./ssh-access/README.md)| Manage SSH access on the VM of the infrastructure for a user. |
19
-
|**Upgrade VM of infrastructure**|[upgrade-vm](./upgrade-vm/README.md)| Upgrade the VM of the infrastructure of a Mithril network. |
20
-
|**Create test Docker distribution**|[test-docker-distribution](./test-docker-distribution/README.md)| Create a custom test Docker distribution. |
21
-
|**Deploy a test network manually**|[test-deploy-network](./test-deploy-network/README.md)| Manually deploy a test distribution to a test Mithril network. |
22
-
|**Publish crates to crates.io manually**|[manual-publish-crates](./manual-publish-crates/README.md)| Manually publish Rust crates to crates.io. |
23
-
|**Publish packages to npm manually**|[manual-publish-npm](./manual-publish-npm/README.md)| Manually publish packages to npm registry. |
24
-
|**Client multi-platform test**|[test-client-multiplatform](./test-client-multiplatform/README.md)| Run multi-platform client CLI binaries, docker and WASM package tests. |
25
-
|**Maintain Cardano minimum versions file**|[maintain-cardano-min-versions-file](./maintain-cardano-min-versions-file/README.md)| Maintain the `networks.json` file |
|**Genesis manually**|[manual-genesis](./genesis-manually/README.md)| Proceed to manual (re)genesis of the aggregator certificate chain. |
12
+
|**Era markers**|[era-markers](./era-markers/README.md)| Create and update era markers on the Cardano chain. |
13
+
|**Downloads statistics**|[downloads statistics](./statistics/README.md)| Display the number of downloads per day. |
14
+
|**Signer registrations monitoring**|[registrations-monitoring](./registrations-monitoring/README.md)| Gather aggregated data about signer registrations (versions, stake, ...). |
15
+
|**Update protocol parameters**|[protocol-parameters](./protocol-parameters/README.md)| Update the protocol parameters of a Mithril network. |
16
+
|**Recompute certificates hash**|[recompute-certificates-hash](./recompute-certificates-hash/README.md)| Recompute the certificates hash of an aggregator. |
17
+
|**Fix terraform lock**|[terraform-lock](./terraform-lock/README.md)| Fix a terraform lock in CD workflows. |
18
+
|**Manage SSH access to infrastructure**|[ssh-access](./ssh-access/README.md)| Manage SSH access on the VM of the infrastructure for a user. |
19
+
|**Upgrade VM of infrastructure**|[upgrade-vm](./upgrade-vm/README.md)| Upgrade the VM of the infrastructure of a Mithril network. |
20
+
|**Create test Docker distribution**|[test-docker-distribution](./test-docker-distribution/README.md)| Create a custom test Docker distribution. |
21
+
|**Deploy a test network manually**|[test-deploy-network](./test-deploy-network/README.md)| Manually deploy a test distribution to a test Mithril network. |
22
+
|**Publish crates to crates.io manually**|[manual-publish-crates](./manual-publish-crates/README.md)| Manually publish Rust crates to crates.io. |
23
+
|**Publish packages to npm manually**|[manual-publish-npm](./manual-publish-npm/README.md)| Manually publish packages to npm registry. |
24
+
|**Client multi-platform test**|[test-client-multiplatform](./test-client-multiplatform/README.md)| Run multi-platform client CLI binaries, docker and WASM package tests. |
25
+
|**Maintain the networks configuration file**|[maintain-networks-configuration-file](./maintain-networks-configuration-file/README.md)| Maintain the `networks.json` file |
Copy file name to clipboardExpand all lines: docs/runbook/maintain-networks-configuration-file/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Cardano node minimum versions for Signers
1
+
# Maintain the networks configuration file
2
2
3
3
## Introduction
4
4
5
-
The [networks.json](../../../networks.json) file specifies the minimum supported versions of the Cardano node for Mithril signers and facilitates the verification of compatibility for the Cardano networks.
5
+
The [networks.json](../../../networks.json) file provides essential information for configuring the Mithril nodes. In particular, it specifies the minimum supported versions of the Cardano node for Mithril signers and facilitates the verification of compatibility for the Cardano networks.
0 commit comments