mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 23:19:28 +00:00
update ExecutionEngine protocol arg references
This commit is contained in:
parent
ddc471bd7e
commit
d3160ba23a
@ -150,7 +150,7 @@ The following methods are added to the `ExecutionEngine` protocol for use in the
|
||||
|
||||
#### `new_block`
|
||||
|
||||
Verifies the given `ExecutionPayload` with respect to execution state transition, and persists changes if valid.
|
||||
Verifies the given `execution_payload` with respect to execution state transition, and persists changes if valid.
|
||||
|
||||
The body of this function is implementation dependent.
|
||||
The Consensus API may be used to implement this with an external execution engine.
|
||||
|
@ -43,8 +43,8 @@ The following methods are added to the `ExecutionEngine` protocol for use as a v
|
||||
|
||||
#### `assemble_block`
|
||||
|
||||
Produces a new instance of an execution payload, with the specified timestamp,
|
||||
on top of the execution payload chain tip identified by `block_head`.
|
||||
Produces a new instance of an execution payload, with the specified `timestamp`,
|
||||
on top of the execution payload chain tip identified by `block_hash`.
|
||||
|
||||
The body of this function is implementation dependent.
|
||||
The Consensus API may be used to implement this with an external execution engine.
|
||||
|
Loading…
x
Reference in New Issue
Block a user