| Commit message (Expand) | Author | Age | Files | Lines |
* | correct staticcall tests | Dimitry | 2017-06-24 | 5 | -5/+66 |
* | Merge pull request #162 from ethereum/eip86test | winsvega | 2017-06-24 | 84 | -289/+4759 |
|\ |
|
| * | update revert test with new eip86 rules | Dimitry | 2017-06-23 | 1 | -2/+7 |
| * | fix create transactions with eip86 rule | Dimitry | 2017-06-23 | 4 | -12/+265 |
| * | more zeroSigTransaction tests | Dimitry | 2017-06-23 | 10 | -4/+3299 |
| * | refill tests with new transaction create rules on Metropolis | Dimitry | 2017-06-23 | 46 | -110/+478 |
| * | update eip86 | yann300 | 2017-06-23 | 25 | -161/+710 |
|/ |
|
* | Merge pull request #191 from ethereum/remStBounds | winsvega | 2017-06-23 | 280 | -64016/+98821 |
|\ |
|
| * | fill Blockhash bounds | Dimitry | 2017-06-22 | 1 | -0/+1538 |
| * | update stQuadraticComplexity with 250M gasLimit | Dimitry | 2017-06-22 | 61 | -34823/+53215 |
| * | update stMemoryStress with 250M gas limit | Dimitry | 2017-06-22 | 118 | -4258/+47408 |
| * | remove stBoundsTest | Dimitry | 2017-06-22 | 140 | -28275/+0 |
|/ |
|
* | Merge pull request #190 from ethereum/odd-length | winsvega | 2017-06-22 | 17 | -225/+225 |
|\ |
|
| * | Add missing '0's in calldata. The hex strings were of odd length | Yoichi Hirai | 2017-06-21 | 17 | -225/+225 |
|/ |
|
* | Merge pull request #184 from ethereum/fix-revert-bug | winsvega | 2017-06-21 | 195 | -1525/+2507 |
|\ |
|
| * | Fill tests according to previous commit | Yoichi Hirai | 2017-06-16 | 2 | -1138/+2120 |
| * | Change the filler according to | Yoichi Hirai | 2017-06-16 | 1 | -3/+3 |
| * | Filled GeneralStateTest according to the previous commit | Yoichi Hirai | 2017-06-16 | 96 | -192/+192 |
| * | Fix the timestamp in GeneralStateTestsFiller as suggested in | Yoichi Hirai | 2017-06-16 | 96 | -96/+96 |
| * | Fix the difficulty in the GeneralStateTest fillers as suggested in | Yoichi Hirai | 2017-06-16 | 96 | -96/+96 |
* | | Merge pull request #187 from ethereum/link_testeth_guide | winsvega | 2017-06-19 | 1 | -0/+4 |
|\ \ |
|
| * | | README: add a link to the "Generating Consensus Tests" in cpp-ethereum | Yoichi Hirai | 2017-06-19 | 1 | -0/+4 |
* | | | Merge pull request #180 from ethereum/new_expmod_cost | winsvega | 2017-06-19 | 194 | -8/+46066 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'snark_test_filled' into new_expmod_cost | Yoichi Hirai | 2017-06-14 | 743 | -5/+617720 |
| |\ \ |
|
| * | | | Add modexp tess from Pyethereum | Yoichi Hirai | 2017-06-14 | 192 | -0/+32276 |
| * | | | Update tests after changing the gas cost of modexp precompiled contract | Yoichi Hirai | 2017-06-13 | 2 | -8/+13790 |
| | |/
| |/| |
|
* | | | Merge pull request #172 from ethereum/snark_test_filled | winsvega | 2017-06-19 | 743 | -5/+617720 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fill the tests following the previous commit | Yoichi Hirai | 2017-06-13 | 1 | -3/+3 |
| * | A precompiled contract exists at address 8, so the staticcall does not cause ... | Yoichi Hirai | 2017-06-13 | 1 | -1/+1 |
| * | fill zeroKnowledge as Blockchain | Dimitry | 2017-06-13 | 263 | -2607/+447395 |
| * | Removing GenStateTestAsBcTemp as it is a temporary directory | Yoichi Hirai | 2017-06-13 | 1 | -0/+1 |
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 4 | -502/+506 |
| * | Split a filler file into two and rename a case into a shorter name | Yoichi Hirai | 2017-06-13 | 4 | -502/+506 |
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 4 | -502/+506 |
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 4 | -507/+511 |
| * | Split a filler so that each file contains one case | Yoichi Hirai | 2017-06-13 | 4 | -507/+511 |
| * | Split a filler file and rename a case into a shorter name | Yoichi Hirai | 2017-06-13 | 4 | -507/+511 |
| * | Update GeneralStateTests according to the fillers | Yoichi Hirai | 2017-06-13 | 229 | -2148/+2160 |
| * | Split filler files that contain two test cases | Yoichi Hirai | 2017-06-13 | 12 | -1708/+1720 |
| * | Shorten test namnes according to short file names | Yoichi Hirai | 2017-06-13 | 28 | -28/+28 |
| * | Shorten the name of another filler | Yoichi Hirai | 2017-06-13 | 2 | -1/+443 |
| * | Rename test cases in the fillers, according to the file names | Yoichi Hirai | 2017-06-13 | 49 | -49/+49 |
| * | add 0x prefix for coinbase verification | Dimitry | 2017-06-13 | 224 | -257/+257 |
| * | correct Vitalik's test fillers env info | Dimitry | 2017-06-13 | 224 | -1030/+1030 |
| * | Add back one final test removed by mistake | Yoichi Hirai | 2017-06-13 | 1 | -0/+317 |
| * | Shorten file names | Yoichi Hirai | 2017-06-13 | 103 | -64453/+0 |
| * | Split pyethereum_ecpairing_testsFiller.json into files for each test case | Yoichi Hirai | 2017-06-13 | 55 | -7718/+13789 |
| * | Split pyethereum_ecmul_testsFiller.json into files for each test case | Yoichi Hirai | 2017-06-13 | 323 | -55096/+98514 |
| * | Split pyethereum_ecadd_testsFiller.json into as many files as test cases | Yoichi Hirai | 2017-06-13 | 74 | -18163/+18303 |
| * | Update elliptic curve related GeneralStateTests using the tests from pyethereum | Yoichi Hirai | 2017-06-13 | 10 | -68/+72143 |
| * | Trying to fill, using a modified snark PR | Yoichi Hirai | 2017-06-13 | 3 | -0/+73038 |
| * | Add BlockchainTests about the elliptic curve | Yoichi Hirai | 2017-06-13 | 5 | -0/+38550 |
| * | Adding filled tests about elliptic curves | Yoichi Hirai | 2017-06-13 | 5 | -0/+3280 |
| * | Rename paring into pairing | Yoichi Hirai | 2017-06-13 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #178 from maaktweluit/issue#169 | winsvega | 2017-06-13 | 1 | -2/+2 |
|\ |
|
| * | Made check not throw errors with | cat | maaktweluit | 2017-06-06 | 1 | -1/+1 |
| * | Update travis.yml with Filler exclude | maaktweluit | 2017-06-06 | 1 | -2/+2 |
* | | Merge pull request #179 from maaktweluit/issue#177 | winsvega | 2017-06-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Create README.md | winsvega | 2017-06-13 | 1 | -1/+1 |
| * | | #177 Updated README to the moved Fillers | maaktweluit | 2017-06-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #181 from ethereum/returndatacopy_throw | winsvega | 2017-06-13 | 11 | -196/+187 |
|\ \ |
|
| * | | Fill tests after making returndatacopy throw | Yoichi Hirai | 2017-06-08 | 8 | -153/+184 |
| * | | Update expectations for the new throwing behavior of RETURNDATACOPY | Yoichi Hirai | 2017-06-08 | 3 | -43/+3 |
| |/ |
|
* | | Merge pull request #182 from ayrat555/develop | winsvega | 2017-06-13 | 2 | -156/+156 |
|\ \ |
|
| * | | remove tabs | Ayrat Badykov | 2017-06-10 | 1 | -155/+155 |
| * | | use lowercase digit in bytestring7F test | Ayrat Badykov | 2017-06-10 | 1 | -1/+1 |
| * | | fix README | Ayrat Badykov | 2017-06-10 | 1 | -1/+1 |
|/ / |
|
* | | remove empty static call tests | Dimitry | 2017-06-09 | 45 | -964/+0 |
* | | remove old bcWallet tests with incorrect names | Dimitry | 2017-06-09 | 41 | -18369/+0 |
* | | Create stackOverflowM1Filler.json | winsvega | 2017-06-08 | 1 | -17/+17 |
|/ |
|
* | Merge pull request #174 from ethereum/returndatacopy_initial | winsvega | 2017-06-05 | 15 | -0/+3671 |
|\ |
|
| * | Fill in blockchain tests | Yoichi Hirai | 2017-05-24 | 5 | -0/+2773 |
| * | Add tests for RETURNDATACOPY after CREATE | Yoichi Hirai | 2017-05-24 | 2 | -0/+185 |
| * | Add a test case for a RETURNDATACOPY from an overrunning range | Yoichi Hirai | 2017-05-24 | 2 | -0/+185 |
| * | Updated the opcodes of RETURNDATA instructions | Yoichi Hirai | 2017-05-24 | 6 | -18/+121 |
| * | Add a test for RETURNDATACOPY following a successful CALL | Yoichi Hirai | 2017-05-24 | 1 | -4/+8 |
| * | WIP: hand-assembling this code seems like too much work | Yoichi Hirai | 2017-05-24 | 1 | -0/+79 |
| * | Add a test case about RETURNDATASIZE returning zero after initialization | Yoichi Hirai | 2017-05-24 | 2 | -0/+171 |
| * | Add the filled test | Yoichi Hirai | 2017-05-24 | 1 | -0/+96 |
| * | Fallback on the hex code while lllc implements RETURNDATACOPY | Yoichi Hirai | 2017-05-24 | 1 | -0/+1 |
| * | The LLL code should be in braces | Yoichi Hirai | 2017-05-24 | 1 | -1/+1 |
| * | Rename Filter.json into Filler.json | Yoichi Hirai | 2017-05-24 | 1 | -0/+0 |
| * | Fix LLL | Yoichi Hirai | 2017-05-24 | 1 | -1/+1 |
| * | Change the code into LLL | Yoichi Hirai | 2017-05-24 | 1 | -1/+1 |
| * | Renaming a filter file with a suffix Filter.json | Yoichi Hirai | 2017-05-24 | 1 | -0/+0 |
| * | Add a test filter for RETURNDATACOPY initially copying zeros | Yoichi Hirai | 2017-05-24 | 1 | -0/+74 |
* | | Merge pull request #176 from ethereum/metro-blockhash | winsvega | 2017-06-03 | 955 | -109450/+198787 |
|\ \ |
|
| * | | update statetests without blockhash | Dimitry | 2017-06-02 | 1 | -80/+0 |
| * | | update blockchain tests (stRandom stSpecial) | Dimitry | 2017-06-02 | 657 | -67385/+13975 |
| * | | refill tests with blockhash as blockchain | Dimitry | 2017-06-02 | 195 | -510/+53008 |
| * | | move tests with blockhash from state to blockchain | Dimitry | 2017-06-02 | 194 | -8521/+37695 |
| * | | remove temp files | Dimitry | 2017-06-02 | 658 | -261173/+0 |
| * | | make blockhash state test only as blockchain tests | Dimitry | 2017-06-02 | 1796 | -132209/+454504 |
| * | | Update Blockchain Transition tests after EIP96 changes (BLOCKHASH refactoring) | Andrei Maiboroda | 2017-06-02 | 4 | -1044/+1077 |
|/ / |
|
* | | Merge pull request #175 from ethereum/staticcall | winsvega | 2017-06-01 | 815 | -35451/+41340 |
|\ \ |
|
| * | | more staticcall tests | Dimitry | 2017-06-01 | 815 | -35451/+41340 |
* | | | Merge pull request #173 from ethereum/staticcall | winsvega | 2017-05-27 | 918 | -0/+92599 |
|\| |
| |/
|/| |
|
| * | update static tests | Dimitry | 2017-05-23 | 101 | -121/+10191 |
| * | generate finished tests for staticcall | Dimitry | 2017-05-23 | 71 | -96/+9823 |
| * | move unprepared staticcall tests to subfolder | Dimitry | 2017-05-23 | 321 | -236/+188 |
| * | update static call tests | Dimitry | 2017-05-23 | 12 | -59/+117 |
| * | update staticcall fillers | Dimitry | 2017-05-23 | 26 | -165/+1198 |
| * | update static call tests | Dimitry | 2017-05-23 | 7 | -33/+388 |
| * | update static call fillers | Dimitry | 2017-05-23 | 69 | -1619/+708 |
| * | templates for staticcall tests | Dimitry | 2017-05-23 | 764 | -0/+72315 |
|/ |
|
* | Merge pull request #170 from pirapira/close-string | winsvega | 2017-05-19 | 1 | -1/+1 |
|\ |
|
| * | Close a string literal | Yoichi Hirai | 2017-05-19 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #163 from ethereum/newStateRootMetropolis | winsvega | 2017-05-08 | 4 | -1044/+1044 |
|\ |
|
| * | reclculate stateRoot for Metropolis rules | Dimitry | 2017-04-27 | 4 | -1044/+1044 |
* | | Changed one test | Vitalik Buterin | 2017-05-08 | 1 | -1/+1 |
* | | Merge pull request #157 from ethereum/removeStateTests | winsvega | 2017-04-28 | 1467 | -583974/+0 |
|\ \
| |/
|/| |
|
| * | remove old StateTests | Dimitry | 2017-04-24 | 1467 | -583974/+0 |
* | | refill dao tests with metropolis rules | Dimitry | 2017-04-26 | 1 | -488/+488 |
* | | metropolis timestamp diff 1000 | Dimitry | 2017-04-25 | 2 | -151/+208 |
* | | Merge pull request #159 from ethereum/modexp | winsvega | 2017-04-25 | 2 | -0/+2581 |
|\ \ |
|
| * | | metropolis transition test (block 0x10) | Dimitry | 2017-04-25 | 2 | -0/+2581 |
* | | | Merge pull request #158 from ethereum/modexp | winsvega | 2017-04-25 | 2 | -0/+1386 |
|\| | |
|
| * | | modexp tests | Dimitry | 2017-04-25 | 2 | -4/+898 |
| * | | modexp tests | Dimitry | 2017-04-25 | 2 | -0/+492 |
| |/ |
|
* | | refill memory stress tests | Dimitry | 2017-04-25 | 77 | -1050/+1820 |
* | | replace code as solidity no longer compiles this code | Dimitry | 2017-04-25 | 2 | -2/+4 |
|/ |
|
* | Merge pull request #154 from ethereum/refresh | winsvega | 2017-04-24 | 65 | -96599/+96943 |
|\ |
|
| * | manual blockchain tests prefixed with 0x | Dimitry | 2017-04-21 | 10 | -10954/+10954 |
| * | refill blockchain tests | Dimitry | 2017-04-21 | 43 | -81669/+82149 |
| * | refill vmTests | Dimitry | 2017-04-19 | 12 | -3976/+3840 |
* | | fix wallet gas | Dimitry | 2017-04-21 | 3 | -3/+3 |
* | | Merge pull request #155 from chfast/perf-div | winsvega | 2017-04-21 | 3 | -214/+260 |
|\ \
| |/
|/| |
|
| * | Regenerate VM performance tests | Paweł Bylica | 2017-04-20 | 2 | -101/+173 |
| * | VM tests: remove duplicated performance tests | Paweł Bylica | 2017-04-20 | 1 | -197/+0 |
| * | Add VM performance tests for div+add and add | Paweł Bylica | 2017-04-20 | 3 | -0/+171 |
|/ |
|
* | Merge pull request #153 from ethereum/allfieldhex | winsvega | 2017-04-19 | 1739 | -25614/+25662 |
|\ |
|
| * | remove blockhash tests | Dimitry | 2017-04-19 | 10 | -1828/+0 |
| * | refill and fix tests with all fields 0x | Dimitry | 2017-04-19 | 9 | -513/+21 |
| * | replace SUICIDE with SELFDESTRUCT | Dimitry | 2017-04-19 | 1741 | -25827/+26625 |
* | | move blockhash tests to blockchain | Dimitry | 2017-04-19 | 1 | -1/+171 |
* | | remove BblockHash tests from statetests | Dimitry | 2017-04-19 | 10 | -1570/+0 |
|/ |
|
* | Merge pull request #152 from ethereum/yanntouchzeroaddres | winsvega | 2017-04-19 | 2 | -7/+43 |
|\ |
|
| * | correct zeroSigOOG test to touch nullsender account | Dimitry | 2017-04-18 | 2 | -7/+43 |
|/ |
|
* | Merge branch 'zeroTransaction' into develop | Dimitry | 2017-04-11 | 22 | -319/+6092 |
|\ |
|
| * | remove sender on invalid transactions in Metropolis | Dimitry | 2017-04-04 | 1 | -38/+19 |
| * | do not include sender in the final test if transaction is invalid | Dimitry | 2017-04-04 | 2 | -12/+6 |
| * | zeroSig Transaction state tests | Dimitry | 2017-03-29 | 16 | -51/+4704 |
| * | correct zeroSigTransaction structure tests to eip #208 | Dimitry | 2017-03-28 | 4 | -288/+847 |
| * | zeroSig transaction test fillers | Dimitry | 2017-03-23 | 7 | -0/+586 |
* | | Removed 0x for consistency | vub | 2017-04-07 | 1 | -2/+2 |
* | | REVERT test case: | Dimitry | 2017-04-04 | 3 | -507/+5476 |
* | | fill blockchain tests with Revert OpCode | Dimitry | 2017-04-03 | 10 | -0/+54536 |
* | | Merge pull request #149 from ethereum/revertTests | winsvega | 2017-04-03 | 15 | -2/+4247 |
|\ \
| |/
|/| |
|
| * | refill revert tests | Dimitry | 2017-03-24 | 9 | -327/+472 |
| * | more revert tests | Dimitry | 2017-03-24 | 4 | -0/+2112 |
| * | revert opcode tests | Dimitry | 2017-03-22 | 5 | -16/+967 |
| * | revert opcode test fillers | Dimitry | 2017-03-22 | 7 | -77/+630 |
| * | Merge pull request #147 from gumb0/revertTests | winsvega | 2017-03-22 | 6 | -0/+484 |
| |\ |
|
| | * | Add compiled tests for REVERT | Andrei Maiboroda | 2017-03-22 | 3 | -0/+301 |
| | * | Failing test for REVERT opcode (temporary, to check if travis gets the rigght... | Andrei Maiboroda | 2017-03-22 | 1 | -0/+64 |
| | * | Simple tests for REVERT opcode | Andrei Maiboroda | 2017-03-22 | 2 | -0/+119 |
| |/ |
|
* | | remote zeroSigTransaction tests | Dimitry | 2017-03-23 | 7 | -586/+0 |
* | | zeroSig Transaction test fillers | Dimitry | 2017-03-22 | 8 | -3/+610 |
|/ |
|
* | refill transaction tests with zeroSig | Dimitry | 2017-03-17 | 6 | -140/+443 |
* | metropolis zerosig transaction tests | Dimitry | 2017-03-17 | 4 | -0/+1156 |
* | metropolis zero sig transaction test fillers | Dimitry | 2017-03-17 | 4 | -0/+2081 |
* | add stderror to RPC tests | Dimitry | 2017-03-15 | 6 | -6/+32 |
* | node startup time | Dimitry | 2017-03-15 | 1 | -1/+1 |
* | calibrate wait time before node start | Dimitry | 2017-03-15 | 1 | -1/+1 |
* | Merge pull request #145 from ethereum/RPCTests | winsvega | 2017-03-14 | 16 | -0/+912 |
|\ |
|
| * | check eth path | Dimitry | 2017-03-14 | 4 | -7/+15 |
| * | remove async and add it as a package | Dimitry | 2017-03-09 | 3 | -5291/+3 |
| * | path to eth as argument | Dimitry | 2017-03-08 | 1 | -10/+11 |
| * | use npm install to download web3 dependencies | Dimitry | 2017-03-08 | 5 | -4/+356 |
| * | move tests to separate folders | Dimitry | 2017-02-17 | 9 | -26/+54 |
| * | eth console to winsvega:RPC_Tests | Dimitry | 2017-01-28 | 1 | -0/+0 |
| * | rpc tests on js | Dimitry | 2017-01-28 | 18 | -91/+435 |
| * | RPC tests | Dimitry | 2017-01-25 | 7 | -0/+5467 |
* | | paringTest filler for zeroKnowledge | Dimitry | 2017-03-08 | 1 | -0/+159 |
* | | zeroKnowledge ECDSA function tests | Dimitry | 2017-03-06 | 3 | -0/+1256 |
* | | more revert tests with precompiled | Dimitry | 2017-03-03 | 6 | -0/+858 |
* | | snark ADD testFiller | Dimitry | 2017-03-02 | 2 | -60/+203 |
* | | zkSnark filler | Dimitry | 2017-03-02 | 1 | -0/+60 |
* | | special case with precompiled fork | Dimitry | 2017-02-28 | 1 | -1/+11 |
* | | tx with OOG at block 2675119 | Dimitry | 2017-02-28 | 3 | -0/+658 |
* | | new uncle header tests | Dimitry | 2017-02-22 | 2 | -297/+1390 |
* | | deployment error test | Dimitry | 2017-02-16 | 3 | -0/+616 |
* | | new blockchain tests from general state tests | Dimitry | 2017-02-16 | 8 | -0/+101061 |
* | | fill new tests | Dimitry | 2017-02-15 | 9 | -0/+18762 |
* | | refill tests with metropolis (wip) | Dimitry | 2017-02-15 | 1545 | -0/+15810 |
* | | new tests | Dimitry | 2017-02-15 | 12 | -0/+5619 |
* | | replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL" | Dimitry | 2017-02-15 | 271 | -275/+275 |
* | | refill memory tests and quadratic state tests | Dimitry | 2017-02-10 | 33 | -7124/+99 |
* | | Memorystress and quadratic tests as blockchain tests | Dimitry | 2017-02-10 | 33 | -0/+42356 |
* | | Merge pull request #144 from ethereum/generaltestsasbc | winsvega | 2017-02-10 | 4856 | -11097/+911533 |
|\ \ |
|
| * | | refill state tests as blockchain | Dimitry | 2017-02-10 | 1068 | -46946/+190234 |
| * | | refill general state tests | Dimitry | 2017-02-10 | 951 | -2988/+3660 |
| * | | update general state tests fillers to suite blockchain | Dimitry | 2017-02-10 | 984 | -3093/+3082 |
| * | | refill random tests | Dimitry | 2017-02-10 | 643 | -2923/+2923 |
| * | | fill stRandom tests as blockchain | Dimitry | 2017-02-10 | 643 | -108/+277920 |
| * | | corrected random test fillers for blockchain | Dimitry | 2017-02-10 | 643 | -2093/+2120 |
| * | | update statetets as bc | Dimitry | 2017-02-10 | 385 | -12332/+14404 |
| * | | GeneralStateTests as Blockchain tests | Dimitry | 2017-02-10 | 946 | -0/+476576 |
|/ / |
|
* | | fill stAttackTest | Dimitry | 2017-02-06 | 1 | -0/+85 |
* | | name the random state tests inside .json file | Dimitry | 2017-02-03 | 642 | -1270/+1270 |
* | | fix src blockchas state tests to the actual chain parameters | Dimitry | 2017-02-01 | 4 | -8/+9 |
|/ |
|
* | refill EIP150 issue with latest develop (stjournalv2) | Dimitry | 2017-01-24 | 1 | -15/+8 |
* | create contract in init code on depth = 1023 and 1024 | Dimitry | 2017-01-23 | 4 | -0/+296 |
* | Merge pull request #141 from ethereum/statejournal | winsvega | 2017-01-19 | 3 | -35/+38 |
|\ |
|
| * | empty CREATE replace the code on collision | Dimitry | 2017-01-18 | 2 | -29/+29 |
| * | refill tests with state journal v2 PR | Dimitry | 2017-01-18 | 3 | -40/+43 |
|/ |
|
* | create JS contracat with no collision | Dimitry | 2017-01-18 | 2 | -0/+131 |
* | refill general tests | Dimitry | 2017-01-17 | 13 | -563/+21 |
* | Revert Tests | Dimitry | 2017-01-17 | 4 | -0/+1035 |
* | rename long name tests | Dimitry | 2017-01-17 | 6 | -7/+7 |
* | Loop Calls Revert OOG Tests | Dimitry | 2017-01-14 | 6 | -0/+611 |
* | fix subcalls revert test | Dimitry | 2017-01-11 | 4 | -0/+548 |
* | refill bcSuicideIssue on EIP150 | Dimitry | 2017-01-10 | 1 | -0/+128131 |
* | refill bigdata transaction tests | Dimitry | 2017-01-10 | 2 | -0/+2 |
* | refill stMemoryStressTests | Dimitry | 2017-01-10 | 18 | -0/+1593 |
* | Merge branch 'develop' of https://github.com/ethereum/tests into develop | Dimitry | 2017-01-10 | 14 | -10/+558 |
|\ |
|
| * | more revert call tests in contract interactions | Dimitry | 2017-01-09 | 4 | -11/+398 |
| * | new revertSubCallOOG test | Dimitry | 2017-01-09 | 1 | -0/+76 |
| * | rename revert tests | Dimitry | 2017-01-09 | 5 | -5/+5 |
| * | refil revert Tests | Dimitry | 2017-01-09 | 6 | -5/+90 |
* | | fix memory stress test fillers | Dimitry | 2017-01-10 | 3 | -5/+20 |
|/ |
|
* | more Revert tests for Create opcode | Dimitry | 2017-01-05 | 8 | -0/+716 |
* | refill stBoundsTests | Dimitry | 2016-12-29 | 4 | -2/+88 |
* | move brokenVM memory stress tests back to bounds tests | Dimitry | 2016-12-28 | 3 | -0/+0 |
* | CalltoReturn2 test | Dimitry | 2016-12-28 | 1 | -0/+92 |
* | stMemoryStressTest wip4 | Dimitry | 2016-12-27 | 2 | -2/+87 |
* | Merge branch 'develop' of github.com:ethereum/tests into develop | Dimitry | 2016-12-27 | 3 | -0/+84 |
|\ |
|
| * | Merge pull request #129 from chfast/perfromance-mulmod | winsvega | 2016-12-27 | 3 | -0/+84 |
| |\ |
|
| | * | Add performance VM tests for MULMOD | Paweł Bylica | 2016-12-24 | 3 | -0/+84 |
* | | | stMemoryStressTest wip 3 | Dimitry | 2016-12-27 | 2 | -1/+87 |
|/ / |
|
* | | stMemoryStressTests wip 3 | Dimitry | 2016-12-27 | 3 | -3/+23 |
* | | stMemoryStress wip 2 | Dimitry | 2016-12-27 | 6 | -6/+6 |
* | | stress Memory Tests wip | Dimitry | 2016-12-27 | 19 | -26/+26 |
* | | fix gstatetest src for new solidity | Dimitry | 2016-12-24 | 21 | -36/+128238 |
* | | remove unclosed }, | Dimitry | 2016-12-24 | 3 | -3/+3 |
* | | Merge pull request #125 from jbaylina/insert-middle-leaf | winsvega | 2016-12-24 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | Trie: Insert a node in a middle of a leaf test | Jordi Baylina | 2016-11-02 | 1 | -0/+11 |
* | | refill GeneralStateTests | Dimitry | 2016-12-20 | 192 | -6/+24422 |
* | | finish eip150 tests to GeneralStateTests | Dimitry | 2016-12-20 | 537 | -500/+1455 |
* | | EIP150 to GeneralTests Convertion | Dimitry | 2016-12-19 | 314 | -321/+896 |
* | | eip150 test fillers to general tests | Dimitry | 2016-12-16 | 139 | -33/+12984 |
* | | eip158 to general state - eip special tests | Dimitry | 2016-12-15 | 51 | -0/+4745 |
* | | update tests for cpp PR's | Dimitry | 2016-12-14 | 35 | -16699/+30116 |
* | | wallet transition transaction to EIP158 | Dimitry | 2016-12-12 | 94 | -420/+938 |
* | | Merge branch 'develop' of github.com:ethereum/tests into develop | Dimitry | 2016-12-09 | 4 | -0/+60197 |
|\ \ |
|
| * | | OutOfGasPrefundedContractCreation in Frontier | Dimitry | 2016-12-09 | 2 | -0/+110 |
| * | | fix stAttackTest | Dimitry | 2016-12-08 | 2 | -119953/+17 |
| * | | Contract Creation Spam Test | Dimitry | 2016-12-08 | 2 | -0/+180023 |
| * | | Merge pull request #124 from chfast/exp-tests | winsvega | 2016-12-08 | 0 | -0/+0 |
| |\ \ |
|
| | * | | EXP tests | Paweł Bylica | 2016-10-19 | 1 | -0/+308 |