ethereum.frontier

Frontier is the first production-ready iteration of the Ethereum protocol.

1"""
2Frontier is the first production-ready iteration of the Ethereum protocol.
3"""
4
5from ethereum.fork_criteria import ByBlockNumber
6
7FORK_CRITERIA = ByBlockNumber(0)