diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-07-06 03:14:40 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-07-06 03:14:40 +0800 |
commit | bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7 (patch) | |
tree | dd67ec2f4f00773deb1fc77e28fbadd0388c92f6 /GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json | |
parent | 466c10373c324a8d024b32a4476778f3211d0c8a (diff) | |
download | dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.tar dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.tar.gz dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.tar.bz2 dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.tar.lz dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.tar.xz dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.tar.zst dexon-tests-bf85a5c8590b928e63dbc01a8a83fbd0ec13c3b7.zip |
Fix and refill GeneralStateTest after fixing the nonce change for address collision
https://github.com/ethereum/cpp-ethereum/issues/4225
Diffstat (limited to 'GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json')
-rw-r--r-- | GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json b/GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json index 8d949da6d..f61a25f27 100644 --- a/GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json +++ b/GeneralStateTests/stStaticCall/static_Call1024BalanceTooLow.json @@ -2,7 +2,7 @@ "static_Call1024BalanceTooLow" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.d239486b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.a710be6a.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stStaticCall/static_Call1024BalanceTooLowFiller.json" }, "env" : { @@ -101,52 +101,6 @@ "data" : 1, "gas" : 0, "value" : 0 - }, - "postState" : { - "0x1000000000000000000000000000000000000000" : { - "balance" : "0x00", - "code" : "0x6000600060006000346000355af16000555a600155", - "nonce" : "0x00", - "storage" : { - "0x00" : "0x01", - "0x01" : "0x0ffffff458dd" - } - }, - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0x0cccce", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0xfffffffffffffffffffffffffff33327", - "code" : "", - "nonce" : "0x01", - "storage" : { - } - }, - "0xaaaf5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x1b58", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - }, - "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0400", - "code" : "0x60016000540160005560006000600060005473bbbf5374fce5edbc8e2a8697c15331677e6ebf0b650ffffffffffffa600155", - "nonce" : "0x00", - "storage" : { - } - }, - "0xcbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x040a", - "code" : "0x60016000510160005260006000600060005173cbbf5374fce5edbc8e2a8697c15331677e6ebf0b650ffffffffffffa602052", - "nonce" : "0x00", - "storage" : { - } - } } } ] |