Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #195 from ethereum/correctStatic | winsvega | 2017-06-27 | 6 | -5/+151 | |
|\ \ \ | |_|/ |/| | | correct staticcall tests | |||||
| * | | Fix a test case that expected staticcall to return successfully even when an ↵ | Yoichi Hirai | 2017-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | SSTORE is attempted | |||||
| * | | Fix a test that expected staticcall to return successfully even when SSTORE ↵ | Yoichi Hirai | 2017-06-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | is attempted inside | |||||
| * | | Add a test about staticcall not inheriting the callvalue from the parent ↵ | Yoichi Hirai | 2017-06-26 | 1 | -0/+76 | |
| | | | | | | | | | | | | call (caused by call instruction) | |||||
| * | | Add a test about STATICCALL not inheriting the callvalue | Yoichi Hirai | 2017-06-26 | 1 | -0/+70 | |
| | | | | | | | | | | | | This test failw on cpp-ethereum:develop but succeeds on cpp-ethereum:fix-staticcall | |||||
| * | | 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 | |
|\ \ \ | |/ / |/| | | GeneralTestFiller formatting | |||||
| * | | 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 | 15 | -148/+92 | |
| | | ||||||
* | | 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 | 1 | -6/+6 | |
| | ||||||
* | Change the filler according to | Yoichi Hirai | 2017-06-16 | 1 | -3/+3 | |
| | | | | https://github.com/ethereum/cpp-ethereum/issues/4130 | |||||
* | Fix the timestamp in GeneralStateTestsFiller as suggested in | Yoichi Hirai | 2017-06-16 | 96 | -96/+96 | |
| | | | | https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9 | |||||
* | Fix the difficulty in the GeneralStateTest fillers as suggested in | Yoichi Hirai | 2017-06-16 | 96 | -96/+96 | |
| | | | | https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9 | |||||
* | 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 | |
| | | | | | | | | an error there | |||||
| * | 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 | |
|\ | | | | | Returndatacopy throws for out of buffer access | |||||
| * | 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 | |
|\ | | | | | Adding tests for RETURNDATACOPY and RETURNDATASIZE | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ; hex description ;; store some non-zero word into memory [0..31] 30 ADDRESS 6000 PUSH1 [0] 52 MSTORE ;; RETURNDATACOPY should copy the first word into memory [0..31] 6020 PUSH1 [32] 6000 PUSH1 [0] 6000 PUSH1 [0] 0e RETURNDATACOPY ;; load memory[0..31] onto stack 6000 PUSH1 [0] 51 MLOAD ;; store the topmost stack into storage [0] 6000 PUSH1 [0] 55 SSTORE ;; an implicit `STOP` follows. | |||||
* | | move tests with blockhash from state to blockchain | Dimitry | 2017-06-02 | 97 | -8521/+0 | |
| | | ||||||
* | | make blockhash state test only as blockchain tests | Dimitry | 2017-06-02 | 97 | -98/+108 | |
| | | ||||||
* | | 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 #158 from ethereum/modexp | winsvega | 2017-04-25 | 1 | -0/+225 | |
|\ | | | | | modexp tests | |||||
| * | 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 | |
|/ | ||||||
* | 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 | 105 | -122/+122 | |
| | ||||||
* | correct zeroSigOOG test to touch nullsender account | Dimitry | 2017-04-18 | 1 | -2/+38 | |
| | ||||||
* | Merge branch 'zeroTransaction' into develop | Dimitry | 2017-04-11 | 8 | -0/+762 | |
|\ | ||||||
| * | zeroSig Transaction state tests | Dimitry | 2017-03-29 | 8 | -51/+227 | |
| | | ||||||
| * | zeroSig transaction test fillers | Dimitry | 2017-03-23 | 7 | -0/+586 | |
| | | ||||||
* | | REVERT test case: | Dimitry | 2017-04-04 | 1 | -26/+19 | |
| | | | | | | | | | | return empty output but with non-zero memory index (e.g. offset 1, length 0). test case 2: big index, size 0. | |||||
* | | Merge pull request #149 from ethereum/revertTests | winsvega | 2017-04-03 | 8 | -2/+1315 | |
|\ \ | |/ |/| | Revert tests | |||||
| * | 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 ↵ | Andrei Maiboroda | 2017-03-22 | 1 | -0/+64 | |
| | | | | | | | | rigght branch) | |||||
| * | 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 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | deployment error test | Dimitry | 2017-02-16 | 1 | -0/+51 | |
| | ||||||
* | new tests | Dimitry | 2017-02-15 | 8 | -0/+660 | |
| | ||||||
* | 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 | |
| | | | | todo: move blockhash tests out of state tests to bcTests | |||||
* | 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 | |
| | | | | | | Create in subcall with OOG (in and after subcall) Create is a collision with address Create is not a collision with address | |||||
* | 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 | |
| | | | | change the same store key after subcall instead of new | |||||
* | 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 | |
| | ||||||
* | stMemoryStressTest wip 3 | Dimitry | 2016-12-27 | 2 | -1/+87 | |
| | | | | stRevertTest | |||||
* | 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 | 20 | -36/+49 | |
| | ||||||
* | 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 | 137 | -2/+12983 | |
| | ||||||
* | 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 | 1 | -0/+60002 | |
|\ | ||||||
| * | 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 Fillers (Sources for the tests) | Dimitry | 2016-12-05 | 1423 | -0/+128616 | |