-
Notifications
You must be signed in to change notification settings - Fork 133
Add eth_config method documentation. #1850
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
@bgravenorst maybe it is worth clarifying that the furthest known fork into the future. futuremost? idk how best to say it but "last" is ambiguous. I know that's what they use in the spec. Otherwise LGTM |
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
- `next`: _object_ or _null_ - next fork configuration. `null` if no future fork is scheduled. | ||
- `last`: _object_ or _null_ - the furthest configured future fork configuration (the future fork with | ||
the largest `activationTime` among the client’s configured forks). If only one future fork is configured, `next` and `last` are the same object. `null` if no future fork is scheduled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `next`: _object_ or _null_ - next fork configuration. `null` if no future fork is scheduled. | |
- `last`: _object_ or _null_ - the furthest configured future fork configuration (the future fork with | |
the largest `activationTime` among the client’s configured forks). If only one future fork is configured, `next` and `last` are the same object. `null` if no future fork is scheduled. | |
- `next`: _object_ - next fork configuration, or `null` if no future fork is scheduled. | |
- `last`: _object_ - the furthest configured future fork configuration (the future fork with | |
the largest `activationTime` among the client's configured forks). If only one future fork is configured, `next` and `last` are the same object. `null` if no future fork is scheduled. |
Minor edit for consistency with other method param descriptions
Description
Add documentation for the
eth_config
method.Issue(s) fixed
Fixes #1849
Preview
https://besu-docs-git-fork-bgravenorst-doc-1849-hyperledger.vercel.app/public-networks/reference/api#eth_config