-
Notifications
You must be signed in to change notification settings - Fork 621
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
chore: release notes for v26 #8693
Conversation
WalkthroughThe changes introduce a new upgrade guide for the Osmosis network, detailing the transition from version v25 to v26. It includes essential information about the upgrade proposal, hardware requirements, and instructions for configuring Cosmovisor to automate the upgrade process. The guide provides step-by-step procedures for both automated and manual upgrades, ensuring users have the necessary resources and knowledge for a successful transition. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Cosmovisor
participant System
User->>System: Initiate upgrade process
System->>Cosmovisor: Configure for upgrade
Cosmovisor-->>System: Set up environment variables
Cosmovisor->>System: Monitor block height
System-->>Cosmovisor: Detect upgrade block
Cosmovisor->>System: Execute upgrade commands
System-->>User: Upgrade completed
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 2
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
networks/osmosis-1/upgrades/v26/mainnet/v25_binaries.json
is excluded by!**/*.json
Files selected for processing (1)
- networks/osmosis-1/upgrades/v26/mainnet/guide.md (1 hunks)
Additional comments not posted (2)
networks/osmosis-1/upgrades/v26/mainnet/guide.md (2)
9-34
: LGTM!The hardware requirements and swap space configuration instructions are clear and well-documented.
38-90
: LGTM!The Cosmovisor configuration instructions for both initial setup and upgrading to v26 are clear and well-documented.
- **v26 Proposal**: [Proposal Page](https://www.mintscan.io/osmosis/proposals/TODO) | ||
- **v26 Upgrade Block Height**: TODO | ||
- **v26 Upgrade Countdown**: [Block Countdown](https://www.mintscan.io/osmosis/blocks/TODO) |
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.
Update the proposal page and block height links.
Please ensure to replace the "TODO" placeholders with the correct links for the v26 proposal page and upgrade block height countdown before the guide is published.
## Manual Upgrade Procedure | ||
|
||
Follow these steps if you opt for a manual upgrade: | ||
|
||
1. Monitor Osmosis until it reaches the specified upgrade block height: TODO. | ||
2. Observe for a panic message followed by continuous peer logs, then halt the daemon. | ||
3. Perform these steps: | ||
|
||
```sh | ||
cd $HOME/osmosis | ||
git pull | ||
git checkout v26.0.0 | ||
make install | ||
``` | ||
|
||
4. Restart the Osmosis daemon and observe the upgrade. |
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.
LGTM, but update the upgrade block height.
The manual upgrade procedure is clear and well-documented. However, please ensure to replace the "TODO" placeholder in step 1 with the correct upgrade block height before the guide is published.
* chore: release notes for v26 * chore: release notes for v26 rename binary json file (cherry picked from commit 543b131)
What is the purpose of the change
Release notes for v26