From 85fa3790ac9f67232f0e31e7f861c66ef0e0047e Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 18 Mar 2015 22:13:08 +0100 Subject: Squashed 'tests/files/' changes from 641ebaa..e558aa4 e558aa4 clean up 47096f8 remove corrupted files 47e73ea even more failures 18506ee add tests a9729da merge bc09d2e merge 3c89576 new tests 650ac93 Merge remote-tracking branch 'origin/develop' into develop ee7ea6a update blockChainTests 46484ae fuzz tests eb8f8fb fuzz testing 1c74972 fuzz testing results 8f06b8f Block Tests +make RLP header larger than rlp +all block fields +1)Prefixed000 +2)Larger size +3)Less Size +4)rlp element list when shouldnt +5)given as array +random byte at the end +transaction fields +random byte in RLP fdf6c3e BlokTests Invalid Block Header RLPs (0000prefix, tooLarge, tooShort) c81751d update gasLimit git-subtree-dir: tests/files git-subtree-split: e558aa49d425eb43b8ee2f71f52b6312ab092520 --- StateTests/stSpecialTest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'StateTests/stSpecialTest.json') diff --git a/StateTests/stSpecialTest.json b/StateTests/stSpecialTest.json index f995d9bd8..8b5b83d9c 100644 --- a/StateTests/stSpecialTest.json +++ b/StateTests/stSpecialTest.json @@ -61,14 +61,14 @@ } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "22850", + "balance" : "228500", "code" : "0x", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "77140", + "balance" : "771490", "code" : "0x", "nonce" : "1", "storage" : { @@ -82,7 +82,7 @@ } } }, - "postStateRoot" : "942d1aa0569204aa9cef7c5cc98d75c3a19c04575dfa6033170e578b383200b4", + "postStateRoot" : "245eba29e8bf8b37dd3bcd5fdd66996b250fbbeb25006e3e4a3fa61d4b26e734", "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "1000000000000000000", @@ -92,7 +92,7 @@ } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "100000", + "balance" : "1000000", "code" : "0x", "nonce" : "0", "storage" : { @@ -108,7 +108,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "22850", + "gasLimit" : "228500", "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", -- cgit v1.2.3