diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-24 20:39:49 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-24 20:39:49 +0800 |
commit | 24066dca4646c8a376aa5dfbceec0a4b3f872c11 (patch) | |
tree | 7f554b336de504a2cb147349c78f6fcccbf2a58c /StateTests/stExample.json | |
parent | 58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb (diff) | |
download | dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.tar dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.tar.gz dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.tar.bz2 dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.tar.lz dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.tar.xz dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.tar.zst dexon-24066dca4646c8a376aa5dfbceec0a4b3f872c11.zip |
Squashed 'tests/files/' changes from 8f3fbe6..a7081bc
a7081bc update tests
d2678cb update random tests
ca0401b update tests
git-subtree-dir: tests/files
git-subtree-split: a7081bc54e9d72cc480218cb4b218dbb04c7cde7
Diffstat (limited to 'StateTests/stExample.json')
-rw-r--r-- | StateTests/stExample.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/StateTests/stExample.json b/StateTests/stExample.json index 5fd39a563..40a5b2c17 100644 --- a/StateTests/stExample.json +++ b/StateTests/stExample.json @@ -13,28 +13,29 @@ "out" : "0x", "post" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "1000000000000000000", + "balance" : "1000000000000100000", "code" : "0x6001600101600055", "nonce" : "0", "storage" : { + "0x" : "0x02" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "400000", + "balance" : "41012", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "999999999999600000", + "balance" : "999999999999858988", "code" : "0x", "nonce" : "1", "storage" : { } } }, - "postStateRoot" : "3d0b7c83da4ae1c5eb6964cbfb1ffb248498ce6560113458ce7d963fff8cb449", + "postStateRoot" : "17454a767e5f04461256f3812ffca930443c04a47d05ce3f38940c4a14b8c479", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", |