Commit Graph

388 Commits

Author SHA1 Message Date
obscuren 41c9dc973d Squashed 'tests/files/' changes from ce7204f..c6111e6
c6111e6 New tests.

git-subtree-dir: tests/files
git-subtree-split: c6111e6b5d23766743d004707475e84848ff0ddb
2015-03-02 18:00:10 +01:00
CJentzsch ce7204fa17 rm failing tests 2015-03-02 16:20:38 +01:00
CJentzsch d9ea240122 rm failing random tests 2015-03-02 15:59:39 +01:00
CJentzsch 67f3f4c1d8 vmGasCostchanges 2015-03-02 15:50:12 +01:00
CJentzsch cb868a604c add secure trie tests 2015-03-02 14:32:29 +01:00
CJentzsch bc1d97b2a7 refine memory stress test 2015-03-02 11:45:29 +01:00
CJentzsch 2dbdcf3636 move extrem memory test to stMemoryStressTest.json 2015-02-28 22:03:38 +01:00
Christoph Jentzsch 5375dd6756 Merge pull request #69 from winsvega/develop
Fork block tests
2015-02-28 21:19:48 +01:00
CJentzsch 35f53abc78 more memmory hard quadratic complexity tests 2015-02-28 20:57:55 +01:00
winsvega 11fbc41e4b Fork block tests 2015-02-28 20:54:09 +03:00
CJentzsch cb8d0fa874 more jump tests 2015-02-27 14:16:25 +01:00
CJentzsch fc3c7760a5 add more addmod mulmod overflow tests 2015-02-27 13:28:44 +01:00
CJentzsch b6155375ae add refund tests with CALL 2015-02-27 12:41:58 +01:00
CJentzsch a622eccecb more mem tests - calldatacopy and return 2015-02-26 17:33:34 +01:00
CJentzsch a3b3d19d80 adjust test for new mem rule 2015-02-26 14:22:16 +01:00
CJentzsch d09cbfcf84 update to new quadratic memory cost rule 2015-02-26 13:52:05 +01:00
CJentzsch 88913ec89b Merge remote-tracking branch 'origin' into develop 2015-02-26 12:38:57 +01:00
CJentzsch 8058f2fdf0 low limit for difficulty is 1024 2015-02-26 12:38:32 +01:00
Christoph Jentzsch 48276be277 Merge pull request #68 from winsvega/develop
Transaction WrongRLP tests
2015-02-26 12:26:59 +01:00
winsvega 1e07358ac2 Transaction WrongRLP tests
more rlps with first zeros
2015-02-26 14:25:13 +03:00
CJentzsch a0cfe0d123 tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8 2015-02-26 08:46:13 +01:00
Christoph Jentzsch a431c4a665 Merge pull request #67 from winsvega/develop
Transaction RLP Tests
2015-02-25 18:26:21 +01:00
winsvega 667cafc13e Transaction RLP Tests
wrong transaction RLPs correction
2015-02-25 19:28:22 +03:00
Christoph Jentzsch 9f3cee021e Merge pull request #66 from winsvega/develop
Block Tests
2015-02-25 15:44:19 +01:00
winsvega 6016b942d6 Block Tests
Encoded transaction comment
2015-02-25 17:37:25 +03:00
winsvega afb72dc795 Block Tests
Block Rlps with invalid transactions
2015-02-25 16:53:57 +03:00
CJentzsch cfb120d179 more Pawel tests 2015-02-25 13:08:47 +01:00
CJentzsch 86b14058fd add memory tests 2015-02-25 12:50:24 +01:00
CJentzsch 978a29ab72 use 50000 bytes for CALLDATACOPY 2015-02-24 23:05:39 +01:00
CJentzsch 36e862c989 add Pawels tests 2015-02-24 22:48:19 +01:00
CJentzsch 33c8c2bd7e add quadratic complexity tests 2015-02-24 22:46:56 +01:00
CJentzsch e8c84bdf56 Merge remote-tracking branch 'origin/develop' into develop 2015-02-24 10:15:10 +01:00
CJentzsch e48576ada3 remove impossible tests, add create hash collision test 2015-02-24 10:14:36 +01:00
wanderer 6e2d856d85 spelling error 2015-02-24 01:52:33 -05:00
wanderer 9315ad3d2c spelling error 2015-02-24 01:46:06 -05:00
wanderer 13b4ab10ae added genesis info 2015-02-24 01:36:54 -05:00
martin becze c72e2588f3 Update crypto.json 2015-02-23 18:40:06 -05:00
Christoph Jentzsch e4f44139a1 Merge pull request #65 from romanman/develop
Introduce cryptography testing
2015-02-23 16:25:06 +01:00
romanman f23aeb44e2 Introduce cryptography testing
+ First test case will check the interoperability
   for all clients to decrypt the cipher with AES in
   CTR mode.
2015-02-23 17:14:00 +02:00
CJentzsch cb52754e6c Merge remote-tracking branch 'origin/develop' into develop 2015-02-23 11:31:29 +01:00
CJentzsch 48606e05c1 fix transaction tests 2015-02-23 11:28:06 +01:00
Christoph Jentzsch 8b79ae6695 Update trieanyorder.json
In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value.
2015-02-23 09:51:44 +01:00
martin becze 94f1ca2e09 Format clean up 2015-02-22 14:10:28 -05:00
martin becze 168ab2b065 consistent values please 2015-02-21 17:33:44 -05:00
wanderer b131b37451 added unpaded R value test 2015-02-21 14:43:06 -05:00
CJentzsch 18216a6e33 undo gasMemCostChange, add some state tests 2015-02-20 20:50:32 +01:00
CJentzsch b392afac3c memGasCost checks 2015-02-20 15:05:11 +01:00
Gav Wood 672f6c44b8 Remove initial allocs - it tests nothing additional and is difficult to maintain, especially with genesis contracts. See https://github.com/ethereum/tests/blob/develop/BasicTests/genesishashestest.json for that information. 2015-02-20 14:46:35 +01:00
CJentzsch 7ec1b7e90a Merge remote-tracking branch 'origin/develop' into develop 2015-02-16 20:20:50 +01:00
CJentzsch a8c4de17da python fail 2015-02-16 20:20:15 +01:00