aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add modexp tess from PyethereumYoichi Hirai2017-06-14192-0/+32276
* Update tests after changing the gas cost of modexp precompiled contractYoichi Hirai2017-06-132-8/+13790
* Merge pull request #178 from maaktweluit/issue#169winsvega2017-06-131-2/+2
|\
| * Made check not throw errors with | catmaaktweluit2017-06-061-1/+1
| * Update travis.yml with Filler excludemaaktweluit2017-06-061-2/+2
* | Merge pull request #179 from maaktweluit/issue#177winsvega2017-06-131-1/+1
|\ \
| * | Create README.mdwinsvega2017-06-131-1/+1
| * | #177 Updated README to the moved Fillersmaaktweluit2017-06-061-1/+1
| |/
* | Merge pull request #181 from ethereum/returndatacopy_throwwinsvega2017-06-1311-196/+187
|\ \
| * | Fill tests after making returndatacopy throwYoichi Hirai2017-06-088-153/+184
| * | Update expectations for the new throwing behavior of RETURNDATACOPYYoichi Hirai2017-06-083-43/+3
| |/
* | Merge pull request #182 from ayrat555/developwinsvega2017-06-132-156/+156
|\ \
| * | remove tabsAyrat Badykov2017-06-101-155/+155
| * | use lowercase digit in bytestring7F testAyrat Badykov2017-06-101-1/+1
| * | fix READMEAyrat Badykov2017-06-101-1/+1
|/ /
* | remove empty static call testsDimitry2017-06-0945-964/+0
* | remove old bcWallet tests with incorrect namesDimitry2017-06-0941-18369/+0
* | Create stackOverflowM1Filler.jsonwinsvega2017-06-081-17/+17
|/
* Merge pull request #174 from ethereum/returndatacopy_initialwinsvega2017-06-0515-0/+3671
|\
| * Fill in blockchain testsYoichi Hirai2017-05-245-0/+2773
| * Add tests for RETURNDATACOPY after CREATEYoichi Hirai2017-05-242-0/+185
| * Add a test case for a RETURNDATACOPY from an overrunning rangeYoichi Hirai2017-05-242-0/+185
| * Updated the opcodes of RETURNDATA instructionsYoichi Hirai2017-05-246-18/+121
| * Add a test for RETURNDATACOPY following a successful CALLYoichi Hirai2017-05-241-4/+8
| * WIP: hand-assembling this code seems like too much workYoichi Hirai2017-05-241-0/+79
| * Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-242-0/+171
| * Add the filled testYoichi Hirai2017-05-241-0/+96
| * Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1
| * The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1
| * Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0
| * Fix LLLYoichi Hirai2017-05-241-1/+1
| * Change the code into LLLYoichi Hirai2017-05-241-1/+1
| * Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0
| * Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74
* | Merge pull request #176 from ethereum/metro-blockhashwinsvega2017-06-03955-109450/+198787
|\ \
| * | update statetests without blockhashDimitry2017-06-021-80/+0
| * | update blockchain tests (stRandom stSpecial)Dimitry2017-06-02657-67385/+13975
| * | refill tests with blockhash as blockchainDimitry2017-06-02195-510/+53008
| * | move tests with blockhash from state to blockchainDimitry2017-06-02194-8521/+37695
| * | remove temp filesDimitry2017-06-02658-261173/+0
| * | make blockhash state test only as blockchain testsDimitry2017-06-021796-132209/+454504
| * | Update Blockchain Transition tests after EIP96 changes (BLOCKHASH refactoring)Andrei Maiboroda2017-06-024-1044/+1077
|/ /
* | Merge pull request #175 from ethereum/staticcallwinsvega2017-06-01815-35451/+41340
|\ \
| * | more staticcall testsDimitry2017-06-01815-35451/+41340
* | | Merge pull request #173 from ethereum/staticcallwinsvega2017-05-27918-0/+92599
|\| | | |/ |/|
| * update static testsDimitry2017-05-23101-121/+10191
| * generate finished tests for staticcallDimitry2017-05-2371-96/+9823
| * move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188
| * update static call testsDimitry2017-05-2312-59/+117
| * update staticcall fillersDimitry2017-05-2326-165/+1198
| * update static call testsDimitry2017-05-237-33/+388
| * update static call fillersDimitry2017-05-2369-1619/+708
| * templates for staticcall testsDimitry2017-05-23764-0/+72315
|/
* Merge pull request #170 from pirapira/close-stringwinsvega2017-05-191-1/+1
|\
| * Close a string literalYoichi Hirai2017-05-191-1/+1
|/
* Merge pull request #163 from ethereum/newStateRootMetropoliswinsvega2017-05-084-1044/+1044
|\
| * reclculate stateRoot for Metropolis rulesDimitry2017-04-274-1044/+1044
* | Changed one testVitalik Buterin2017-05-081-1/+1
* | Merge pull request #157 from ethereum/removeStateTestswinsvega2017-04-281467-583974/+0
|\ \ | |/ |/|
| * remove old StateTestsDimitry2017-04-241467-583974/+0
* | refill dao tests with metropolis rulesDimitry2017-04-261-488/+488
* | metropolis timestamp diff 1000Dimitry2017-04-252-151/+208
* | Merge pull request #159 from ethereum/modexpwinsvega2017-04-252-0/+2581
|\ \
| * | metropolis transition test (block 0x10)Dimitry2017-04-252-0/+2581
* | | Merge pull request #158 from ethereum/modexpwinsvega2017-04-252-0/+1386
|\| |
| * | modexp testsDimitry2017-04-252-4/+898
| * | modexp testsDimitry2017-04-252-0/+492
| |/
* | refill memory stress testsDimitry2017-04-2577-1050/+1820
* | replace code as solidity no longer compiles this codeDimitry2017-04-252-2/+4
|/
* Merge pull request #154 from ethereum/refreshwinsvega2017-04-2465-96599/+96943
|\
| * manual blockchain tests prefixed with 0xDimitry2017-04-2110-10954/+10954
| * refill blockchain testsDimitry2017-04-2143-81669/+82149
| * refill vmTestsDimitry2017-04-1912-3976/+3840
* | fix wallet gasDimitry2017-04-213-3/+3
* | Merge pull request #155 from chfast/perf-divwinsvega2017-04-213-214/+260
|\ \ | |/ |/|
| * Regenerate VM performance testsPaweł Bylica2017-04-202-101/+173
| * VM tests: remove duplicated performance testsPaweł Bylica2017-04-201-197/+0
| * Add VM performance tests for div+add and addPaweł Bylica2017-04-203-0/+171
|/
* Merge pull request #153 from ethereum/allfieldhexwinsvega2017-04-191739-25614/+25662
|\
| * remove blockhash testsDimitry2017-04-1910-1828/+0
| * refill and fix tests with all fields 0xDimitry2017-04-199-513/+21
| * replace SUICIDE with SELFDESTRUCTDimitry2017-04-191741-25827/+26625
* | move blockhash tests to blockchainDimitry2017-04-191-1/+171
* | remove BblockHash tests from statetestsDimitry2017-04-1910-1570/+0
|/
* Merge pull request #152 from ethereum/yanntouchzeroaddreswinsvega2017-04-192-7/+43
|\
| * correct zeroSigOOG test to touch nullsender accountDimitry2017-04-182-7/+43
|/
* Merge branch 'zeroTransaction' into developDimitry2017-04-1122-319/+6092
|\
| * remove sender on invalid transactions in MetropolisDimitry2017-04-041-38/+19
| * do not include sender in the final test if transaction is invalidDimitry2017-04-042-12/+6
| * zeroSig Transaction state testsDimitry2017-03-2916-51/+4704
| * correct zeroSigTransaction structure tests to eip #208Dimitry2017-03-284-288/+847
| * zeroSig transaction test fillersDimitry2017-03-237-0/+586
* | Removed 0x for consistencyvub2017-04-071-2/+2
* | REVERT test case:Dimitry2017-04-043-507/+5476
* | fill blockchain tests with Revert OpCodeDimitry2017-04-0310-0/+54536
* | Merge pull request #149 from ethereum/revertTestswinsvega2017-04-0315-2/+4247
|\ \ | |/ |/|
| * refill revert testsDimitry2017-03-249-327/+472
| * more revert testsDimitry2017-03-244-0/+2112
| * revert opcode testsDimitry2017-03-225-16/+967
| * revert opcode test fillersDimitry2017-03-227-77/+630
| * Merge pull request #147 from gumb0/revertTestswinsvega2017-03-226-0/+484
| |\
| | * Add compiled tests for REVERTAndrei Maiboroda2017-03-223-0/+301
| | * Failing test for REVERT opcode (temporary, to check if travis gets the rigght...Andrei Maiboroda2017-03-221-0/+64
| | * Simple tests for REVERT opcodeAndrei Maiboroda2017-03-222-0/+119
| |/
* | remote zeroSigTransaction testsDimitry2017-03-237-586/+0
* | zeroSig Transaction test fillersDimitry2017-03-228-3/+610
|/
* refill transaction tests with zeroSigDimitry2017-03-176-140/+443
* metropolis zerosig transaction testsDimitry2017-03-174-0/+1156
* metropolis zero sig transaction test fillersDimitry2017-03-174-0/+2081
* add stderror to RPC testsDimitry2017-03-156-6/+32
* node startup timeDimitry2017-03-151-1/+1
* calibrate wait time before node startDimitry2017-03-151-1/+1
* Merge pull request #145 from ethereum/RPCTestswinsvega2017-03-1416-0/+912
|\
| * check eth pathDimitry2017-03-144-7/+15
| * remove async and add it as a packageDimitry2017-03-093-5291/+3
| * path to eth as argumentDimitry2017-03-081-10/+11
| * use npm install to download web3 dependenciesDimitry2017-03-085-4/+356
| * move tests to separate foldersDimitry2017-02-179-26/+54
| * eth console to winsvega:RPC_TestsDimitry2017-01-281-0/+0
| * rpc tests on jsDimitry2017-01-2818-91/+435
| * RPC testsDimitry2017-01-257-0/+5467
* | paringTest filler for zeroKnowledgeDimitry2017-03-081-0/+159
* | zeroKnowledge ECDSA function testsDimitry2017-03-063-0/+1256
* | more revert tests with precompiledDimitry2017-03-036-0/+858
* | snark ADD testFillerDimitry2017-03-022-60/+203
* | zkSnark fillerDimitry2017-03-021-0/+60
* | special case with precompiled forkDimitry2017-02-281-1/+11
* | tx with OOG at block 2675119Dimitry2017-02-283-0/+658
* | new uncle header testsDimitry2017-02-222-297/+1390
* | deployment error testDimitry2017-02-163-0/+616
* | new blockchain tests from general state testsDimitry2017-02-168-0/+101061
* | fill new testsDimitry2017-02-159-0/+18762
* | refill tests with metropolis (wip)Dimitry2017-02-151545-0/+15810
* | new testsDimitry2017-02-1512-0/+5619
* | replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-15271-275/+275
* | refill memory tests and quadratic state testsDimitry2017-02-1033-7124/+99
* | Memorystress and quadratic tests as blockchain testsDimitry2017-02-1033-0/+42356
* | Merge pull request #144 from ethereum/generaltestsasbcwinsvega2017-02-104856-11097/+911533
|\ \
| * | refill state tests as blockchainDimitry2017-02-101068-46946/+190234
| * | refill general state testsDimitry2017-02-10951-2988/+3660
| * | update general state tests fillers to suite blockchainDimitry2017-02-10984-3093/+3082
| * | refill random testsDimitry2017-02-10643-2923/+2923
| * | fill stRandom tests as blockchainDimitry2017-02-10643-108/+277920
| * | corrected random test fillers for blockchainDimitry2017-02-10643-2093/+2120
| * | update statetets as bcDimitry2017-02-10385-12332/+14404
| * | GeneralStateTests as Blockchain testsDimitry2017-02-10946-0/+476576
|/ /
* | fill stAttackTestDimitry2017-02-061-0/+85
* | name the random state tests inside .json fileDimitry2017-02-03642-1270/+1270
* | fix src blockchas state tests to the actual chain parametersDimitry2017-02-014-8/+9
|/
* refill EIP150 issue with latest develop (stjournalv2)Dimitry2017-01-241-15/+8
* create contract in init code on depth = 1023 and 1024Dimitry2017-01-234-0/+296
* Merge pull request #141 from ethereum/statejournalwinsvega2017-01-193-35/+38
|\
| * empty CREATE replace the code on collisionDimitry2017-01-182-29/+29
| * refill tests with state journal v2 PRDimitry2017-01-183-40/+43
|/
* create JS contracat with no collisionDimitry2017-01-182-0/+131
* refill general testsDimitry2017-01-1713-563/+21
* Revert TestsDimitry2017-01-174-0/+1035
* rename long name testsDimitry2017-01-176-7/+7
* Loop Calls Revert OOG TestsDimitry2017-01-146-0/+611
* fix subcalls revert testDimitry2017-01-114-0/+548
* refill bcSuicideIssue on EIP150Dimitry2017-01-101-0/+128131
* refill bigdata transaction testsDimitry2017-01-102-0/+2
* refill stMemoryStressTestsDimitry2017-01-1018-0/+1593
* Merge branch 'develop' of https://github.com/ethereum/tests into developDimitry2017-01-1014-10/+558
|\
| * more revert call tests in contract interactionsDimitry2017-01-094-11/+398
| * new revertSubCallOOG testDimitry2017-01-091-0/+76
| * rename revert testsDimitry2017-01-095-5/+5
| * refil revert TestsDimitry2017-01-096-5/+90
* | fix memory stress test fillersDimitry2017-01-103-5/+20
|/
* more Revert tests for Create opcodeDimitry2017-01-058-0/+716
* refill stBoundsTestsDimitry2016-12-294-2/+88
* move brokenVM memory stress tests back to bounds testsDimitry2016-12-283-0/+0
* CalltoReturn2 testDimitry2016-12-281-0/+92
* stMemoryStressTest wip4Dimitry2016-12-272-2/+87
* Merge branch 'develop' of github.com:ethereum/tests into developDimitry2016-12-273-0/+84
|\
| * Merge pull request #129 from chfast/perfromance-mulmodwinsvega2016-12-273-0/+84
| |\
| | * Add performance VM tests for MULMODPaweł Bylica2016-12-243-0/+84
* | | stMemoryStressTest wip 3Dimitry2016-12-272-1/+87
|/ /
* | stMemoryStressTests wip 3Dimitry2016-12-273-3/+23
* | stMemoryStress wip 2Dimitry2016-12-276-6/+6
* | stress Memory Tests wipDimitry2016-12-2719-26/+26
* | fix gstatetest src for new solidityDimitry2016-12-2421-36/+128238
* | remove unclosed },Dimitry2016-12-243-3/+3
* | Merge pull request #125 from jbaylina/insert-middle-leafwinsvega2016-12-241-0/+11
|\ \ | |/ |/|
| * Trie: Insert a node in a middle of a leaf testJordi Baylina2016-11-021-0/+11
* | refill GeneralStateTestsDimitry2016-12-20192-6/+24422
* | finish eip150 tests to GeneralStateTestsDimitry2016-12-20537-500/+1455
* | EIP150 to GeneralTests ConvertionDimitry2016-12-19314-321/+896
* | eip150 test fillers to general testsDimitry2016-12-16139-33/+12984
* | eip158 to general state - eip special testsDimitry2016-12-1551-0/+4745
* | update tests for cpp PR'sDimitry2016-12-1435-16699/+30116
* | wallet transition transaction to EIP158Dimitry2016-12-1294-420/+938
* | Merge branch 'develop' of github.com:ethereum/tests into developDimitry2016-12-094-0/+60197
|\ \
| * | OutOfGasPrefundedContractCreation in FrontierDimitry2016-12-092-0/+110
| * | fix stAttackTestDimitry2016-12-082-119953/+17
| * | Contract Creation Spam TestDimitry2016-12-082-0/+180023
| * | Merge pull request #124 from chfast/exp-testswinsvega2016-12-080-0/+0
| |\ \
| | * | EXP testsPaweł Bylica2016-10-191-0/+308
* | | | upgrade eip158 to general testsDimitry2016-12-09925-988/+9742
* | | | upgrade eip158 to general testsDimitry2016-12-08216-254/+1321
|/ / /
* | | updating generaltests with eip158Dimitry2016-12-06203-138/+4854
* | | test revert operations on second level OOG with double callDimitry2016-12-062-0/+191
* | | transactionFromNotExistingAccount test fillerDimitry2016-12-061-0/+73
* | | transaction from empty accountDimitry2016-12-061-53/+178
* | | Test Fillers (Sources for the tests)Dimitry2016-12-052230-0/+597210
* | | General State TestsDimitry2016-11-301352-0/+127577
* | | ropsten difficulty formula testDimitry2016-11-291-5521/+5522
* | | zeroCallsOOGRevert testsDimitry2016-11-292-0/+3292
* | | ropsten difficultyDimitry2016-11-291-0/+11042
* | | vitalik's transaction testDimitry2016-11-251-0/+76
* | | more revert testsDimitry2016-11-251-0/+208
* | | TouchEmptyAccountRevert TestDimitry2016-11-251-0/+90
* | | Merge pull request #126 from ethereum/eip158winsvega2016-11-2347-408/+83986
|\ \ \
| * | | update blocknumber for dragon hfDimitry2016-11-2329-1039/+1046
| * | | more transaction testsDimitry2016-11-212-0/+132
| * | | eip170 codesize limit testDimitry2016-11-141-0/+105
| * | | fix transaction hashDimitry2016-11-132-39/+39
| * | | new rule transaction check on HomesteadDimitry2016-11-091-0/+46
| * | | eip155 transaction tests updateDimitry2016-11-075-1/+1453
| * | | fix wrong solidity in tests (not hf related)Dimitry2016-11-0215-515/+504
| * | | homestead tests on eip158 rulesDimitry2016-11-0118-0/+69980
| * | | update test cases. fix delegatecall mistypeDimitry2016-11-013-50/+192
| * | | EIP150 tests on hf rulesDimitry2016-11-014-0/+6955
| * | | call tests for hfDimitry2016-11-013-13/+3281
| * | | refill stCreateTestDimitry2016-10-311-25/+76
| * | | EIP158 ExpTestsDimitry2016-10-311-0/+219
| * | | fix OOG create Transaction testDimitry2016-10-291-5/+13
| * | | create tests for EIP158Dimitry2016-10-293-0/+1224
| | |/ | |/|
* / | more vmPerfomance testsDimitry2016-11-091-0/+308
|/ /
* | Merge pull request #123 from ethereum/eip150winsvega2016-10-1949-6/+131961
|\ \ | |/ |/|
| * change EIP150 bnumber to 2463000Dimitry2016-10-1923-839/+839
| * Create README.mdwinsvega2016-10-191-0/+4
| * Create README.mdwinsvega2016-10-191-0/+4
| * Update README.mdwinsvega2016-10-191-0/+2
| * Create README.mdwinsvega2016-10-191-0/+4
| * Create README.mdwinsvega2016-10-191-0/+3
| * Create README.mdwinsvega2016-10-191-0/+3
| * Update README.mdwinsvega2016-10-191-4/+4
| * Create README.mdwinsvega2016-10-191-0/+6
| * Create README.mdwinsvega2016-10-191-0/+1
| * rule 64 testsDimitry2016-10-191-0/+237
| * additional gaslimit tests that crash cpp ethDimitry2016-10-191-18/+238
| * update BlockchainEIP TestsDimitry2016-10-1912-6901/+7332
| * Blockchain EIP150 refill (incomplete and unfixed)Dimitry2016-10-1912-0/+51340
| * fix wrong block number in state testsDimitry2016-10-193-6/+76
| * EIP150 Test UpdateDimitry2016-10-194-96/+3050
| * update EIP State Tests with calldepth = 1024Dimitry2016-10-194-279/+281
| * Homestead Tests Filled By EIP150 rulesDimitry2016-10-1920-18/+70350
| * remove old memExpandCalltestDimitry2016-10-191-635/+0
| * more EIP150 TestsDimitry2016-10-193-0/+3070