diff options
author | Dimitry <dimitry@ethereum.org> | 2018-11-20 02:28:33 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-11-20 02:28:33 +0800 |
commit | e091b9be7a31d1985e685991c05ea3f9b548bddc (patch) | |
tree | 287faa33d20d47a163e0b8088540f48544da9598 /src/BlockchainTestsFiller/TransitionTests | |
parent | 03f578c27bf5a58ba8d88df4a01b5395470f7bfe (diff) | |
download | tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.tar tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.tar.gz tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.tar.bz2 tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.tar.lz tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.tar.xz tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.tar.zst tangerine-tests-e091b9be7a31d1985e685991c05ea3f9b548bddc.zip |
fix blockchain tests expect section json scheme checkconsttransition
more info when scheme check errors
Diffstat (limited to 'src/BlockchainTestsFiller/TransitionTests')
4 files changed, 7 insertions, 7 deletions
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json index b8b1991ce..c6f367efd 100644 --- a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json +++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json @@ -27,12 +27,12 @@ }, "1000000000000000000000000000000000000007" : { "storage" : { - "0x" : "10000000000" + "0x00" : "10000000000" } }, "1000000000000000000000000000000000000008" : { "storage" : { - "0x" : "0" + "0x00" : "0" } }, "bf4ed7b27f1d666546e30d74d50d173d20bca754" : { diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json index 41e5fe3d5..0c7f0f11c 100644 --- a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json +++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json @@ -27,12 +27,12 @@ }, "1000000000000000000000000000000000000007" : { "storage" : { - "0x" : "10000000000" + "0x00" : "10000000000" } }, "1000000000000000000000000000000000000008" : { "storage" : { - "0x" : "0" + "0x00" : "0" } }, "bf4ed7b27f1d666546e30d74d50d173d20bca754" : { diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json index 243abacc5..9df99033e 100644 --- a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json +++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json @@ -33,12 +33,12 @@ }, "1000000000000000000000000000000000000007" : { "storage" : { - "0x" : "10000000000" + "0x00" : "10000000000" } }, "1000000000000000000000000000000000000008" : { "storage" : { - "0x" : "0" + "0x00" : "0" } }, "bf4ed7b27f1d666546e30d74d50d173d20bca754" : { diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json index b9b16be37..10a10ca52 100644 --- a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json +++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToEIP150/EIP150TransitionFiller.json @@ -30,7 +30,7 @@ "0x06" : "0x01", "0x07" : "0x01", "0x08" : "0x01", - "0x09" : "0x4176a", + "0x09" : "0x04176a", "0x0a" : "0x057ee9", "0x0b" : "0x5dddfce53ee040d9eb21afbc0ae1bb4dbb0ba643", "0x64" : "0x11" |