aboutsummaryrefslogtreecommitdiffstats
path: root/StateTests
Commit message (Collapse)AuthorAgeFilesLines
* Squashed 'tests/files/' changes from 9e3fe72..15ce2abobscuren2015-03-0614-1094/+10403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15ce2ab Merge remote-tracking branch 'origin/PoC9' into PoC9 5970b09 add quadratic complexity and performance test 163fa03 more info 560b844 more info a885549 more change 5fed708 one more tiny change 213a2b8 changed test format c20e88b Merge branch 'PoC9' of github.com:ethereum/tests into PoC9 715ed17 Added first ethash test e26a39f update blockchain tests to latest protocol changes 34baee5 poc9 vm tests 20550d9 update block chain test due to difficulty change 597b2b3 increase gasLimit on stateTests 8f573d3 update blockchain tests - 2048 bit logs bloom 06c90e6 typo ef935fc extra data is hex now, for real 81ab5ad extra data is hex now b0aeba8 update blockchain tests f862faf add tx tests 618d724 update state tests 4a989f0 update blockchainII tests ed56e82 add more vm tests 0417655 Merge remote-tracking branch 'origin/PoC9' into PoC9 1f1cf5d update block tests 76b5a8b Fix trie formats. 325dd6d Merge branch 'PoC9' of git://github.com/ethereum/tests into PoC9 a261c5b test3 1d3ab36 again git-subtree-dir: tests/files git-subtree-split: 15ce2ab8e22275e7aa93742cb5f8bc63e4e50db5
* Squashed 'tests/files/' changes from 13be3e3..9e3fe72obscuren2015-03-0313-135/+378
| | | | | | | 9e3fe72 update state root hash git-subtree-dir: tests/files git-subtree-split: 9e3fe720e3d46f046e06a91e45c881e79557f721
* Squashed 'tests/files/' changes from 402e748..13be3e3obscuren2015-03-0312-289/+457
| | | | | | | 13be3e3 update git-subtree-dir: tests/files git-subtree-split: 13be3e33afa8d708786f82b63bf874138f05bb02
* Squashed 'tests/files/' changes from 2bfb7db..402e748obscuren2015-03-0312-459/+291
| | | | | | | | 402e748 Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 13b6a99 State test refill. git-subtree-dir: tests/files git-subtree-split: 402e7482f9283e08869b3412329e24ef6287d8c7
* Squashed 'tests/files/' changes from 6f75ca3..2bfb7dbobscuren2015-03-0313-309/+289
| | | | | | | | | | | | | 2bfb7db update memory test 88f32fa Merge remote-tracking branch 'origin/PoC9' into PoC9 a1f73f9 update gas costs e16b5d3 Move over to key value rather than array of arrays since they're unordered and no duplicates. ac11bbc Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 93ae304 Move to non-repeated. fd9e406 Added test 2 git-subtree-dir: tests/files git-subtree-split: 2bfb7dbe09c62319b28a2c2873caf7e7e99bf32a
* Squashed 'tests/files/' changes from 998e275..6f75ca3obscuren2015-03-0311-8233/+168
| | | | | | | | 6f75ca3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8d22687 update state root - DEBUG git-subtree-dir: tests/files git-subtree-split: 6f75ca354f239fa30f4e07754ede575aed24bbc2
* Squashed 'tests/files/' changes from a3d44ca..998e275obscuren2015-03-034-24/+24
| | | | | | | | | | | | 998e275 renamed 089e346 Added hex encoded securetrie test cdefad8 Update VM tests. ec0a309 update state root b3d223e update state root hash 171a945 update memory teste git-subtree-dir: tests/files git-subtree-split: 998e2756b5491c760f6624c62ebc09e86197c31f
* Squashed 'tests/files/' changes from c6111e6..a3d44caobscuren2015-03-0314-193/+3429
| | | | | | | | | | | | | | | | 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
* vmGasCostchangesCJentzsch2015-03-0211-15497/+277
|
* refine memory stress testCJentzsch2015-03-021-13/+15
|
* move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-012-122/+124
|
* more memmory hard quadratic complexity testsCJentzsch2015-03-011-0/+536
|
* add refund tests with CALLCJentzsch2015-02-271-40/+237
|
* more mem tests - calldatacopy and returnCJentzsch2015-02-271-0/+61
|
* adjust test for new mem ruleCJentzsch2015-02-262-30/+30
|
* update to new quadratic memory cost ruleCJentzsch2015-02-263-84/+84
|
* tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8CJentzsch2015-02-261-0/+2498
|
* add memory testsCJentzsch2015-02-251-0/+246
|
* use 50000 bytes for CALLDATACOPYCJentzsch2015-02-251-6/+6
|
* add quadratic complexity testsCJentzsch2015-02-253-4/+7643
|
* remove impossible tests, add create hash collision testCJentzsch2015-02-243-152/+177
|
* Format clean upmartin becze2015-02-231-2/+2
|
* undo gasMemCostChange, add some state testsCJentzsch2015-02-213-70/+455
|
* memGasCost checksCJentzsch2015-02-202-15/+137
|
* more transaction testsCJentzsch2015-02-161-0/+871
|
* new testswinsvega2015-02-131-0/+83
| | | | | solidity test wrong transaction rlp (manual)
* failing tests from random simulation as state tests and transaction testsCJentzsch2015-02-062-3/+158
|
* python failCJentzsch2015-02-041-0/+76
|
* RefundOverflowTestCJentzsch2015-02-031-0/+40
|
* delete wrong testsCJentzsch2015-01-301-416/+0
|
* Transaction Testswinsvega2015-01-241-15/+707
| | | | New State Tests
* make money with transaction gas overflowCJentzsch2015-01-231-0/+40
|
* correct CREATE with zero sized init codeCJentzsch2015-01-111-12/+36
|
* more dynamic jump testsCJentzsch2015-01-081-7/+161
|
* jumpdests tests, OOG at max call depth, ...CJentzsch2015-01-071-0/+321
|
* check address input greater then 2**160CJentzsch2015-01-071-45/+605
|
* added BlockHash testsCJentzsch2015-01-071-0/+190
|
* zeroMemExpansionTestsCJentzsch2015-01-061-0/+150
|
* protocol update about call depthCJentzsch2015-01-062-11/+11
|
* new jumpdest interpretationCJentzsch2015-01-031-18/+10
|
* retuning gas prices of recursive bombs to test limitsCJentzsch2015-01-021-7/+7
|
* more init code, systemoperations and transaction testsCJentzsch2015-01-023-290/+603
|
* added balance testswanderer2014-12-301-1/+187
|
* added stackOverFlow test to initCodewanderer2014-12-231-1/+55
|
* CALLCODE <-> RETURNCJentzsch2014-12-201-10/+10
|
* more refund testsCJentzsch2014-12-191-0/+271
|
* transaction tests and refund testsCJentzsch2014-12-183-1/+530
|
* added stInitCodeTest.jsonCJentzsch2014-12-141-0/+870
|
* update recursive createCJentzsch2014-12-131-6192/+7229
|
* Fix return tests.Gav Wood2014-12-131-7/+7
|
* update gas pricesCJentzsch2014-12-122-30/+28
|
* Log as arrayCJentzsch2014-12-085-248/+3628
|
* state log testsCJentzsch2014-12-053-0/+3833
|
* protocol update (CALLCODE <-> RETURN), topics in log are arrays not setsCJentzsch2014-12-031-22/+22
|
* update state tests with logsCJentzsch2014-12-024-0/+120
|
* update gas costsCJentzsch2014-12-022-16/+16
|
* MakeMoney testChristoph Jentzsch2014-11-201-0/+75
|
* Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-181-0/+6194
|\
| * Merge pull request #39 from wanderer/developChristoph Jentzsch2014-11-181-0/+6194
| |\ | | | | | | added test for max call depth on creation
| | * spelling fixwanderer2014-11-181-1/+1
| | |
| | * added test for max call depth on creationwanderer2014-11-161-0/+6194
| | |
* | | fix ecrecover2Christoph Jentzsch2014-11-181-3/+70
|/ /
* / Fix CallRecursiveBomb2Christoph Jentzsch2014-11-141-3/+3
|/
* minor change in CallSha256_1_nonzeroValue testChristoph Jentzsch2014-11-121-4/+4
|
* Added CallSha256_1_nonzeroValue testChristoph Jentzsch2014-11-121-0/+68
|
* Store return value of call to precompiled contractsChristoph Jentzsch2014-11-121-90/+106
|
* Fix gas cost for OOG callsChristoph Jentzsch2014-11-121-6/+6
|
* Updated precompiled contracts testChristoph Jentzsch2014-11-072-12/+1217
|
* Added precompiledContracts testsChristoph Jentzsch2014-11-061-0/+203
|
* Update gas cost for PoC7Christoph Jentzsch2014-11-061-111/+111
|
* added state systemOperationsTestChristoph Jentzsch2014-11-051-0/+2330
|
* Update tests to latest protocol changes (PoC7)Christoph Jentzsch2014-11-041-2/+2
|
* Added example state testChristoph Jentzsch2014-11-031-0/+62