-
Notifications
You must be signed in to change notification settings - Fork 237
feat: prepare chain upgrade #424
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
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe changes update the application to use a new upgrade handler for version v1.1.4. The handler reads and bundles Move VM precompiled modules and publishes them with a compatible upgrade policy. The app initialization logic is updated to register this new handler, replacing the previous v1.1.1 handler. Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant v1_1_4 Upgrade Handler
participant Move VM Precompiled Module Reader
participant Move Module Keeper
App->>v1_1_4 Upgrade Handler: RegisterUpgradeHandlers(app)
v1_1_4 Upgrade Handler->>Move VM Precompiled Module Reader: ReadStdlib()
Move VM Precompiled Module Reader-->>v1_1_4 Upgrade Handler: Return modules
v1_1_4 Upgrade Handler->>Move Module Keeper: Publish bundle (COMPATIBLE policy)
Move Module Keeper-->>v1_1_4 Upgrade Handler: Success/Error
v1_1_4 Upgrade Handler-->>App: Handler registered
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (5)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Description
This PR introduces the v1.1.4 chain upgrade, which includes:
Checklist
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
in the type prefix if API or client breaking changeReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...