ethereum / go-ethereum Public
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
Make a core.BlockChainConfig to simplify NewBlockChain #20280
Comments
|
@karalabe can you take a look at my PR, tks |
gideongrinberg
added a commit
to gideongrinberg/go-ethereum
that referenced
this issue
May 29, 2021
gideongrinberg
added a commit
to gideongrinberg/go-ethereum
that referenced
this issue
May 30, 2021
gideongrinberg
added a commit
to gideongrinberg/go-ethereum
that referenced
this issue
May 30, 2021
Add core.BlockChainConfig (ethereum#20280) Add core.BlockChainConfig (ethereum#20280)
gideongrinberg
added a commit
to gideongrinberg/go-ethereum
that referenced
this issue
May 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function arguments to
core.NewBlockChaingot way out of hand. We need a config structure instead.The text was updated successfully, but these errors were encountered: