-
Notifications
You must be signed in to change notification settings - Fork 975
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
remove prepare_payload #2683
remove prepare_payload #2683
Conversation
f17619e
to
d5be6b5
Compare
|
||
### `ExecutionEngine` | ||
### `get_pow_block_at_terminal_total_difficulty` |
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.
Moved get_pow_block_at_terminal_total_difficulty
and get_terminal_pow_block
up to helpers section.
No changes made to contents of the functions.
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.
Looks good to me! A few fixes related to prepare_payload
function removal
Remove
prepare_payload
in favor of a unification withnotifiy_forkchoice_updated
to map the methods as they are in the engine API.See here -- ethereum/execution-apis#83 -- for associated removal in the engine API.