Skip to content
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

Remote all preset values from the run-time configs of the Gnosis networks #6

Merged

Conversation

zah
Copy link
Contributor

@zah zah commented Jan 19, 2023

The Ethereum specs define which values belong to a const preset (and are suitable for specifying at compile-time in client builds) and which are expected to be configurable at run-time.

The removed values here are part of the const preset set and a fully spec-compliant client may produce a warning or error when encountering them in the run-time config file.

…orks

The Ethereum specs define which values belong to a const preset (and are
suitable for specifying at compile-time in client builds) and which are
expected to be configurable at run-time.

The removed values here are part of the const preset set and a fully
spec-compliant client may produce a warning or error when encountering
them in the run-time config file.
Copy link
Member

@dapplion dapplion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dapplion dapplion merged commit 75d30d0 into gnosischain:main Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants