Skip to content

Commit a631ef5

Browse files
[Protocol Upgrade] Docs and v0.1.29 release (#1771)
- Protocol Upgrade Documentation - `v0.1.29` release artifacts --- Co-authored-by: Bryan White <[email protected]>
1 parent 76f3933 commit a631ef5

20 files changed

+665
-584
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ localnet_testing_msg_import_morse_accounts.json
127127

128128
# Gov Param Update transaction templates
129129
*_params_*.json
130+
131+
# Used for telegram announcements
132+
release_prep_announcement.txt

docusaurus/docs/1_operate/4_faq/3_validator_faq.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Your Full Node must be fully synchronized before creating a Validator.
161161
**Monitor and follow**:
162162

163163
- Upgrade notifications in [Pocket Network's Discord](https://discord.com/invite/pocket-network)
164-
- The [latest recommended version](../../4_develop/upgrades/4_upgrade_list.md) documentation
164+
- The [latest recommended version](../../4_develop/upgrades/6_upgrade_list.md) documentation
165165

166166
## What security practices should I follow?
167167

@@ -174,7 +174,8 @@ Your Full Node must be fully synchronized before creating a Validator.
174174

175175
## What keys are important for Validators?
176176

177-
_BE ABSOLUTELY SURE YOU HAVE THESE BACKED UP!!!_
178-
- You will need your validator address key (the address you staked from)
179-
- Your `priv_validator_key.json` - found in `/pocketd/config`
180-
- Your `node_key.json` - found in `/pocketd/config`
177+
_BE ABSOLUTELY SURE YOU HAVE THESE BACKED UP!!!_
178+
179+
- You will need your validator address key (the address you staked from)
180+
- Your `priv_validator_key.json` - found in `/pocketd/config`
181+
- Your `node_key.json` - found in `/pocketd/config`

docusaurus/docs/2_explore/2_account_management/1_pocketd_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This section is intended **only for core protocol developers**.
220220

221221
It is also only intended for for dev releases of the `pocketd` CLI.
222222

223-
If you are publishing an official protocol upgrade accompanies by a CLI update, visit the [release procedure docs](../../4_develop//upgrades/2_release_procedure.md).
223+
If you are publishing an official protocol upgrade accompanies by a CLI update, visit the [release procedure docs](../../4_develop/upgrades/2_upgrade_preparation.md).
224224

225225
:::
226226

File renamed without changes.

docusaurus/docs/4_develop/upgrades/1_protocol_upgrades.md renamed to docusaurus/docs/4_develop/upgrades/1_upgrade_overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Protocol Upgrades Overview
2+
title: Upgrade Overview
33
sidebar_position: 1
44
---
55

66
:::important Managing Protocol Upgrades
77
This is a _high-level meta-overview_ of protocol upgrades.
88

9-
**❗ If you need to trigger a protocol upgrade, see the [Protocol Upgrade Release Procedure](2_release_procedure.md) section ❗**
9+
**❗ If you need to trigger a protocol upgrade, see the [Protocol Upgrade Release Procedure](./2_upgrade_preparation.md) section ❗**
1010
:::
1111

1212
Pocket Network evolves through protocol upgrades that keep the network secure, efficient, and up-to-date. These upgrades are coordinated by the DAO (offchain governance) and executed by validators (onchain).
@@ -36,7 +36,7 @@ A protocol upgrade changes the onchain software to:
3636
## Where to Find Upgrade Info
3737

3838
- [GitHub Releases](https://github.com/pokt-network/poktroll/releases): All software updates and release notes
39-
- [Upgrade List](4_upgrade_list.md): Details on each upgrade, breaking changes, and manual steps
39+
- [Upgrade List](6_upgrade_list.md): Details on each upgrade, breaking changes, and manual steps
4040

4141
:::info Not All Releases Are Upgrades
4242
Not every [GitHub release](https://github.com/pokt-network/poktroll/releases) triggers a protocol upgrade.

0 commit comments

Comments
 (0)