Skip to content

Commit

Permalink
docs: update testnet version to 73
Browse files Browse the repository at this point in the history
Bumps the usual version spec for the docs, so it's clear what version
should be downloaded. Given that 73 has a fresh chain, remove the
archive-url from the join instructions, because it's no longer correct.

Refs #4274
  • Loading branch information
conorsch committed Apr 26, 2024
1 parent 636a81a commit c3de340
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
| Application version (Name)| Penumbra crate version | CometBFT | Protobuf |
| ------------------------- | ---------------------- | -------- | -------- |
| 1 (Testnet 70) | v0.70.x | v0.37.5 | v1 |
| 2 (Testnet 71) | v0.71.x | v0.37.5 | v1 |
| 3 (Testnet 72) | v0.72.x | v0.37.5 | v1 |
| 2 (Testnet 73) | v0.73.x | v0.37.5 | v1 |
4 changes: 2 additions & 2 deletions docs/guide/src/node/pd/join-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The following section describes how to join a testnet chain *which has never upg
Once a chain upgrade occurs, a new-joining node must have access to an archive
of historical, migrated state. When we upgrade the chain, we should update these
docs to switch to the archive-url version:
-->
```shell
pd testnet join --external-address IP_ADDRESS:26656 --moniker MY_NODE_NAME \
Expand All @@ -49,15 +48,16 @@ and `MY_NODE_NAME` is a moniker identifying your node. Other peers will try to c
to your node over port `26656/TCP`. Finally, the `--archive-url` flag will fetch
a tarball of historical blocks, so that your newly joining node can understand transactions
that occurred prior to the most recent chain upgrade.
-->

<!--
```shell
pd testnet join --external-address IP_ADDRESS:26656 --moniker MY_NODE_NAME
```

where `IP_ADDRESS` (like `1.2.3.4`) is the public IP address of the node you're running,
and `MY_NODE_NAME` is a moniker identifying your node. Other peers will try to connect
to your node over port `26656/TCP`.
<!--
### End join customization
-->

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/src/penumbra_version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.72.0
v0.73.0

0 comments on commit c3de340

Please sign in to comment.