-
Notifications
You must be signed in to change notification settings - Fork 129
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
Boonet: fixed Bera token produced at Genesis #2161
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe changes in this pull request involve modifications to several files within the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🪧 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 (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2161 +/- ##
==========================================
- Coverage 26.37% 26.34% -0.03%
==========================================
Files 361 361
Lines 16272 16297 +25
Branches 12 12
==========================================
+ Hits 4291 4294 +3
- Misses 11712 11732 +20
- Partials 269 271 +2
|
Upon Boonet release, an error made in eth genesis where the number of EVM tokens specified is orders of magnitude smaller than the required one.
This PR carries out an emergency fix for it: a specific height is selected (based on Boonet network) where a one time minting of the required number of EVM tokens is carried out, using withdrawals (similar logic to #2158)
Summary by CodeRabbit
New Features
Bug Fixes
Refactor