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/stCreateTest | |
| 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/stCreateTest')
| -rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json index 510606cdd..b65c33a4a 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CreateCollisionToEmptyFiller.json @@ -120,7 +120,7 @@ "gas" : 0, "value" : -1 }, - "network" : ["EIP158", "Byzantium"], + "network" : ["EIP158", "Byzantium", ">=ConstantinopleFix"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1" @@ -145,7 +145,7 @@ "gas" : 0, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1" @@ -170,7 +170,7 @@ "gas" : 0, "value" : -1 }, - "network" : ["EIP158", "Byzantium"], + "network" : ["EIP158", "Byzantium", ">=ConstantinopleFix"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1" @@ -195,7 +195,7 @@ "gas" : 0, "value" : -1 }, - "network" : [">=Constantinople"], + "network" : ["Constantinople"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1" |
