aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stExtCodeHash
diff options
context:
space:
mode:
authorAdrian Sutton <adrian.sutton@consensys.net>2018-11-20 08:38:29 +0800
committerAdrian Sutton <adrian.sutton@consensys.net>2018-11-20 08:38:29 +0800
commitdad5e8a06757f5261facc56e2f426b6a8409e409 (patch)
tree7a7e28c3873ef8b56c6b7f1e7d7cd4a812871147 /GeneralStateTests/stExtCodeHash
parentd3fc46a945ed79898c685fb6469d8e2af59745e5 (diff)
downloaddexon-tests-dad5e8a06757f5261facc56e2f426b6a8409e409.tar.gz
dexon-tests-dad5e8a06757f5261facc56e2f426b6a8409e409.tar.zst
dexon-tests-dad5e8a06757f5261facc56e2f426b6a8409e409.zip
Add STATICCALL variant.
Diffstat (limited to 'GeneralStateTests/stExtCodeHash')
-rw-r--r--GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json (renamed from GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccount.json)6
-rw-r--r--GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json63
2 files changed, 66 insertions, 3 deletions
diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccount.json b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json
index be92529f1..f0555b27a 100644
--- a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccount.json
+++ b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCall.json
@@ -1,11 +1,11 @@
{
- "extCodeHashCreatedAndDeletedAccount" : {
+ "extCodeHashCreatedAndDeletedAccountCall" : {
"_info" : {
"comment" : "EXTCODEHASH/EXTCODESIZE of an account created then deleted in same transaction",
"filledwith" : "testeth 1.5.0-alpha.6-1+commit.19ad7d95.dirty",
"lllcversion" : "Version: 0.5.0-develop.2018.9.29+commit.c4b5101b.Darwin.appleclang",
- "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountFiller.json",
- "sourceHash" : "ee152cae68b3cb6ec88aad0ba375c095c51f38c0442eaf5dfffcb9b35a71f6d0"
+ "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountCallFiller.json",
+ "sourceHash" : "645179b4be0326e99e7c2c406dc1a8504610db115f4027e4006b29b32a06aed0"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
diff --git a/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json
new file mode 100644
index 000000000..b9c9aa84b
--- /dev/null
+++ b/GeneralStateTests/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCall.json
@@ -0,0 +1,63 @@
+{
+ "extCodeHashCreatedAndDeletedAccountStaticCall" : {
+ "_info" : {
+ "comment" : "EXTCODEHASH/EXTCODESIZE of an account created then deleted in same transaction",
+ "filledwith" : "testeth 1.5.0-alpha.6-1+commit.19ad7d95.dirty",
+ "lllcversion" : "Version: 0.5.0-develop.2018.9.29+commit.c4b5101b.Darwin.appleclang",
+ "source" : "src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashCreatedAndDeletedAccountStaticCallFiller.json",
+ "sourceHash" : "f110c2b9f36efac20a8e0d875c7852f54e725b1e5d87e7ce6d7b6b139514d338"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x20000",
+ "currentGasLimit" : "0x0f4240",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0x2a9219a37ffe90d03dfe63744d59b93c1dfb4ba60de6c9015efc04090060a2af",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x0de0b6b3a7640000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xdeadbeef00000000000000000000000000000000" : {
+ "balance" : "0x0de0b6b3a7640000",
+ "code" : "0x6010600f80604160803960806000f56000526000513f6000556000513b600155600060006000600060005162010000fa506000513f6002556000513b60035500fe600380600c6000396000f3fe6000ff",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0x061a80"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xdeadbeef00000000000000000000000000000000",
+ "value" : [
+ "0x01"
+ ]
+ }
+ }
+} \ No newline at end of file