| Commit message (Expand) | Author | Age | Files | Lines |
* | use hex for storage keys and values in state test fillers | cdetrio | 2017-08-08 | 18 | -26/+26 |
* | Merge pull request #250 from cdetrio/filler-valid-json | Yoichi Hirai | 2017-08-07 | 21 | -554/+554 |
|\ |
|
| * | fix invalid json fillers | cdetrio | 2017-08-06 | 21 | -554/+554 |
* | | Fix some formatting issues in VMTest fillers | Yoichi Hirai | 2017-08-05 | 2 | -50/+50 |
|/ |
|
* | Merge pull request #245 from ethereum/blockhashtest | Yoichi Hirai | 2017-08-04 | 1 | -4/+19 |
|\ |
|
| * | blockhash test on Byzantine transition | Dimitry | 2017-08-04 | 1 | -4/+19 |
* | | Fix the filler as well | Yoichi Hirai | 2017-08-04 | 1 | -1/+5 |
|/ |
|
* | Transition tests with Byzantium | Dimitry | 2017-08-03 | 1 | -0/+0 |
* | split metropolis | Dimitry | 2017-08-03 | 758 | -1114/+1120 |
* | Merge pull request #214 from ethereum/add-comment | winsvega | 2017-08-01 | 1 | -0/+1 |
|\ |
|
| * | Add an explanation | Yoichi Hirai | 2017-07-06 | 1 | -0/+1 |
* | | regenerate hive tests | Dimitry | 2017-08-01 | 5 | -10/+10 |
* | | Merge pull request #212 from ligi/fix_typos | Yoichi Hirai | 2017-07-26 | 1 | -8/+8 |
|\ \ |
|
| * | | Fix typos | ligi | 2017-07-07 | 1 | -8/+8 |
| |/ |
|
* | | Modify createJS_ExampleContract filler so that in Metropolis, contract overwr... | Yoichi Hirai | 2017-07-18 | 1 | -1/+1 |
* | | Expect zeros in the storage of an overwritten contract | Yoichi Hirai | 2017-07-14 | 1 | -5/+0 |
* | | Merge pull request #232 from ethereum/remove-old-fields | winsvega | 2017-07-14 | 14 | -72/+0 |
|\ \ |
|
| * | | remove "logs", "postStateRoot", "out" fields in state test fillers | Felix Lange | 2017-07-13 | 14 | -72/+0 |
* | | | Merge branch 'develop' into exp255 | winsvega | 2017-07-13 | 40 | -363/+52 |
|\| | |
|
| * | | remove unneeded Metropolis test | Dimitry | 2017-07-11 | 1 | -165/+0 |
| * | | refill blockchaintests on metropolis | Dimitry | 2017-07-11 | 5 | -150/+4 |
| * | | refill general state tests | Dimitry | 2017-07-10 | 34 | -48/+48 |
* | | | Add a test case baseLength = modLength = 0, but expLength = 2^255 | Yoichi Hirai | 2017-07-10 | 1 | -3/+5 |
|/ / |
|
* | | Merge pull request #219 from ethereum/max-code-size-from-spurious-dragon | winsvega | 2017-07-10 | 1 | -2/+2 |
|\ \ |
|
| * | | Max code size is enforced at EIP158, not at EIP150 | Yoichi Hirai | 2017-07-10 | 1 | -2/+2 |
* | | | Merge pull request #217 from ethereum/bcTransitionTests | winsvega | 2017-07-10 | 16 | -7152/+3355 |
|\| | |
|
| * | | Blockchain transition tests | Dimitry | 2017-07-07 | 16 | -7152/+3355 |
| |/ |
|
* | | Merge pull request #218 from ethereum/revert-address-calculation | winsvega | 2017-07-10 | 1 | -7/+1 |
|\ \ |
|
| * | | Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231 | Yoichi Hirai | 2017-07-07 | 1 | -7/+1 |
| |/ |
|
* | | Merge pull request #215 from ethereum/modexp_base_2to64 | winsvega | 2017-07-10 | 1 | -3/+23 |
|\ \ |
|
| * | | Add a case where exp length is 2^64 | Yoichi Hirai | 2017-07-06 | 1 | -2/+20 |
| * | | Add a modexp test where base length is 2^64 | Yoichi Hirai | 2017-07-06 | 1 | -3/+5 |
| |/ |
|
* | | Merge pull request #208 from ethereum/returndatacopy_with_2_256_sum | winsvega | 2017-07-10 | 1 | -0/+67 |
|\ \
| |/
|/| |
|
| * | Use CALLDATALOAD instead of CALLDATACOPY and MLOAD | Yoichi Hirai | 2017-07-06 | 1 | -1/+1 |
| * | Add one-less and one-more numbers | Yoichi Hirai | 2017-07-06 | 1 | -2/+9 |
| * | Add a test RETURNDATACOPY at the beginning of a program should throw an excep... | Yoichi Hirai | 2017-07-03 | 1 | -0/+60 |
* | | Merge pull request #207 from ethereum/remove_compiled_code | winsvega | 2017-07-06 | 5 | -8/+0 |
|\ \ |
|
| * | | Remove hex codes after the LLL code | Yoichi Hirai | 2017-07-03 | 5 | -8/+0 |
| |/ |
|
* | | Merge pull request #196 from ethereum/returndatacopy_0_0_after_successful_create | winsvega | 2017-07-06 | 2 | -0/+143 |
|\ \ |
|
| * | | Use (SSTORE 0 1) in the init code to see if the CREATE succeeds or not | Yoichi Hirai | 2017-07-06 | 1 | -1/+10 |
| * | | Add a test about RETURNDATACOPY after a successful CREATE should throw except... | Yoichi Hirai | 2017-06-28 | 1 | -0/+60 |
| * | | Address @winsvega's comments | Yoichi Hirai | 2017-06-28 | 1 | -9/+1 |
| * | | Add test cases for RETURNDATACOPY after a successful CREATE should not throw ... | Yoichi Hirai | 2017-06-26 | 1 | -0/+82 |
* | | | Merge pull request #211 from ethereum/nonce-after-collision | winsvega | 2017-07-06 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fix and refill GeneralStateTest after fixing the nonce change for address col... | Yoichi Hirai | 2017-07-06 | 1 | -2/+2 |
* | | | | Merge pull request #200 from ethereum/returndatacopy-after-failing-call-with-... | winsvega | 2017-07-06 | 1 | -0/+68 |
|\ \ \ \ |
|
| * | | | | Add a test about "RETURNDATACOPY after a failing CALL should throw exception ... | Yoichi Hirai | 2017-06-29 | 1 | -0/+68 |
* | | | | | Merge pull request #202 from ethereum/returndatacopy_big_sum | winsvega | 2017-07-06 | 1 | -0/+60 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add a test 'RETURNDATACOPY at the beginning of a program should throw an exce... | Yoichi Hirai | 2017-06-30 | 1 | -0/+60 |
| |/ / / |
|
* | | | | Merge pull request #210 from ethereum/many_zeros_exp | winsvega | 2017-07-05 | 1 | -3/+5 |
|\ \ \ \ |
|
| * | | | | Price calculation when exp length > 256, and the first word of exponent is zero | Yoichi Hirai | 2017-07-04 | 1 | -3/+5 |
| | |_|/
| |/| | |
|
* | | | | move gasPricer test | Dimitry | 2017-07-03 | 1 | -0/+0 |
* | | | | convert to new tests | Dimitry | 2017-07-03 | 115 | -0/+141413 |
* | | | | remove old tests | Dimitry | 2017-07-03 | 130 | -354750/+0 |
* | | | | convert more bctests | Dimitry | 2017-07-03 | 39 | -6906/+6170 |
* | | | | update bctests to gbctests | Dimitry | 2017-07-03 | 90 | -5821/+7791 |
* | | | | translate bcStateTests into general blockchain tests | Dimitry | 2017-07-03 | 6 | -0/+763 |
|/ / / |
|
* / / | Fix names of test cases in GeneralStateTests to match the file names | Yoichi Hirai | 2017-06-30 | 82 | -147/+147 |
|/ / |
|
* | | more staticcall tests update | Dimitry | 2017-06-28 | 2 | -6/+201 |
* | | more staticcall tests | Dimitry | 2017-06-28 | 5 | -0/+627 |
* | | Merge pull request #194 from ethereum/returndata-read-zero-bytes | winsvega | 2017-06-27 | 1 | -0/+74 |
|\ \ |
|
| * | | Also try RETURNDATACOPY when the calldata is not empty | Yoichi Hirai | 2017-06-27 | 1 | -2/+2 |
| * | | Add a test for trying returndatacopy 0 0 on an empty return data buffer | Yoichi Hirai | 2017-06-23 | 1 | -0/+74 |
* | | | Merge pull request #192 from ethereum/revert-create | winsvega | 2017-06-27 | 1 | -0/+74 |
|\ \ \ |
|
| * | | | Add a case where REVERT in an init code passes data to the creating context | Yoichi Hirai | 2017-06-22 | 1 | -0/+74 |
| |/ / |
|
* | | | Merge pull request #195 from ethereum/correctStatic | winsvega | 2017-06-27 | 6 | -5/+151 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix a test case that expected staticcall to return successfully even when an ... | Yoichi Hirai | 2017-06-27 | 1 | -1/+1 |
| * | | Fix a test that expected staticcall to return successfully even when SSTORE i... | Yoichi Hirai | 2017-06-27 | 1 | -2/+2 |
| * | | Add a test about staticcall not inheriting the callvalue from the parent call... | Yoichi Hirai | 2017-06-26 | 1 | -0/+76 |
| * | | Add a test about STATICCALL not inheriting the callvalue | Yoichi Hirai | 2017-06-26 | 1 | -0/+70 |
| * | | correct staticcall tests | Dimitry | 2017-06-24 | 2 | -2/+2 |
* | | | Merge pull request #193 from ethereum/split-files | winsvega | 2017-06-24 | 44 | -6010/+6052 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove a left-over odd-length hex string | Yoichi Hirai | 2017-06-23 | 3 | -3/+3 |
| * | | Split GeneralStateTestFiller files that contain multiple tests | Yoichi Hirai | 2017-06-23 | 41 | -6007/+6049 |
| |/ |
|
* | | fix create transactions with eip86 rule | Dimitry | 2017-06-23 | 2 | -7/+30 |
* | | more zeroSigTransaction tests | Dimitry | 2017-06-23 | 5 | -2/+454 |
* | | refill tests with new transaction create rules on Metropolis | Dimitry | 2017-06-23 | 11 | -4/+170 |
* | | update eip86 | yann300 | 2017-06-23 | 25 | -161/+710 |
* | | update stQuadraticComplexity with 250M gasLimit | Dimitry | 2017-06-22 | 16 | -148/+1084 |
* | | update stMemoryStress with 250M gas limit | Dimitry | 2017-06-22 | 38 | -186/+1470 |
* | | remove stBoundsTest | Dimitry | 2017-06-22 | 52 | -3557/+0 |
|/ |
|
* | Add missing '0's in calldata. The hex strings were of odd length | Yoichi Hirai | 2017-06-21 | 7 | -31/+31 |
* | Change the filler according to | Yoichi Hirai | 2017-06-16 | 1 | -3/+3 |
* | 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 branch 'snark_test_filled' into new_expmod_cost | Yoichi Hirai | 2017-06-14 | 238 | -2/+73506 |
|\ |
|
| * | A precompiled contract exists at address 8, so the staticcall does not cause ... | Yoichi Hirai | 2017-06-13 | 1 | -1/+1 |
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -282/+284 |
| * | Split a filler file into two and rename a case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -282/+284 |
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -282/+284 |
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -286/+288 |
| * | Split a filler so that each file contains one case | Yoichi Hirai | 2017-06-13 | 2 | -286/+288 |
| * | Split a filler file and rename a case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -286/+288 |
| * | 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 | 1 | -1/+1 |
| * | 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 |
| * | Shorten file names | Yoichi Hirai | 2017-06-13 | 49 | -0/+0 |
| * | Split pyethereum_ecpairing_testsFiller.json into files for each test case | Yoichi Hirai | 2017-06-13 | 28 | -7718/+7770 |
| * | Split pyethereum_ecmul_testsFiller.json into files for each test case | Yoichi Hirai | 2017-06-13 | 162 | -55096/+55416 |
| * | Split pyethereum_ecadd_testsFiller.json into as many files as test cases | Yoichi Hirai | 2017-06-13 | 37 | -10224/+10294 |
| * | Trying to fill, using a modified snark PR | Yoichi Hirai | 2017-06-13 | 3 | -0/+73038 |
| * | Rename paring into pairing | Yoichi Hirai | 2017-06-13 | 1 | -1/+1 |
* | | Add modexp tess from Pyethereum | Yoichi Hirai | 2017-06-14 | 96 | -0/+17012 |
|/ |
|
* | Merge pull request #181 from ethereum/returndatacopy_throw | winsvega | 2017-06-13 | 3 | -43/+3 |
|\ |
|
| * | Update expectations for the new throwing behavior of RETURNDATACOPY | Yoichi Hirai | 2017-06-08 | 3 | -43/+3 |
* | | Create stackOverflowM1Filler.json | winsvega | 2017-06-08 | 1 | -17/+17 |
|/ |
|
* | Merge pull request #174 from ethereum/returndatacopy_initial | winsvega | 2017-06-05 | 5 | -0/+397 |
|\ |
|
| * | Add tests for RETURNDATACOPY after CREATE | Yoichi Hirai | 2017-05-24 | 1 | -0/+82 |
| * | Add a test case for a RETURNDATACOPY from an overrunning range | Yoichi Hirai | 2017-05-24 | 1 | -0/+82 |
| * | Updated the opcodes of RETURNDATA instructions | Yoichi Hirai | 2017-05-24 | 3 | -5/+5 |
| * | 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 | 1 | -0/+75 |
| * | 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 |
* | | 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 | 753 | -98/+256514 |
* | | more staticcall tests | Dimitry | 2017-06-01 | 421 | -25448/+5142 |
* | | update static tests | Dimitry | 2017-05-23 | 89 | -121/+8479 |
* | | generate finished tests for staticcall | Dimitry | 2017-05-23 | 6 | -96/+20 |
* | | 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 |
|/ |
|
* | Close a string literal | Yoichi Hirai | 2017-05-19 | 1 | -1/+1 |
* | Merge pull request #157 from ethereum/removeStateTests | winsvega | 2017-04-28 | 734 | -216374/+0 |
|\ |
|
| * | remove old StateTests | Dimitry | 2017-04-24 | 734 | -216374/+0 |
* | | metropolis timestamp diff 1000 | Dimitry | 2017-04-25 | 1 | -1/+21 |
* | | Merge pull request #159 from ethereum/modexp | winsvega | 2017-04-25 | 1 | -0/+344 |
|\ \ |
|
| * | | metropolis transition test (block 0x10) | Dimitry | 2017-04-25 | 1 | -0/+344 |
* | | | Merge pull request #158 from ethereum/modexp | winsvega | 2017-04-25 | 1 | -0/+225 |
|\| | |
|
| * | | modexp tests | Dimitry | 2017-04-25 | 1 | -3/+7 |
| * | | modexp tests | Dimitry | 2017-04-25 | 1 | -0/+221 |
| |/ |
|
* / | 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 | 7 | -5478/+5479 |
|\ |
|
| * | manual blockchain tests prefixed with 0x | Dimitry | 2017-04-21 | 5 | -5477/+5477 |
| * | refill vmTests | Dimitry | 2017-04-19 | 2 | -1/+2 |
* | | fix wallet gas | Dimitry | 2017-04-21 | 3 | -3/+3 |
* | | Regenerate VM performance tests | Paweł Bylica | 2017-04-20 | 1 | -0/+28 |
* | | 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 | 2 | -0/+83 |
|/ |
|
* | Merge pull request #153 from ethereum/allfieldhex | winsvega | 2017-04-19 | 150 | -519/+519 |
|\ |
|
| * | remove blockhash tests | Dimitry | 2017-04-19 | 5 | -310/+0 |
| * | refill and fix tests with all fields 0x | Dimitry | 2017-04-19 | 4 | -16/+16 |
| * | replace SUICIDE with SELFDESTRUCT | Dimitry | 2017-04-19 | 147 | -504/+504 |
* | | move blockhash tests to blockchain | Dimitry | 2017-04-19 | 1 | -1/+171 |
* | | remove BblockHash tests from statetests | Dimitry | 2017-04-19 | 5 | -310/+0 |
|/ |
|
* | correct zeroSigOOG test to touch nullsender account | Dimitry | 2017-04-18 | 1 | -2/+38 |
* | Merge branch 'zeroTransaction' into develop | Dimitry | 2017-04-11 | 10 | -94/+1375 |
|\ |
|
| * | zeroSig Transaction state tests | Dimitry | 2017-03-29 | 8 | -51/+227 |
| * | correct zeroSigTransaction structure tests to eip #208 | Dimitry | 2017-03-28 | 2 | -94/+613 |
| * | zeroSig transaction test fillers | Dimitry | 2017-03-23 | 7 | -0/+586 |
* | | REVERT test case: | Dimitry | 2017-04-04 | 1 | -26/+19 |
* | | Merge pull request #149 from ethereum/revertTests | winsvega | 2017-04-03 | 8 | -2/+1315 |
|\ \
| |/
|/| |
|
| * | refill revert tests | Dimitry | 2017-03-24 | 4 | -82/+24 |
| * | more revert tests | Dimitry | 2017-03-24 | 2 | -0/+635 |
| * | revert opcode test fillers | Dimitry | 2017-03-22 | 7 | -77/+630 |
| * | 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 | 3 | -47/+293 |
* | metropolis zero sig transaction test fillers | Dimitry | 2017-03-17 | 4 | -0/+2081 |
* | 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 | 3 | -0/+405 |
* | 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 | 1 | -0/+61 |
* | new uncle header tests | Dimitry | 2017-02-22 | 1 | -4/+387 |
* | deployment error test | Dimitry | 2017-02-16 | 1 | -0/+51 |
* | new tests | Dimitry | 2017-02-15 | 11 | -0/+5581 |
* | replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL" | Dimitry | 2017-02-15 | 271 | -275/+275 |
* | update general state tests fillers to suite blockchain | Dimitry | 2017-02-10 | 984 | -3093/+3082 |
* | corrected random test fillers for blockchain | Dimitry | 2017-02-10 | 643 | -2093/+2120 |
* | 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 |
* | create contract in init code on depth = 1023 and 1024 | Dimitry | 2017-01-23 | 2 | -0/+126 |
* | empty CREATE replace the code on collision | Dimitry | 2017-01-18 | 1 | -5/+5 |
* | refill tests with state journal v2 PR | Dimitry | 2017-01-18 | 1 | -12/+15 |
* | create JS contracat with no collision | Dimitry | 2017-01-18 | 1 | -0/+53 |
* | Revert Tests | Dimitry | 2017-01-17 | 2 | -0/+397 |
* | rename long name tests | Dimitry | 2017-01-17 | 6 | -7/+7 |
* | Loop Calls Revert OOG Tests | Dimitry | 2017-01-14 | 3 | -0/+301 |
* | fix subcalls revert test | Dimitry | 2017-01-11 | 2 | -0/+214 |
* | Merge branch 'develop' of https://github.com/ethereum/tests into develop | Dimitry | 2017-01-10 | 7 | -5/+219 |
|\ |
|
| * | more revert call tests in contract interactions | Dimitry | 2017-01-09 | 2 | -5/+143 |
| * | new revertSubCallOOG test | Dimitry | 2017-01-09 | 1 | -0/+76 |
| * | rename revert tests | Dimitry | 2017-01-09 | 5 | -5/+5 |
* | | fix memory stress test fillers | Dimitry | 2017-01-10 | 3 | -5/+20 |
|/ |
|
* | more Revert tests for Create opcode | Dimitry | 2017-01-05 | 4 | -0/+348 |
* | refill stBoundsTests | Dimitry | 2016-12-29 | 3 | -2/+3 |
* | move brokenVM memory stress tests back to bounds tests | Dimitry | 2016-12-28 | 3 | -0/+0 |
* | stMemoryStressTest wip4 | Dimitry | 2016-12-27 | 1 | -2/+2 |
* | Merge branch 'develop' of github.com:ethereum/tests into develop | Dimitry | 2016-12-27 | 2 | -0/+40 |
|\ |
|
| * | Merge pull request #129 from chfast/perfromance-mulmod | winsvega | 2016-12-27 | 2 | -0/+40 |
| |\ |
|
| | * | Add performance VM tests for MULMOD | Paweł Bylica | 2016-12-24 | 2 | -0/+40 |
* | | | 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 |
|/ |
|
* | 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 | 2 | -0/+115 |
* | 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 | 2 | -0/+60050 |
|\ |
|
| * | OutOfGasPrefundedContractCreation in Frontier | Dimitry | 2016-12-09 | 1 | -0/+48 |
| * | fix stAttackTest | Dimitry | 2016-12-08 | 1 | -59977/+17 |
| * | Contract Creation Spam Test | Dimitry | 2016-12-08 | 1 | -0/+119962 |
* | | upgrade eip158 to general tests | Dimitry | 2016-12-09 | 925 | -988/+9742 |
* | | upgrade eip158 to general tests | Dimitry | 2016-12-08 | 216 | -254/+1321 |
|/ |
|
* | updating generaltests with eip158 | Dimitry | 2016-12-06 | 157 | -138/+791 |
* | test revert operations on second level OOG with double call | Dimitry | 2016-12-06 | 1 | -0/+87 |
* | transactionFromNotExistingAccount test filler | Dimitry | 2016-12-06 | 1 | -0/+73 |
* | Test Fillers (Sources for the tests) | Dimitry | 2016-12-05 | 2230 | -0/+597210 |