diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-03 18:11:24 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-03 18:11:24 +0800 |
commit | d0354b844028220b31f55c2cdbe9d4cc546d4b52 (patch) | |
tree | da21c0af6e7c5f598fab06e908d427aafc4e2cfe /StateTests/stBlockHashTest.json | |
parent | 41c9dc973d2dc8614db6c1e3dbb2ec5564935368 (diff) | |
download | dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.tar dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.tar.gz dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.tar.bz2 dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.tar.lz dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.tar.xz dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.tar.zst dexon-d0354b844028220b31f55c2cdbe9d4cc546d4b52.zip |
Squashed 'tests/files/' changes from c6111e6..a3d44ca
a3d44ca update state tests to PoC9
709d6a7 update stSystemOperationsTest.json
3188f77 fix jumpdest requirements
202b69a remove memory test
41b4e1d add memory tests
2597bdf Merge remote-tracking branch 'origin/PoC9' into PoC9
0de34b2 add stateRoot to state tests
10b4ced Remove unneeded tests.
88eb6bf Fix for tests.
9010f17 Test updates.
git-subtree-dir: tests/files
git-subtree-split: a3d44caae83dd48db7df176dc784c529945e90a1
Diffstat (limited to 'StateTests/stBlockHashTest.json')
-rw-r--r-- | StateTests/stBlockHashTest.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/StateTests/stBlockHashTest.json b/StateTests/stBlockHashTest.json index c6e233a77..b373f3b25 100644 --- a/StateTests/stBlockHashTest.json +++ b/StateTests/stBlockHashTest.json @@ -12,6 +12,13 @@ ], "out" : "0x", "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000000000", + "code" : "0x600040600055600540600155600440600255", + "nonce" : "0", + "storage" : { + } + }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100000", "code" : "0x", @@ -20,6 +27,7 @@ } } }, + "postStateRoot" : "255f005689b4eb8d7a0144473577eb02bfaf25970cda9323a734bb8f18f34252", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", @@ -59,6 +67,13 @@ ], "out" : "0x", "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000000000", + "code" : "0x60014060005560024060015561010040600255", + "nonce" : "0", + "storage" : { + } + }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100000", "code" : "0x", @@ -67,6 +82,7 @@ } } }, + "postStateRoot" : "255f005689b4eb8d7a0144473577eb02bfaf25970cda9323a734bb8f18f34252", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", @@ -106,6 +122,13 @@ ], "out" : "0x", "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000000000", + "code" : "0x600040600055610101406001557fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff40600255", + "nonce" : "0", + "storage" : { + } + }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100000", "code" : "0x", @@ -114,6 +137,7 @@ } } }, + "postStateRoot" : "255f005689b4eb8d7a0144473577eb02bfaf25970cda9323a734bb8f18f34252", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", |