Documentation ¶
Index ¶
Constants ¶
View Source
const TESTS = "./tests"
TESTS is the default location of the tests folder
Variables ¶
View Source
var Forks = map[string]*chain.Forks{ "Frontier": {}, "Homestead": { Homestead: chain.NewFork(0), }, "EIP150": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), }, "EIP158": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), EIP155: chain.NewFork(0), EIP158: chain.NewFork(0), }, "Byzantium": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), EIP155: chain.NewFork(0), EIP158: chain.NewFork(0), Byzantium: chain.NewFork(0), }, "Constantinople": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), EIP155: chain.NewFork(0), EIP158: chain.NewFork(0), Byzantium: chain.NewFork(0), Constantinople: chain.NewFork(0), }, "Istanbul": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), EIP155: chain.NewFork(0), EIP158: chain.NewFork(0), Byzantium: chain.NewFork(0), Constantinople: chain.NewFork(0), Petersburg: chain.NewFork(0), Istanbul: chain.NewFork(0), }, "FrontierToHomesteadAt5": { Homestead: chain.NewFork(5), }, "HomesteadToEIP150At5": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(5), }, "HomesteadToDaoAt5": { Homestead: chain.NewFork(0), }, "EIP158ToByzantiumAt5": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), EIP155: chain.NewFork(0), EIP158: chain.NewFork(0), Byzantium: chain.NewFork(5), }, "ByzantiumToConstantinopleAt5": { Byzantium: chain.NewFork(0), Constantinople: chain.NewFork(5), }, "ConstantinopleFix": { Homestead: chain.NewFork(0), EIP150: chain.NewFork(0), EIP155: chain.NewFork(0), EIP158: chain.NewFork(0), Byzantium: chain.NewFork(0), Constantinople: chain.NewFork(0), Petersburg: chain.NewFork(0), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.