From d0354b844028220b31f55c2cdbe9d4cc546d4b52 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 3 Mar 2015 11:11:24 +0100 Subject: 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 --- StateTests/stExample.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'StateTests/stExample.json') diff --git a/StateTests/stExample.json b/StateTests/stExample.json index 82bf78621..0a91d3e44 100644 --- a/StateTests/stExample.json +++ b/StateTests/stExample.json @@ -12,6 +12,13 @@ ], "out" : "0x", "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "1000000000000000000", + "code" : "0x6001600101600055", + "nonce" : "0", + "storage" : { + } + }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000000000000000000", "code" : "0x", @@ -20,6 +27,7 @@ } } }, + "postStateRoot" : "255f005689b4eb8d7a0144473577eb02bfaf25970cda9323a734bb8f18f34252", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", -- cgit