aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stTransactionTest
diff options
context:
space:
mode:
authorcdetrio <cdetrio@gmail.com>2017-08-08 07:47:08 +0800
committercdetrio <cdetrio@gmail.com>2017-08-08 07:59:44 +0800
commit32bc4e3db1a339ee7c79f3343861d2c78e924816 (patch)
tree02ff8ca6818d3fcc1531273474e1488fcb04e697 /src/GeneralStateTestsFiller/stTransactionTest
parent8625893812ec08042ac85f5e33c579dbaecbceb0 (diff)
downloadtangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar
tangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.gz
tangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.bz2
tangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.lz
tangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.xz
tangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.zst
tangerine-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.zip
use hex for storage keys and values in state test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest')
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsSuccessFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsSuccesFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json4
-rw-r--r--src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccessFiller.json4
6 files changed, 8 insertions, 8 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json
index 580c0c0cf..be7fb0668 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json
@@ -50,7 +50,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 12)}",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsSuccessFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsSuccessFiller.json
index 6915dd5e0..2e01c0153 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsSuccessFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsSuccessFiller.json
@@ -38,7 +38,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 0)}",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json
index b5f50a4fc..71bdd259b 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json
@@ -47,7 +47,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 0)}",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsSuccesFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsSuccesFiller.json
index 38867fe0b..07a4ec230 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsSuccesFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsSuccesFiller.json
@@ -37,7 +37,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 0)}",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json
index b6ee1afe8..5566cf520 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json
@@ -50,7 +50,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 0)}",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
@@ -74,7 +74,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0) (CALL 20000 0 1 0 0 0 0) }",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccessFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccessFiller.json
index e550201b0..36a6b848f 100644
--- a/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccessFiller.json
+++ b/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsSuccessFiller.json
@@ -37,7 +37,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 0)}",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",
@@ -62,7 +62,7 @@
"code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0) (CALL 50000 0 1 0 0 0 0) }",
"nonce" : "0",
"storage" : {
- "0x" : "0x0c",
+ "0x00" : "0x0c",
"0x01" : "0x0c",
"0x02" : "0x0c",
"0x03" : "0x0c",