Skip to content

Commit 97f8da0

Browse files
authored
docs: update Arc Testnet version to v0.7.3 in installation.md (#226)
## Summary The Versions table in `docs/installation.md` listed `v0.6.0` as the required version for Arc Testnet. The current release is `v0.7.3`. ## Problem A node operator following the installation guide would install `v0.6.0`, which can no longer sync with Arc Testnet. Per `BREAKING_CHANGES.md`: > "testnet node operators must use v0.7.2 before timestamp 1781791200 (2026-06-18 14:00:00 UTC), when Zero7 activates on testnet. Earlier versions are not supported." That deadline has passed — `v0.6.0` nodes are incompatible with the current testnet network. ## Change - `docs/installation.md`: Versions table updated from `v0.6.0` → `v0.7.3` Closes #225
1 parent 07990c9 commit 97f8da0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Consult the table below to confirm which version to run for each network.
1515

1616
| Network | Version |
1717
|-------------|---------|
18-
| Arc Testnet | v0.6.0 |
18+
| Arc Testnet | v0.8.0 |
1919

2020
## Pre-built Binary
2121

@@ -61,7 +61,7 @@ source "$ARC_HOME/env"
6161
To install a specific version, run `arcup` with `--install`:
6262

6363
```sh
64-
arcup --install v0.6.0
64+
arcup --install v0.8.0
6565
```
6666

6767
Next, verify that the three Arc binaries are installed:

0 commit comments

Comments
 (0)