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/adv/advanced/quickstart-split.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ At the end of this process, you should have a tree like this:
51
51
Run the following docker command to split the keys (for mainnet):
52
52
53
53
```shell
54
-
CHARON_VERSION= # E.g. v1.1.2
54
+
CHARON_VERSION= # E.g. v1.2.0
55
55
CLUSTER_NAME= # The name of the cluster you want to create.
56
56
WITHDRAWAL_ADDRESS= # The address you want to use for withdrawals (this is just for accuracy in your lock file, you can't change a withdrawal address for a validator that has already been deposited)
57
57
FEE_RECIPIENT_ADDRESS= # The address you want to use for block reward and MEV payments.
Copy file name to clipboardExpand all lines: docs/learn/charon/charon-cli-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_position: 5
5
5
6
6
# CLI Reference
7
7
8
-
The following is a reference for Charon version [`v1.1.2`](https://github.com/ObolNetwork/charon/releases/tag/v1.1.2). Find the latest release on [our Github](https://github.com/ObolNetwork/charon/releases).
8
+
The following is a reference for Charon version [`v1.2.0`](https://github.com/ObolNetwork/charon/releases/tag/v1.2.0). Find the latest release on [our Github](https://github.com/ObolNetwork/charon/releases).
9
9
10
10
The following are the top-level commands available to use.
- A [review](../../../docs/adv/security/ev-assessment.md) of Obol Labs development processes by Ethereal Ventures
41
+
- A [review](../../adv/security/ev-assessment.md) of Obol Labs development processes by Ethereal Ventures
42
42
- A [security assessment](https://github.com/ObolNetwork/obol-security/blob/f9d7b0ad0bb8897f74ccb34cd4bd83012ad1d2b5/audits/Sigma_Prime_Obol_Network_Charon_Security_Assessment_Report_v2_1.pdf) of Charon by [Sigma Prime](https://sigmaprime.io/).
43
-
- A [solidity audit](../../../docs/adv/security/smart_contract_audit.mdx) of the Obol Splits contracts by [Zach Obront](https://zachobront.com/).
@@ -420,7 +420,7 @@ Intended for running tests across all categories. Each flag should have a prefix
420
420
<h3>Example run</h3>
421
421
422
422
```shell
423
-
docker run --network="charon-distributed-validator-node_dvnode" -u $(id -u):$(id -g) --rm -v "$(pwd):/opt/charon/test" obolnetwork/charon:v1.1.2 alpha test all \
423
+
docker run --network="charon-distributed-validator-node_dvnode" -u $(id -u):$(id -g) --rm -v "$(pwd):/opt/charon/test" obolnetwork/charon:v1.2.0 alpha test all \
@@ -446,7 +446,7 @@ Intended for running tests across all categories. Each flag should have a prefix
446
446
<h3>Example run</h3>
447
447
448
448
```shell
449
-
docker run --network="charon-distributed-validator-node_dvnode" -u $(id -u):$(id -g) --rm -v "$(pwd):/opt/charon/test" obolnetwork/charon:v1.1.2 alpha test all \
449
+
docker run --network="charon-distributed-validator-node_dvnode" -u $(id -u):$(id -g) --rm -v "$(pwd):/opt/charon/test" obolnetwork/charon:v1.2.0 alpha test all \
@@ -472,7 +472,7 @@ Intended for running tests across all categories. Each flag should have a prefix
472
472
<h3>Example run</h3>
473
473
474
474
```shell
475
-
docker run --network="charon-distributed-validator-node_dvnode" -u $(id -u):$(id -g) --rm -v "$(pwd):/opt/charon/test" obolnetwork/charon:v1.1.2 alpha test all \
475
+
docker run --network="charon-distributed-validator-node_dvnode" -u $(id -u):$(id -g) --rm -v "$(pwd):/opt/charon/test" obolnetwork/charon:v1.2.0 alpha test all \
@@ -423,7 +423,7 @@ For the [DKG](../../learn/charon/dkg.md) to complete, all operators need to be r
423
423
424
424
</TabItem>
425
425
<TabItemvalue="CLI"label="CDVN">
426
-
Once the creator gives you the <code>cluster-definition.json</code> file and you place it in a <code>.charon</code> subdirectory, run: <pre>docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v1.1.2 dkg --publish</pre> and the DKG process should begin.
426
+
Once the creator gives you the <code>cluster-definition.json</code> file and you place it in a <code>.charon</code> subdirectory, run: <pre>docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v1.2.0 dkg --publish</pre> and the DKG process should begin.
427
427
</TabItem>
428
428
<TabItemvalue="DappnodeTab"label="Dappnode">
429
429
Follow this step if you are signing through the DV Launchpad, importing the cluster definition URL into the DappNode package's config & then running the DKG inside the DappNode, followed by cluster run.<br/>
0 commit comments