diff options
author | Dimitry <winsvega@mail.ru> | 2017-04-19 18:54:28 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-04-19 18:54:28 +0800 |
commit | 613bb864dc25045169e7fc58b3d138ff13eb66bf (patch) | |
tree | 3c9f3f423177cd463c2b0fa69107cb12cb6b24b2 /src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices | |
parent | 3b90fbfaf0b6180be9276bbd050ac2475b95d949 (diff) | |
download | dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.tar dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.tar.gz dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.tar.bz2 dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.tar.lz dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.tar.xz dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.tar.zst dexon-tests-613bb864dc25045169e7fc58b3d138ff13eb66bf.zip |
refill and fix tests with all fields 0x
Diffstat (limited to 'src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices')
-rw-r--r-- | src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawBalanceGasFiller.json | 4 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawBalanceGasFiller.json b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawBalanceGasFiller.json index 6467b23f6..1fa0ece1e 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawBalanceGasFiller.json +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawBalanceGasFiller.json @@ -20,7 +20,7 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x00" : "0x08d5b6", - "0x01" : "0x0885fc" + "0x01" : "0x088791" } } } @@ -36,7 +36,7 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x00" : "0x08d5b6", - "0x01" : "0x088778" + "0x01" : "0x088791" } } } diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json index e44dcd372..9c4d2257e 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json @@ -20,7 +20,7 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x00" : "0x08d5b6", - "0x01" : "0x0884d0" + "0x01" : "0x088791" } } } @@ -36,7 +36,7 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x00" : "0x08d5b6", - "0x01" : "0x088778" + "0x01" : "0x088791" } } } |