aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* correct staticcall testsDimitry2017-06-245-5/+66
* Merge pull request #162 from ethereum/eip86testwinsvega2017-06-2484-289/+4759
|\
| * update revert test with new eip86 rulesDimitry2017-06-231-2/+7
| * fix create transactions with eip86 ruleDimitry2017-06-234-12/+265
| * more zeroSigTransaction testsDimitry2017-06-2310-4/+3299
| * refill tests with new transaction create rules on MetropolisDimitry2017-06-2346-110/+478
| * update eip86yann3002017-06-2325-161/+710
|/
* Merge pull request #191 from ethereum/remStBoundswinsvega2017-06-23280-64016/+98821
|\
| * fill Blockhash boundsDimitry2017-06-221-0/+1538
| * update stQuadraticComplexity with 250M gasLimitDimitry2017-06-2261-34823/+53215
| * update stMemoryStress with 250M gas limitDimitry2017-06-22118-4258/+47408
| * remove stBoundsTestDimitry2017-06-22140-28275/+0
|/
* Merge pull request #190 from ethereum/odd-lengthwinsvega2017-06-2217-225/+225
|\
| * Add missing '0's in calldata. The hex strings were of odd lengthYoichi Hirai2017-06-2117-225/+225
|/
* Merge pull request #184 from ethereum/fix-revert-bugwinsvega2017-06-21195-1525/+2507
|\
| * Fill tests according to previous commitYoichi Hirai2017-06-162-1138/+2120
| * Change the filler according toYoichi Hirai2017-06-161-3/+3
| * Filled GeneralStateTest according to the previous commitYoichi Hirai2017-06-1696-192/+192
| * Fix the timestamp in GeneralStateTestsFiller as suggested inYoichi Hirai2017-06-1696-96/+96
| * Fix the difficulty in the GeneralStateTest fillers as suggested inYoichi Hirai2017-06-1696-96/+96
* | Merge pull request #187 from ethereum/link_testeth_guidewinsvega2017-06-191-0/+4
|\ \
| * | README: add a link to the "Generating Consensus Tests" in cpp-ethereumYoichi Hirai2017-06-191-0/+4
* | | Merge pull request #180 from ethereum/new_expmod_costwinsvega2017-06-19194-8/+46066
|\ \ \ | | |/ | |/|
| * | Merge branch 'snark_test_filled' into new_expmod_costYoichi Hirai2017-06-14743-5/+617720
| |\ \
| * | | 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 #172 from ethereum/snark_test_filledwinsvega2017-06-19743-5/+617720
|\ \ \ | |/ / |/| / | |/
| * Fill the tests following the previous commitYoichi Hirai2017-06-131-3/+3
| * A precompiled contract exists at address 8, so the staticcall does not cause ...Yoichi Hirai2017-06-131-1/+1
| * fill zeroKnowledge as BlockchainDimitry2017-06-13263-2607/+447395
| * Removing GenStateTestAsBcTemp as it is a temporary directoryYoichi Hirai2017-06-131-0/+1
| * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-134-502/+506
| * Split a filler file into two and rename a case into a shorter nameYoichi Hirai2017-06-134-502/+506
| * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-134-502/+506
| * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-134-507/+511
| * Split a filler so that each file contains one caseYoichi Hirai2017-06-134-507/+511
| * Split a filler file and rename a case into a shorter nameYoichi Hirai2017-06-134-507/+511
| * Update GeneralStateTests according to the fillersYoichi Hirai2017-06-13229-2148/+2160
| * Split filler files that contain two test casesYoichi Hirai2017-06-1312-1708/+1720
| * Shorten test namnes according to short file namesYoichi Hirai2017-06-1328-28/+28
| * Shorten the name of another fillerYoichi Hirai2017-06-132-1/+443
| * Rename test cases in the fillers, according to the file namesYoichi Hirai2017-06-1349-49/+49
| * add 0x prefix for coinbase verificationDimitry2017-06-13224-257/+257
| * correct Vitalik's test fillers env infoDimitry2017-06-13224-1030/+1030
| * Add back one final test removed by mistakeYoichi Hirai2017-06-131-0/+317
| * Shorten file namesYoichi Hirai2017-06-13103-64453/+0
| * Split pyethereum_ecpairing_testsFiller.json into files for each test caseYoichi Hirai2017-06-1355-7718/+13789
| * Split pyethereum_ecmul_testsFiller.json into files for each test caseYoichi Hirai2017-06-13323-55096/+98514
| * Split pyethereum_ecadd_testsFiller.json into as many files as test casesYoichi Hirai2017-06-1374-18163/+18303
| * Update elliptic curve related GeneralStateTests using the tests from pyethereumYoichi Hirai2017-06-1310-68/+72143
| * Trying to fill, using a modified snark PRYoichi Hirai2017-06-133-0/+73038
| * Add BlockchainTests about the elliptic curveYoichi Hirai2017-06-135-0/+38550
| * Adding filled tests about elliptic curvesYoichi Hirai2017-06-135-0/+3280
| * Rename paring into pairingYoichi Hirai2017-06-131-1/+1
|/
* 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