diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-19 05:13:08 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-19 05:13:08 +0800 |
commit | 85fa3790ac9f67232f0e31e7f861c66ef0e0047e (patch) | |
tree | 256393b6877d29c0d1b16613d7226df8ffb63163 /StateTests/stCallCreateCallCodeTest.json | |
parent | dffaa678f966f87dcd011671a16b554b29a37549 (diff) | |
download | dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.tar dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.tar.gz dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.tar.bz2 dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.tar.lz dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.tar.xz dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.tar.zst dexon-85fa3790ac9f67232f0e31e7f861c66ef0e0047e.zip |
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
Diffstat (limited to 'StateTests/stCallCreateCallCodeTest.json')
-rw-r--r-- | StateTests/stCallCreateCallCodeTest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StateTests/stCallCreateCallCodeTest.json b/StateTests/stCallCreateCallCodeTest.json index 8ed2aa3b0..52910f844 100644 --- a/StateTests/stCallCreateCallCodeTest.json +++ b/StateTests/stCallCreateCallCodeTest.json @@ -68,7 +68,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "17592186099592", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -147,7 +147,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "15720826", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -381,7 +381,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "15720826", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", @@ -459,7 +459,7 @@ }, "transaction" : { "data" : "", - "gasLimit" : "0xffffffffffffffffffffffffffffff", + "gasLimit" : "166262", "gasPrice" : "1", "nonce" : "", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |