aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-08-01 23:47:09 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-01 23:47:09 +0800
commit353a82385b42878a3a2a98cb70f15e84baf887df (patch)
tree9b112d1eb803de33a971d6c22ae8b15a289702be /tests
parent46d4721519f80074795a0631f5bab875433a1cc6 (diff)
downloaddexon-353a82385b42878a3a2a98cb70f15e84baf887df.tar
dexon-353a82385b42878a3a2a98cb70f15e84baf887df.tar.gz
dexon-353a82385b42878a3a2a98cb70f15e84baf887df.tar.bz2
dexon-353a82385b42878a3a2a98cb70f15e84baf887df.tar.lz
dexon-353a82385b42878a3a2a98cb70f15e84baf887df.tar.xz
dexon-353a82385b42878a3a2a98cb70f15e84baf887df.tar.zst
dexon-353a82385b42878a3a2a98cb70f15e84baf887df.zip
tests: enable the Constantinople fork definition
Diffstat (limited to 'tests')
-rw-r--r--tests/init.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/init.go b/tests/init.go
index af65f9206..f0a4943c1 100644
--- a/tests/init.go
+++ b/tests/init.go
@@ -53,6 +53,16 @@ var Forks = map[string]*params.ChainConfig{
DAOForkBlock: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
},
+ "Constantinople": {
+ ChainID: big.NewInt(1),
+ HomesteadBlock: big.NewInt(0),
+ EIP150Block: big.NewInt(0),
+ EIP155Block: big.NewInt(0),
+ EIP158Block: big.NewInt(0),
+ DAOForkBlock: big.NewInt(0),
+ ByzantiumBlock: big.NewInt(0),
+ ConstantinopleBlock: big.NewInt(0),
+ },
"FrontierToHomesteadAt5": {
ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(5),