The documentation tools are undergoing heavy development and may introduce
subtle bugs while rendering, especially in hard fork comparisons. Until this
warning is removed,
always double check against the
original source .
Ethereum Specification
Ethereum Paris Shanghai Hardfork
The Fourteenth Ethereum hardfork.
Package Details
ByBlockNumber
Forks that occur when a specific block number has been reached.
class ByBlockNumber ( block_number )
Bases: ForkCriteria
block_number :int
check ( block_number , timestamp )
Check whether the block number has been reached.
__repr__ ( )
String representation of this object.
ByTimestamp
Forks that occur when a specific timestamp has been reached.
class ByTimestamp ( timestamp )
Bases: ForkCriteria
timestamp :int
check ( block_number , timestamp )
Check whether the timestamp has been reached.
__repr__ ( )
String representation of this object.
FORK_CRITERIA
FORK_CRITERIA
FORK_CRITERIA = ByBlockNumber(15537394) ByTimestamp(1681338455)