mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 00:55:05 -05:00
Update pyspec builder
This commit is contained in:
6
setup.py
6
setup.py
@@ -313,11 +313,13 @@ def get_pow_chain_head() -> PowBlock:
|
||||
pass
|
||||
|
||||
|
||||
def execution_state_transition(execution_state: ExecutionState, execution_payload: ExecutionPayload) -> None:
|
||||
def execution_state_transition(execution_state_root: Bytes32,
|
||||
execution_payload: ExecutionPayload,
|
||||
timestamp: uint64) -> None:
|
||||
pass
|
||||
|
||||
|
||||
def produce_execution_payload(parent_hash: Bytes32) -> ExecutionPayload:
|
||||
def produce_execution_payload(parent_hash: Hash32, timestamp: uint64) -> ExecutionPayload:
|
||||
pass"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user