Replies: 1 comment 1 reply
-
What about an RPC endpoint to check this? We could ask for all EIPs, a subset, or what forks are activated in a particular block. Gives us flexibility without cluttering the start-up logs which are already quite verbose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
For testing purposes and for sanity check, it's often required to confirm fork time and activation of eips are set correctly
Describe the solution you'd like
Display fork information when the client is starting
Describe alternatives you've considered
Check the spec(not so convenient)
Additional context
By just running the client it's not trivial to gain the following information:
Should we display system contracts addresses?
Should we do this after potential spec redesign?
Should we share such info via (protected?) RPC?
Beta Was this translation helpful? Give feedback.
All reactions