mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-30 04:15:07 +00:00
Update pyspec builder
This commit is contained in:
parent
c4c4dade27
commit
79230c5f68
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"""
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user