diff options
| author | Dimitry <dimitry@ethereum.org> | 2019-01-21 10:59:25 +0800 |
|---|---|---|
| committer | Dimitry <dimitry@ethereum.org> | 2019-01-21 10:59:25 +0800 |
| commit | 87ab397cb09aa18d260ba46cccdb235ebd6cc4cc (patch) | |
| tree | ca2a9e054d7e129b129cf2067d4ad1b978811091 /src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json | |
| parent | ab86b6719d155143970be9bf0bd56cf84f00a9b9 (diff) | |
| download | dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.tar dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.tar.gz dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.tar.bz2 dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.tar.lz dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.tar.xz dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.tar.zst dexon-tests-87ab397cb09aa18d260ba46cccdb235ebd6cc4cc.zip | |
add test conditions for ConstantinopleFix
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json')
| -rw-r--r-- | src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json index 6c7a9006c..57a212297 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest5Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["Byzantium", "Homestead"], + "network" : ["Byzantium", "Homestead", ">=ConstantinopleFix"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1016957738", @@ -46,7 +46,7 @@ "gas" : -1, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1016957738", |
