diff options
author | Dimitry <dimitry@ethereum.org> | 2017-11-23 02:35:21 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-11-23 02:35:21 +0800 |
commit | 1a207bd7faa5ef8a27a78108e8ca244224fd95ae (patch) | |
tree | f98ecbfba4e94e97e3e99c3a06139276db1877a9 /src/GeneralStateTestsFiller | |
parent | ea3c58b53f48fbf9fee40dcb0d86bc8c6e7d7de7 (diff) | |
download | dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.tar dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.tar.gz dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.tar.bz2 dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.tar.lz dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.tar.xz dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.tar.zst dexon-tests-1a207bd7faa5ef8a27a78108e8ca244224fd95ae.zip |
fix StaticCallTests
Diffstat (limited to 'src/GeneralStateTestsFiller')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_CALL_OneVCallSuicideFiller.json | 5 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_CALL_ZeroVCallSuicideFiller.json | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_CALL_OneVCallSuicideFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_CALL_OneVCallSuicideFiller.json index a80038716..fcab754ef 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_CALL_OneVCallSuicideFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_CALL_OneVCallSuicideFiller.json @@ -23,7 +23,8 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x00" : "0x08d5b6", - "0x64" : "0x079a61" + "0x01" : "0x00", + "0x64" : "0x0786d8" } } } @@ -41,7 +42,7 @@ "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100", "nonce" : "0", - "code" : "{ [[0]](GAS) (STATICCALL 60000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0) [[100]] (GAS) }", + "code" : "{ [[0]](GAS) [[1]](STATICCALL 60000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 0) [[100]] (GAS) }", "storage": { } }, diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_CALL_ZeroVCallSuicideFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_CALL_ZeroVCallSuicideFiller.json index 34001dfb3..db8be11ea 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_CALL_ZeroVCallSuicideFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_CALL_ZeroVCallSuicideFiller.json @@ -18,7 +18,7 @@ "network" : ["Byzantium"], "result" : { "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0" + "code" : "{ (SELFDESTRUCT 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b) }" }, "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { @@ -64,7 +64,7 @@ "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "094f5374fce5edbc8e2a8697c15331677e6ebf0b", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", "value" : [ "0" ] |