Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

miner: fix config unmarshalling #433

Conversation

denis-pingin
Copy link
Contributor

@denis-pingin denis-pingin commented Nov 21, 2024

Description

This fixes an issue with unmarshalling of config.toml created by the dumpconfig command.

Fatal: /persistent/geth/config.toml, line 42: (miner.Config.MaxDATxSize) math/big: cannot unmarshal "<nil>" into a *[big.Int](http://big.int/)
Fatal: /persistent/geth/config.toml, line 42: (miner.Config.MaxDATxSize) math/big: cannot unmarshal "<nil>" into a *[big.Int](http://big.int/)

Additional context

This issue was introduced with changes related to miner.Config.MaxDATxSize

@denis-pingin denis-pingin requested a review from a team as a code owner November 21, 2024 10:46
@protolambda protolambda changed the title Fix dumpconfig unmarshalling miner: fix config unmarshalling Nov 21, 2024
@protolambda protolambda merged commit 23fc614 into ethereum-optimism:optimism Nov 21, 2024
4 of 5 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants