-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor: use genesis state instead of genesis accounts #755
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/multichain #755 +/- ##
===================================================
- Coverage 54.38% 54.21% -0.17%
===================================================
Files 243 243
Lines 28241 28342 +101
Branches 28241 28342 +101
===================================================
+ Hits 15358 15365 +7
- Misses 11956 12050 +94
Partials 927 927 ☔ View full report in Codecov by Sentry. |
Merging to expedite inclusion in the |
This PR adds support for setting of a full genesis state instead of just genesis accounts. This functionality is now also exposed to Hardhat where it will be used to set the genesis state of a
LocalBlockchain
or to overwrite accounts in theForkedBlockchain
.In the process of updating the
pnpm patch
, I also:Follow-up work
ProviderConfig::genesis_state
#756