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: docs/website/versioned_docs/version-maintained/glossary.md
+6
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ A Cardano node is a node that runs in a [Cardano network](#cardano-network). The
24
24
25
25
A Cardano key pair is an asymmetric key pair used to identify a [stake pool operator](#stake-pool-operator-spo) on the [Cardano network](#cardano-network).
26
26
27
+
## Cardano transaction
28
+
29
+
A Cardano transaction proof is a cryptographic proof that a sub-set of Cardano transactions is included in the Cardano transactions set. It is generated upon request from a [Mithril client](#mithril-client) and is signed by a [certificate](#certificate).
30
+
31
+
A Cardano transactions set commitment represents, in a succinct way, the Cardano transactions set that was signed by Mithril at a given [Beacon](#beacon).
32
+
27
33
## Certificate
28
34
29
35
The Mithril aggregator combines the produced [multi-signature](#multi-signature) and some metadata into a Mithril certificate that will be later used by the [Mithril client](#mithril-client) to verify the authenticity of a [snapshot](#snapshot). The certificates are chained so that the [stake distribution](#stake-distribution) used to create the signatures is verifiably genuine.
|`verbose`|`--verbose`|`-v`|`VERBOSE`| Verbosity level | - | Parsed from the number of occurrences: `-v` for `Warning`, `-vv` for `Info`, `-vvv` for `Debug` and `-vvvv` for `Trace`|:heavy_check_mark:|
|`artifact_hash`|`--artifact-hash`| - | - | Hash of the Mithril stake distribution artifact or `latest` for the latest artifact | - | - |:heavy_check_mark:|
338
363
|`download_dir`|`--download-dir`| - | - | Directory where the Mithril stake distribution will be downloaded | . | - | - |
364
+
365
+
`cardano-transaction commitment show` command:
366
+
367
+
| Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
Copy file name to clipboardExpand all lines: docs/website/versioned_docs/version-maintained/manual/getting-started/SPO-on-boarding-guide.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ Each **Mithril network** has its own configuration, which can be found in the [C
47
47
48
48
## Step 2: Get Mithril ready for `mainnet`
49
49
50
-
:::info
50
+
:::warning
51
51
52
-
This step is **optional**, but **strongly recommended**.
52
+
This step is **mandatory**. You must complete it before moving forward to **Step 3**.
53
53
54
54
:::
55
55
56
-
To get ready for `mainnet`, you should:
56
+
To get ready for `mainnet`, you need to:
57
57
- Be an active SPO on the Cardano `preprod` network for at least one epoch or five days.
58
58
- Set up a **Mithril signer** node on Mithril's `release-preprod` network by following the [**Run a Mithril signer node (SPO)**](run-signer-node.md) guide.
59
59
- You **must** run the **Production** deployment model.
@@ -68,7 +68,7 @@ Each **Mithril network** has its own configuration, which can be found in the [C
68
68
69
69
:::warning
70
70
71
-
This step is **mandatory**. It is **strongly recommended** to complete **Step 2**beforehand.
71
+
This step is **mandatory**. You must have completed **Step 2**before.
0 commit comments