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: vasil-hardfork.md
+5
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ To witness a fork one should:
13
13
- start cluster with `cabal new-run local-cluster [CLUSTER_DIR]` and copy shown node socket
14
14
- to hard-fork run:
15
15
```
16
+
# Start in plutip directory and have cardano-cli in path.
17
+
# You can obtain it by entering the nix shell with `nix develop`
18
+
16
19
export CARDANO_NODE_SOCKET_PATH=<socket path>
17
20
18
21
# submit update-proposal bumping major version to 7 (babbage)
@@ -23,6 +26,8 @@ To witness a fork one should:
23
26
bash cluster-data/update-proposal-cost-model.sh
24
27
```
25
28
29
+
Above commands submits two transactions if the first one fails. Seeing one "transaction submit error" for every "Transaction submitted succesfully" is fine.
30
+
26
31
One can use the started cardano node for submiting transactions, queries etc. Use node socket with `--mainnet` flag.
27
32
28
33
Wallet address displayed by local-cluster is for key in `$CLUSTER_WORK_DIR/bot-plutus-interface/signing-keys`. One can ignore it.
0 commit comments