Skip to content

Commit 9a49841

Browse files
authored
Improve vasil-hardfork.md.
1 parent 0ff099b commit 9a49841

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vasil-hardfork.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ To witness a fork one should:
1313
- start cluster with `cabal new-run local-cluster [CLUSTER_DIR]` and copy shown node socket
1414
- to hard-fork run:
1515
```
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+
1619
export CARDANO_NODE_SOCKET_PATH=<socket path>
1720
1821
# submit update-proposal bumping major version to 7 (babbage)
@@ -23,6 +26,8 @@ To witness a fork one should:
2326
bash cluster-data/update-proposal-cost-model.sh
2427
```
2528

29+
Above commands submits two transactions if the first one fails. Seeing one "transaction submit error" for every "Transaction submitted succesfully" is fine.
30+
2631
One can use the started cardano node for submiting transactions, queries etc. Use node socket with `--mainnet` flag.
2732

2833
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

Comments
 (0)