-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Upgrade list #928
[Docs] Upgrade list #928
Changes from 4 commits
7af8826
0debb53
5fe3cc5
c3802d7
3c85948
0597f4d
d7b5a85
d417d8c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,10 @@ sidebar_position: 1 | |
The tables below provide a list of past and upcoming protocol upgrades. For more detailed information about what upgrades are, how they work, and what changes they bring to the protocol, please refer to our [upgrade overview page](./protocol_upgrades.md). | ||
|
||
- [Legend](#legend) | ||
- [TestNet](#testnet) | ||
- [MainNet](#mainnet) | ||
- [Beta TestNet](#beta-testnet) | ||
- [Alpha TestNet](#alpha-testnet) | ||
- [Syncing from genesis - manual steps](#syncing-from-genesis---manual-steps) | ||
|
||
## Legend | ||
|
||
|
@@ -18,21 +20,26 @@ The tables below provide a list of past and upcoming protocol upgrades. For more | |
- ❓ - Unknown/To Be Determined | ||
- ⚠️ - Warning/Caution Required | ||
|
||
## TestNet | ||
## MainNet | ||
Coming... | ||
|
||
## Beta TestNet | ||
Expected to launch on November 21, 2024. | ||
|
||
## Alpha TestNet | ||
:::warning | ||
This table is currently incomplete and does not include all protocol upgrades. Our recent TestNet upgrades, which were performed via a regenesis, are not listed here. | ||
Some manual steps are currently required to sync to the latest block. Please follow instructions below. | ||
::: | ||
|
||
<!-- DEVELOPER: if important information about the release is changing (e.g. upgrade hight is changed) - make sure to update the information in GitHub relase as well. --> | ||
<!-- DEVELOPER: if important information about the release is changing (e.g. upgrade height is changed) - make sure to update the information in GitHub release as well. --> | ||
|
||
| Version | Planned | Breaking | Requires Manual Intervention | Upgrade Height | | ||
| ------------------------------------------------------------------------ | :-----: | :------: | :---------------------------------: | -------------- | | ||
| [`v0.0.7`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.7) | ❓ | ❓ | ✅ (Alpha TestNet Participants Only) | ❓ | | ||
| [`v0.0.6`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.6) | ❓ | ❓ | ✅ (Alpha TestNet Participants Only) | ❓ | | ||
| [`v0.0.5`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.5) | ❓ | ❓ | ✅ (Alpha TestNet Participants Only) | ❓ | | ||
| [`v0.0.4`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.4) | ❓ | ❓ | ✅ (Alpha TestNet Participants Only) | ❓ | | ||
| Version | Planned | Breaking | Requires Manual Intervention | Upgrade Height | | ||
| ---------------------------------------------------------------------------- | :-----: | :------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------------------------- | | ||
| [`v0.0.10`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.10) | ✅ | ✅ | ❌ (automatic upgrade) | ❓ [56860](https://shannon.testnet.pokt.network/poktroll/tx/4E201E5C397AB881F417266154C907D38404BE00BE9A443DE28E44A2B09C5CFB) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is there a ❓ in the "height" column for this row? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good call! |
||
| [`v0.0.9-4`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.9-4) | ❌ | ✅ | ⚠️ [follow manual upgrade instructions](https://github.com/pokt-network/poktroll/releases/tag/v0.0.9-4) ⚠️ | `46329` | | ||
| [`v0.0.9-3`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.9-3) | ❌ | ✅ | ❌ Active Alpha TestNet Participants Only: [follow manual upgrade instructions](https://github.com/pokt-network/poktroll/releases/tag/v0.0.9-3) | `17102` | | ||
| [`v0.0.9`](https://github.com/pokt-network/poktroll/releases/tag/v0.0.9) | N/A | N/A | ❌ genesis version | N/A | | ||
### Syncing from genesis - manual steps | ||
okdas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<!-- TODO(@okdas): when the next cosmovisor version released with `https://github.com/cosmos/cosmos-sdk/pull/21790` included - provide automated solution (csv file + pre-downloaded binaries) that will add hot-fixes automatically, allowing to sync from block #1 without any intervention --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI that I believe this is live now: https://github.com/cosmos/cosmos-sdk/releases/tag/cosmovisor%2Fv1.7.0 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is wonderful |
||
|
||
## MainNet | ||
|
||
Coming... | ||
When syncing Alpha TestNet from the first block, the node will fail at height `46329`. Some manual steps are required in order for it to continue. Please [follow manual upgrade instructions](https://github.com/pokt-network/poktroll/releases/tag/v0.0.9-4). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just wanted to add these into the repo. I'll make use of them in the validator staking documentation. |
||
"body": { | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.staking.v1beta1.MsgUpdateParams", | ||
"authority": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t", | ||
"params": { | ||
"bond_denom": "upokt", | ||
"historical_entries": 10000, | ||
"max_entries": 7, | ||
"max_validators": 3, | ||
"min_commission_rate": "0", | ||
"unbonding_time": "504h0m0s" | ||
} | ||
} | ||
] | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"pubkey": { | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "ojUaD7c/Ssmor53eOMl0BNczr4u1VdgVnUL+IQFcC/g=" | ||
}, | ||
"amount": "900000000upokt", | ||
"moniker": "validator2", | ||
"identity": "", | ||
"website": "", | ||
"security": "", | ||
"details": "", | ||
"commission-rate": "0.100000000000000000", | ||
"commission-max-rate": "0.200000000000000000", | ||
"commission-max-change-rate": "0.01000000000000000", | ||
"min-self-delegation": "1" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"pubkey": { | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "U+Qi//fZhYtbr25PsWqFQZpxft3erzyrg2cWbLOj6+A=" | ||
}, | ||
"amount": "900000000upokt", | ||
"moniker": "validator3", | ||
"identity": "", | ||
"website": "", | ||
"security": "", | ||
"details": "", | ||
"commission-rate": "0.100000000000000000", | ||
"commission-max-rate": "0.200000000000000000", | ||
"commission-max-change-rate": "0.01000000000000000", | ||
"min-self-delegation": "1" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[linter-name (fail-on-found)] reported by reviewdog 🐶
sed -i -e s/NODE_HOSTNAME=/NODE_HOSTNAME=$EXTERNAL_IP/g .env