You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Describe the solution you'd like
These should be refactored out into a struct in combination with serde(flatten)
Additional context
I would consider putting this in a hive: HiveParams w/ serde(flatten) but we can leave for follow-up, we don't use the genesis type in other places either way
Is your feature request related to a problem? Please describe.
Currently the
Genesis
struct includes parameters that are used only for testing:ethers-rs/ethers-core/src/utils/genesis.rs
Lines 48 to 64 in 37acf65
Describe the solution you'd like
These should be refactored out into a struct in combination with
serde(flatten)
Additional context
Originally posted by @gakonst in #2145 (comment)
The text was updated successfully, but these errors were encountered: