-
Notifications
You must be signed in to change notification settings - Fork 371
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(deps): upgrade to celestia-core v1.36.1-tm-v0.34.29 #3469
Conversation
WalkthroughWalkthroughThe update to Changes
Assessment against linked issues
Recent Review DetailsConfiguration used: .coderabbit.yaml Files ignored due to path filters (6)
Files selected for processing (1)
Additional comments not posted (2)
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 as PR comments)
Additionally, you can add CodeRabbit Configration 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.
LGTM, left one question to understand
# Override the genesis to use app version 1 and then upgrade to app version 2 later. | ||
sed -i'.bak' 's#"app_version": "2"#"app_version": "1"#g' "${CELESTIA_APP_HOME}"/config/genesis.json | ||
|
||
# Start celestia-app | ||
echo "Starting celestia-app..." | ||
celestia-appd start \ | ||
--home "${CELESTIA_APP_HOME}" \ | ||
--api.enable \ | ||
--grpc.enable \ | ||
--grpc-web.enable | ||
--grpc-web.enable \ | ||
--v2-upgrade-height 3 |
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.
Why do we want to have these changes here? is there a reason to upgrade in the single-node.sh
?
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.
IMO this is how arabica, mocha, and mainnet will behave so we should be testing it locally. It seems non representative of reality to use a genesis file that has app version 2 in it.
Closes #3378
Testing
I updated single-node.sh to use an upgrade height so that I could verify
celestia-appd status
reports: