-
Notifications
You must be signed in to change notification settings - Fork 235
feat: v1.0.0 upgrade #392
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
feat: v1.0.0 upgrade #392
Conversation
📝 WalkthroughWalkthroughThe changes update the upgrade name constant from a release candidate to a final version and significantly simplify the upgrade logic. All code related to reading upgrade information from disk, checking upgrade names and heights, and setting up store loaders with store upgrades has been removed. The upgrade handler function is now minimal, immediately returning the input version map without performing any parameter updates or error handling. Associated imports for the removed logic have also been deleted. Additionally, the Dockerfile was updated to use the stable MoveVM library version instead of the release candidate. The JSON ABI for the BasicCoin module was modified to include an Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
🪧 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 (
|
Dependency ReviewThe following issues were found:
License Issuesgo.mod
Denied Licenses: GPL-1.0-or-later, LGPL-2.0-or-later OpenSSF Scorecard
Scanned Files
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #392 +/- ##
==========================================
+ Coverage 40.07% 40.18% +0.10%
==========================================
Files 294 294
Lines 27511 27542 +31
==========================================
+ Hits 11025 11067 +42
+ Misses 14785 14772 -13
- Partials 1701 1703 +2
🚀 New features to boost your workflow:
|
Description
v1.0.0
upgrade handlerv1.0.0
v1.0.0
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...