Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create failure due to deployment cost tests | Dimitry | 2018-07-03 | 5 | -0/+388 |
| | |||||
* | test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of ↵ | Everett Hildenbrandt | 2018-06-07 | 609 | -609/+609 |
| | | | | files when writing | ||||
* | src/VMTestsFiller: formatting changes | Everett Hildenbrandt | 2018-06-02 | 609 | -16281/+16199 |
| | |||||
* | VMTests/.../sdiv_dejavu: correct test expect section and refill | Everett Hildenbrandt | 2018-06-02 | 1 | -2/+2 |
| | |||||
* | VMTests/.../exp8: add test of EXP 0 0 | Everett Hildenbrandt | 2018-06-02 | 1 | -0/+36 |
| | |||||
* | src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors | Everett Hildenbrandt | 2018-05-31 | 10 | -10/+16 |
| | |||||
* | src/BlockchainTestsFiller: fixing issues with blockchain test fillers | Everett Hildenbrandt | 2018-05-30 | 17 | -17/+17 |
| | |||||
* | src/VMTestsFiller: correct occurrences of invalid JSON | Everett Hildenbrandt | 2018-05-30 | 6 | -18/+6 |
| | |||||
* | fix remaining tests | Dimitry | 2018-05-18 | 1 | -9/+26 |
| | |||||
* | restore ecmul test | Dimitry | 2018-05-15 | 1 | -3/+6 |
| | |||||
* | fix more tests with coinbase touch | Dimitry | 2018-05-15 | 3 | -9/+50 |
| | |||||
* | fix more tests with touch coinbase | Dimitry | 2018-05-15 | 25 | -71/+548 |
| | |||||
* | fix more tests | Dimitry | 2018-05-15 | 3 | -2/+88 |
| | | | | touched coinbase should exist in the post state | ||||
* | fix more tests | Dimitry | 2018-05-15 | 5 | -12/+90 |
| | |||||
* | fix oog transaction execution | Dimitry | 2018-05-15 | 1 | -1/+7 |
| | |||||
* | Merge pull request #444 from pirapira/remove-blockhash-vm-tests | Yoichi Hirai | 2018-05-11 | 69 | -2582/+21 |
|\ | | | | | Remove VM tests using the mock BLOCKHASH/BALANCE instruction just for VM tests | ||||
| * | Add a list of instructions to avoid in VM tests. | Yoichi Hirai | 2018-04-14 | 1 | -0/+21 |
| | | |||||
| * | Remove more VM tests that touch the world state | Yoichi Hirai | 2018-04-14 | 56 | -2149/+0 |
| | | |||||
| * | Remove VM tests that use `BALANCE` instruction | Yoichi Hirai | 2018-04-12 | 5 | -191/+0 |
| | | | | | | | | See https://github.com/ethereum/tests/pull/444#issuecomment-380571633 | ||||
| * | Remove VM tests using the mock BLOCKHASH instruction just for VM tests | Yoichi Hirai | 2018-04-12 | 7 | -242/+0 |
| | | | | | | | | See the discussion https://github.com/ethereum/tests/issues/415#issuecomment-378593659 | ||||
* | | Merge pull request #454 from ethereum/bytes-arithmetic | Yoichi Hirai | 2018-05-09 | 1 | -0/+36 |
|\ \ | | | | | | | add vm test for arithmetic (add) after byte | ||||
| * | | add vm test for arithmetic (add) after byte | Jared Wasinger | 2018-04-18 | 1 | -0/+36 |
| |/ | |||||
* | | Merge pull request #428 from ethereum/touched-revert-create | Yoichi Hirai | 2018-05-09 | 2 | -0/+188 |
|\ \ | | | | | | | Test whether a failed create transaction reverts account deletion | ||||
| * | | Test whether a failed create transaction reverts account deletion | Yoichi Hirai | 2018-03-09 | 2 | -0/+188 |
| | | | | | | | | | | | | | | | | | | | | | A modification of stRevertTests/RevertInCreateInInit. That test, for EIP158 only, accidentially tested the case where a contract creation transaction touches an empty account and then fails. This one tests the same thing not just for EIP158 but any network thereafter. | ||||
* | | | Fill doubleSelfdestructTest | Yoichi Hirai | 2018-04-24 | 1 | -0/+110 |
| | | | |||||
* | | | Add a test case where the same contract performs selfdestruct twice | Yoichi Hirai | 2018-04-24 | 1 | -0/+64 |
| | | | | | | | | | | | | with different addresses as the inheritor. | ||||
* | | | Fill doubleSelfdestructTest2 | Yoichi Hirai | 2018-04-20 | 1 | -0/+107 |
| | | | |||||
* | | | Add a test where the same account performs selfdestruct twice | Yoichi Hirai | 2018-04-20 | 1 | -0/+67 |
| | | | | | | | | | | | | | | | | | | | | | This is the second case of https://github.com/ethereum/tests/issues/431 . The filler file contains a more detailed comment. | ||||
* | | | add test which checks codesize/extcodesize on contract in init | Jared Wasinger | 2018-04-18 | 1 | -0/+55 |
| |/ |/| | |||||
* | | Filling the test 201503110226PYTHON_DUP6 | Yoichi Hirai | 2018-04-10 | 1 | -0/+136 |
| | | |||||
* | | Add a GeneralStateTest filler instead of a removed VMtest | Yoichi Hirai | 2018-04-10 | 1 | -0/+58 |
| | | |||||
* | | Remove VM random tests that contain `BALANCE` | Yoichi Hirai | 2018-04-10 | 2 | -80/+0 |
| | | | | | | | | | | | | because these require special execution mode for VM tests. See https://github.com/ethereum/tests/issues/415 | ||||
* | | Merge pull request #442 from ethereum/id-input-is-bigger | Yoichi Hirai | 2018-04-06 | 2 | -0/+152 |
|\ \ | | | | | | | call ID precompiled contract with smaller output size than input size | ||||
| * | | Fill identity_to_small test | Yoichi Hirai | 2018-03-30 | 1 | -0/+86 |
| | | | |||||
| * | | Add a test that calls the ID precompiled contract with a smaller output | Yoichi Hirai | 2018-03-30 | 1 | -0/+66 |
| | | | | | | | | | | | | but RETURNDATASIZE should be the size of the input | ||||
* | | | Fill RevertOnEmptyStack test | Yoichi Hirai | 2018-04-03 | 1 | -0/+118 |
| | | | |||||
* | | | Add a test that executes a single `REVERT` on an empty stack | Yoichi Hirai | 2018-04-03 | 1 | -0/+59 |
|/ / | | | | | | | Fixes https://github.com/ethereum/tests/issues/416 | ||||
* | | Merge pull request #424 from ethereum/sar | Yoichi Hirai | 2018-03-26 | 32 | -0/+5088 |
|\ \ | | | | | | | Add SAR tests | ||||
| * | | Fill SAR tests | Yoichi Hirai | 2018-03-23 | 16 | -0/+3406 |
| | | | |||||
| * | | Add Fillers for SAR tests | Yoichi Hirai | 2018-03-23 | 16 | -0/+1682 |
| | | | | | | | | | | | | taken from https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md | ||||
* | | | Fill SHR tests | Yoichi Hirai | 2018-03-22 | 11 | -0/+2349 |
| | | | |||||
* | | | Add fillers for SHR tests | Yoichi Hirai | 2018-03-22 | 11 | -0/+1199 |
|/ / | | | | | | | Taken from https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md | ||||
* | | Rename duplicated keys in filler JSON files | Yoichi Hirai | 2018-03-22 | 79 | -260/+247 |
| | | |||||
* | | Remove duplicate properties from fillers | Yoichi Hirai | 2018-03-19 | 68 | -71/+71 |
| | | |||||
* | | Merge pull request #421 from ethereum/more-shifts | winsvega | 2018-03-17 | 20 | -0/+3284 |
|\ \ | | | | | | | Add more shl tests | ||||
| * | | Add more shl tests | Yoichi Hirai | 2018-03-10 | 20 | -0/+3284 |
| |/ | |||||
* | | Fill identity_to_bigger test | Yoichi Hirai | 2018-03-14 | 1 | -0/+86 |
| | | |||||
* | | Add a filler for identity_to_bigger test | Yoichi Hirai | 2018-03-14 | 1 | -0/+66 |
|/ | | | | https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C41 | ||||
* | Merge pull request #419 from ethereum/init-create-revert | Yoichi Hirai | 2018-03-01 | 2 | -0/+202 |
|\ | | | | | revert in CREATE in init code, followed by returndatasize/copy | ||||
| * | revert in CREATE in init code, followed by returndatasize/copy | Yoichi Hirai | 2018-02-27 | 2 | -0/+202 |
| | | |||||
* | | Add (shl 0 1) test | Yoichi Hirai | 2018-03-01 | 2 | -0/+330 |
| | | |||||
* | | Add directories for tests for shift instructions | Yoichi Hirai | 2018-02-27 | 2 | -0/+2 |
|/ | |||||
* | replace 0x1 with 0x01 | Dimitry | 2018-02-17 | 91 | -273/+273 |
| | |||||
* | fix syntax in tests | Dimitry | 2018-02-17 | 2 | -5/+5 |
| | |||||
* | fix stCreateTest | Dimitry | 2018-02-17 | 24 | -13/+1206 |
| | |||||
* | fix stRevertTest | Dimitry | 2018-02-17 | 39 | -35/+2124 |
| | |||||
* | fix stStaticCall | Dimitry | 2018-02-17 | 81 | -4/+1849 |
| | |||||
* | fix stZeroKnowledge2 | Dimitry | 2018-02-17 | 650 | -806/+118878 |
| | |||||
* | fix stZeroKnowledge | Dimitry | 2018-02-16 | 863 | -729/+123742 |
| | |||||
* | fix stBugs | Dimitry | 2018-02-16 | 6 | -8/+188 |
| | |||||
* | fix stMemoryStressTest | Dimitry | 2018-02-16 | 15 | -7/+737 |
| | |||||
* | fix stQuadraticComplexityTest | Dimitry | 2018-02-16 | 32 | -0/+1701 |
| | |||||
* | fix stArgsZeroOneBalance | Dimitry | 2018-02-16 | 24 | -20/+332 |
| | |||||
* | fix stBadOpcodes | Dimitry | 2018-02-16 | 2 | -2/+35 |
| | |||||
* | fix stPreCompiledContracts2 | Dimitry | 2018-02-16 | 20 | -6/+2138 |
| | |||||
* | fix stPreCompiledContracts empty expect | Dimitry | 2018-02-16 | 505 | -232/+50837 |
| | |||||
* | update stSolidityTest | Dimitry | 2018-02-07 | 26 | -13/+152 |
| | |||||
* | update bcForgedTests | Dimitry | 2018-02-07 | 3 | -143/+143 |
| | |||||
* | refill stZeroCallsRevert | Dimitry | 2018-02-07 | 24 | -20/+766 |
| | |||||
* | refill stZeroKnowledge2 | Dimitry | 2018-02-07 | 650 | -130/+38944 |
| | |||||
* | refill stZeroKnowledge | Dimitry | 2018-02-07 | 804 | -0/+41974 |
| | |||||
* | update stZeroKnowledge fillers | Dimitry | 2018-02-07 | 133 | -186/+186 |
| | |||||
* | refill and update stSpecialTest, stStackTest, stZeroCalls | Dimitry | 2018-02-07 | 250 | -76/+4342 |
| | |||||
* | update stSpecialTest fillers | Dimitry | 2018-02-07 | 12 | -18/+18 |
| | |||||
* | refill stRecursive | Dimitry | 2018-02-07 | 4 | -6/+120 |
| | |||||
* | refill stQuadraticComplexity | Dimitry | 2018-02-07 | 34 | -29/+50651 |
| | |||||
* | update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexity | Dimitry | 2018-02-07 | 648 | -310/+18730 |
| | |||||
* | update stCodeSize stBadOpcode | Dimitry | 2018-02-07 | 6 | -4/+198 |
| | |||||
* | refill stBugs | Dimitry | 2018-02-06 | 10 | -3/+263 |
| | |||||
* | refill stAttack stBadOpcode | Dimitry | 2018-02-06 | 127 | -6/+123664 |
| | |||||
* | refill stArgsZeroOneBalance | Dimitry | 2018-02-06 | 154 | -186/+2095 |
| | |||||
* | refill blockchain stZeroCallsTest | Dimitry | 2018-02-06 | 24 | -20/+1958 |
| | |||||
* | refill stZeroCallsTest | Dimitry | 2018-02-06 | 24 | -24/+24 |
| | |||||
* | refill blockchain stWalletTest | Dimitry | 2018-02-06 | 45 | -2/+3004 |
| | |||||
* | update stWalletTest fillers | Dimitry | 2018-02-06 | 42 | -54/+54 |
| | |||||
* | refill blockchain stTransitionTest | Dimitry | 2018-02-06 | 9 | -3/+616 |
| | |||||
* | update stTransitionTest fillers | Dimitry | 2018-02-06 | 9 | -9/+9 |
| | |||||
* | refill blockchain stTransaction | Dimitry | 2018-02-06 | 174 | -36/+10553 |
| | |||||
* | update stTransitionTest fillers | Dimitry | 2018-02-05 | 44 | -77/+77 |
| | |||||
* | refill blockchain stSystemOperations | Dimitry | 2018-02-05 | 66 | -61/+4469 |
| | |||||
* | update stSystemOperations fillers | Dimitry | 2018-02-05 | 65 | -90/+90 |
| | |||||
* | refill blockchain stStaticCall | Dimitry | 2018-02-05 | 495 | -210/+13350 |
| | |||||
* | refill stStaticCall | Dimitry | 2018-02-05 | 3 | -5/+8 |
| | |||||
* | update stStaticCall fillers | Dimitry | 2018-02-05 | 284 | -393/+353 |
| | |||||
* | refill blockchain stSolidityTest | Dimitry | 2018-02-05 | 16 | -0/+434 |
| | |||||
* | update stSolidityTest fillers | Dimitry | 2018-02-05 | 13 | -13/+13 |
| | |||||
* | refill blockchain stRevertTest | Dimitry | 2018-02-05 | 133 | -31/+7378 |
| | |||||
* | fill stRevertTest | Dimitry | 2018-02-05 | 5 | -7/+10 |
| | |||||
* | update stRevertTest fillers | Dimitry | 2018-02-05 | 41 | -72/+99 |
| | |||||
* | refill blockchain stReturnDataTest | Dimitry | 2018-02-05 | 44 | -35/+2484 |
| | |||||
* | refill stReturnDataTest | Dimitry | 2018-02-05 | 37 | -41/+217 |
| | |||||
* | refill blockchain stRefundTest | Dimitry | 2018-02-05 | 24 | -14/+2170 |
| | |||||
* | update stRefundTest fillers | Dimitry | 2018-02-05 | 19 | -26/+26 |
| | |||||
* | refill blockchain stMemoryTest | Dimitry | 2018-02-05 | 67 | -66/+10814 |
| | |||||
* | fix stMemoryTest | Dimitry | 2018-02-05 | 67 | -67/+67 |
| | |||||
* | refill blockchain stRandom2 | Dimitry | 2018-02-03 | 227 | -2/+18564 |
| | |||||
* | fix stRandom2 tests | Dimitry | 2018-02-03 | 225 | -223/+1864 |
| | |||||
* | refill stRandom | Dimitry | 2018-02-02 | 327 | -0/+26819 |
| | |||||
* | refill stRandomTests | Dimitry | 2018-02-02 | 49 | -49/+1567 |
| | |||||
* | update stRandom fillers | Dimitry | 2018-02-02 | 327 | -327/+327 |
| | |||||
* | update stPreCompiledContracts2 | Dimitry | 2018-02-02 | 112 | -88/+6830 |
| | |||||
* | update stPreCompiledContracts2 fillers | Dimitry | 2018-02-02 | 94 | -114/+114 |
| | |||||
* | update stNonZeroCallsTest | Dimitry | 2018-02-02 | 24 | -20/+2006 |
| | |||||
* | update stNonZeroCalls fillers | Dimitry | 2018-02-02 | 24 | -24/+24 |
| | |||||
* | refill stMemoryStressTest | Dimitry | 2018-02-02 | 83 | -81/+2269 |
| | |||||
* | update stMemoryStress fillers | Dimitry | 2018-02-02 | 38 | -38/+38 |
| | |||||
* | refill stMemExpandingEUP150Calls | Dimitry | 2018-02-02 | 8 | -8/+1051 |
| | |||||
* | update fillers stMemExpandingEIP150Calls | Dimitry | 2018-02-02 | 8 | -9/+9 |
| | |||||
* | refill stLogTests | Dimitry | 2018-02-01 | 46 | -46/+2832 |
| | |||||
* | update stLogTests fillers | Dimitry | 2018-02-01 | 46 | -46/+46 |
| | |||||
* | refill stInitCodeTest | Dimitry | 2018-02-01 | 18 | -2/+1520 |
| | |||||
* | update stInitCode test fillers | Dimitry | 2018-02-01 | 19 | -19/+177 |
| | |||||
* | refill stEIP150Specific tests | Dimitry | 2018-02-01 | 13 | -13/+633 |
| | |||||
* | update stEIP150Specific fillers | Dimitry | 2018-02-01 | 13 | -272/+13 |
| | |||||
* | refill blockchain stEIP150singleCodeGasPrices | Dimitry | 2018-02-01 | 30 | -30/+1864 |
| | |||||
* | update stEIP150singleCodeGasPrices fillers | Dimitry | 2018-02-01 | 30 | -99/+57 |
| | |||||
* | refill blockchain stDelegatecallTestHomestead | Dimitry | 2018-02-01 | 40 | -40/+1752 |
| | |||||
* | update fillers for stDelegatecallTestHomestead | Dimitry | 2018-02-01 | 34 | -416/+43 |
| | |||||
* | refill blockchain stCreateTest | Dimitry | 2018-02-01 | 47 | -8/+2720 |
| | |||||
* | refill stCreateTest | Dimitry | 2018-02-01 | 1 | -0/+23 |
| | |||||
* | update fillers stCreateTest | Dimitry | 2018-02-01 | 22 | -22/+22 |
| | |||||
* | refill blockchain stChangedEIP150 tests | Dimitry | 2018-02-01 | 31 | -29/+2683 |
| | |||||
* | update src stChangedEIP150 | Dimitry | 2018-01-31 | 30 | -60/+60 |
| | |||||
* | refill blockchain stCallDelegateCodesHomestead | Dimitry | 2018-01-31 | 58 | -58/+4860 |
| | |||||
* | refill stCallDelegateCodesHomestead | Dimitry | 2018-01-31 | 4 | -8/+8 |
| | |||||
* | update stCallDelegateCodesHomestead fillers | Dimitry | 2018-01-31 | 58 | -1859/+65 |
| | |||||
* | refill blockchain stCallDelegateCodesCallCodeHomestead | Dimitry | 2018-01-31 | 58 | -58/+4580 |
| | |||||
* | fix src stCallDelegateCodesCallCodeHomestead | Dimitry | 2018-01-31 | 58 | -60/+60 |
| | |||||
* | refill blockchain stCallCreateCallCode | Dimitry | 2018-01-31 | 40 | -35/+1350 |
| | |||||
* | refill stCallCreateCallCodeTest | Dimitry | 2018-01-31 | 1 | -2/+2 |
| | |||||
* | update fillers of stCallCreateCallCode | Dimitry | 2018-01-31 | 39 | -48/+48 |
| | |||||
* | refill blockchain stCallCodes | Dimitry | 2018-01-31 | 80 | -78/+4909 |
| | |||||
* | optimize stCallCodes src | Dimitry | 2018-01-31 | 79 | -97/+97 |
| | |||||
* | Fixing errors from JSONSchema/st-filler-schema.json | Yoichi Hirai | 2018-01-30 | 739 | -1172/+1172 |
| | |||||
* | fix travis tests for PR 4809 | Dimitry | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add a new input for modlen = 999188. | Yoichi Hirai | 2018-01-30 | 4 | -9/+88 |
| | | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46 | ||||
* | add stEWASM test folder | Dimitry | 2018-01-22 | 1 | -0/+0 |
| | |||||
* | Update README.md | winsvega | 2018-01-16 | 1 | -2/+2 |
| | |||||
* | add readme file | Dimitry | 2018-01-16 | 1 | -0/+18 |
| | |||||
* | stArgsZeroOneBalance tests | Dimitry | 2018-01-16 | 155 | -0/+9229 |
| | |||||
* | Merge pull request #388 from ethereum/code-copy-offset | winsvega | 2018-01-07 | 2 | -0/+139 |
|\ | | | | | add filler for codeCopyOffset, change location of the test to stMemoryTest | ||||
| * | add filler for codeCopyOffset, change location | Jared Wasinger | 2018-01-04 | 2 | -0/+139 |
| | | |||||
* | | Merge pull request #387 from ethereum/returndata-after-revert-in-callcode | Yoichi Hirai | 2018-01-04 | 1 | -3/+19 |
|\ \ | |/ |/| | Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE | ||||
| * | Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE | Yoichi Hirai | 2018-01-03 | 1 | -3/+19 |
| | | |||||
* | | use yml format, correct order in data comments | Jose Hugo De la cruz Romero | 2018-01-03 | 2 | -44/+35 |
| | | |||||
* | | Test RETURN for big offset | Jose Hugo De la cruz Romero | 2017-12-26 | 1 | -0/+44 |
|/ | |||||
* | Merge pull request #386 from ethereum/evm | winsvega | 2017-12-22 | 1 | -0/+58 |
|\ | | | | | evmBytecode test | ||||
| * | evmBytecode test | Dimitry | 2017-12-21 | 1 | -0/+58 |
| | | |||||
* | | Merge pull request #384 from ethereum/revert_in_delegate_call_more | Yoichi Hirai | 2017-12-21 | 2 | -5/+21 |
|\ \ | |/ |/| | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | ||||
| * | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | Yoichi Hirai | 2017-12-14 | 2 | -5/+21 |
| | | |||||
* | | Merge pull request #372 from ethereum/modexp-returndatasize | winsvega | 2017-12-20 | 3 | -3/+167 |
|\ \ | | | | | | | add more 'returndatasize after modexp' test cases | ||||
| * | | add more modexp returndatasize test cases | Jared Wasinger | 2017-11-25 | 3 | -3/+167 |
| | | | |||||
* | | | add test for CALLDATACOPY where calldata offset > calldata length and copy ↵ | Jared Wasinger | 2017-12-15 | 2 | -0/+139 |
| |/ |/| | | | | | length > 0 | ||||
* | | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_create | winsvega | 2017-12-13 | 2 | -0/+137 |
|\ \ | | | | | | | Adding a new test about returndatacopy following a revert in an init code | ||||
| * | | Adding a new test about returndatacopy following a revert in an init code | Yoichi Hirai | 2017-12-06 | 2 | -0/+137 |
| | | | |||||
* | | | Merge pull request #374 from ethereum/gentransact | winsvega | 2017-12-09 | 504 | -5202/+1721 |
|\ \ \ | | | | | | | | | General Transaction Tests | ||||
| * | | | complete general transaction tests | Dimitry | 2017-12-01 | 53 | -6/+1073 |
| | | | | |||||
| * | | | move wrong Transaction RLP tests | Dimitry | 2017-12-01 | 81 | -0/+1433 |
| | | | | |||||
| * | | | convert Frontier and Homestead ttTests to new format | Dimitry | 2017-11-30 | 64 | -0/+1431 |
| | | | | |||||
| * | | | remove old transaction tests | Dimitry | 2017-11-30 | 501 | -7412/+0 |
| |/ / | |||||
* | | | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_static | Yoichi Hirai | 2017-12-08 | 2 | -0/+152 |
|\ \ \ | | | | | | | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | ||||
| * | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | Yoichi Hirai | 2017-12-08 | 2 | -0/+152 |
| |/ / | |||||
* / / | Store the result of RETURNDATASIZE after a static call fails for a REVERT | Yoichi Hirai | 2017-12-08 | 3 | -3/+3 |
|/ / | |||||
* / | random code options example | Dimitry | 2017-11-30 | 1 | -0/+31 |
|/ | |||||
* | fix StaticCallTests | Dimitry | 2017-11-23 | 4 | -9/+10 |
| | |||||
* | Merge pull request #368 from ethereum/removezerosig | Yoichi Hirai | 2017-11-17 | 99 | -1801/+0 |
|\ | | | | | remove zeroSig transaction tests | ||||
| * | remove zeroSig transaction tests | Dimitry | 2017-10-26 | 99 | -1801/+0 |
| | | |||||
* | | Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | Yoichi Hirai | 2017-10-25 | 2 | -4/+86 |
|/ | |||||
* | create failing inside staticcall | Dimitry | 2017-10-25 | 3 | -0/+246 |
| | |||||
* | returndatacopy bug | Dimitry | 2017-10-24 | 5 | -0/+385 |
| | |||||
* | Merge pull request #363 from ethereum/modexp-modsize0-returnsize | Yoichi Hirai | 2017-10-24 | 5 | -0/+335 |
|\ | | | | | Add tests about returndatasize following modexp calls of modsize = 0 | ||||
| * | Add tests about returndatasize following modexp calls of modsize = 0 | Yoichi Hirai | 2017-10-23 | 5 | -0/+335 |
| | | |||||
* | | Merge pull request #362 from ethereum/returndata-ecrec | Yoichi Hirai | 2017-10-24 | 2 | -0/+105 |
|\ \ | | | | | | | Returndata ecrec | ||||
| * | | add casey's test | Dimitry | 2017-10-19 | 1 | -0/+62 |
| | | | |||||
| * | | add test for returndatasize after ecrec | cdetrio | 2017-10-07 | 1 | -0/+43 |
| | | | |||||
* | | | Merge pull request #361 from ethereum/returntest | Yoichi Hirai | 2017-10-24 | 2 | -0/+127 |
|\ \ \ | |_|/ |/| | | RETURNDATACOPY and RETURNDATASIZE after failing create | ||||
| * | | RETURNDATACOPY and RETURNDATASIZE after failing create | Dimitry | 2017-10-19 | 2 | -0/+127 |
| | | | | | | | | | | | | (due to 0xfd code) | ||||
* | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵ | Yoichi Hirai | 2017-10-18 | 2 | -0/+177 |
| | | | | | | | | | | | | | | | | | | buffers') https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C37 | ||||
* | | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should ↵ | Dimitry | 2017-10-17 | 2 | -0/+159 |
|/ / | | | | | | | return 0 | ||||
* | | Merge pull request #354 from ethereum/modexpinput | Yoichi Hirai | 2017-10-13 | 7 | -0/+412 |
|\ \ | | | | | | | fuzzed test modexp input | ||||
| * | | modexp input test | Dimitry | 2017-10-13 | 7 | -18/+142 |
| | | | | | | | | | | | | Consensus big in Parity: gas calculation of modexp is subject to overflow for certain inputs. Found via manual review. A case was found where consensus issue could be achieved in ~500K gas. | ||||
| * | | fuzzed test modexp input | Dimitry | 2017-10-13 | 5 | -0/+288 |
| | | | |||||
* | | | Merge pull request #352 from ethereum/badOpcodes-bigger-stack | winsvega | 2017-10-13 | 123 | -543/+543 |
|\ \ \ | | | | | | | | | Add more stack items for badOpcodes test | ||||
| * | | | refill badopcodes blockchain tests, blockchain general state tests | Jared Wasinger | 2017-10-13 | 123 | -543/+543 |
| | | | | |||||
* | | | | Update randomStatetest647Filler.json | winsvega | 2017-10-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | fuzztests bytecode | Dimitry | 2017-10-13 | 2 | -0/+123 |
| |/ / |/| | | |||||
* | | | split random tests | Dimitry | 2017-10-13 | 1 | -56/+0 |
| | | | |||||
* | | | split large test suites | Dimitry | 2017-10-13 | 1301 | -0/+56 |
|/ / | |||||
* | | add _info comment | Dimitry | 2017-10-11 | 1 | -0/+3 |
| | | |||||
* | | python test | Dimitry | 2017-10-11 | 2 | -0/+142 |
| | | |||||
* | | Add a test case where modexp gets input | Yoichi Hirai | 2017-10-11 | 4 | -0/+248 |
| | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | ||||
* | | Add an interesting input to modexp found by fuzzing | Yoichi Hirai | 2017-10-10 | 1 | -2/+4 |
| | | |||||
* | | refill all the tests | Dimitry | 2017-10-07 | 38 | -63/+167 |
| | | |||||
* | | fix test fillers | Dimitry | 2017-10-06 | 48 | -632/+642 |
|/ | |||||
* | remove old tests | Dimitry | 2017-09-30 | 170 | -10582/+0 |
| | |||||
* | regenerate state tests | Dimitry | 2017-09-29 | 5125 | -37825/+473814 |
| | | | | | generate hive test fillers fix state test fillers | ||||
* | Merge pull request #338 from ethereum/revert_should_reset_returndata | Yoichi Hirai | 2017-09-29 | 9 | -0/+1200 |
|\ | | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | ||||
| * | Update with more comments | Yoichi Hirai | 2017-09-27 | 9 | -7/+904 |
| | | |||||
| * | Add tests that set up a nonempty returndata buffer and then call a contract ↵ | Yoichi Hirai | 2017-09-27 | 1 | -0/+303 |
| | | | | | | | | | | | | that reverts This should fulfill: non-empty returndata buffer --CALL --> REVERT <-- RETURNDATASIZE, to detect "not setting returndata buffer after REVERT" | ||||
* | | Merge pull request #313 from ethereum/typo-in-validity | winsvega | 2017-09-29 | 28 | -0/+0 |
|\ \ | | | | | | | Typo in validity | ||||
| * | | Rename bcUncleHeaderValiditiy into bcUncleHeaderValidity | Yoichi Hirai | 2017-09-27 | 28 | -0/+0 |
| |/ | |||||
* / | Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵ | Yoichi Hirai | 2017-09-27 | 2 | -0/+140 |
|/ | | | | insufficient balance | ||||
* | rename tests that are copied with suffix Copier.json | Dimitry | 2017-09-26 | 142 | -0/+0 |
| | |||||
* | refill transaction tests | Dimitry | 2017-09-25 | 170 | -170/+170 |
| | |||||
* | Merge pull request #331 from ethereum/big-revert-in-create | Yoichi Hirai | 2017-09-22 | 1 | -0/+123 |
|\ | | | | | Add a test case with a REVERT with returndata >24576 in an init code | ||||
| * | Add a test case with a REVERT with returndata >24576 in an init code | Yoichi Hirai | 2017-09-19 | 1 | -0/+123 |
| | | |||||
* | | Merge pull request #335 from ethereum/fix | winsvega | 2017-09-21 | 1 | -5/+2 |
|\ \ | | | | | | | remove data field dublicates | ||||
| * | | remove data field dublicates | Dimitry | 2017-09-21 | 1 | -5/+2 |
| | | | |||||
* | | | Merge pull request #333 from ethereum/REVERT_in_staticcall | Yoichi Hirai | 2017-09-21 | 1 | -0/+66 |
|\ \ \ | | | | | | | | | Add a test about REVERT during a STATICCALL | ||||
| * | | | Add a test about REVERT during a STATICCALL | Yoichi Hirai | 2017-09-20 | 1 | -0/+66 |
| | | | | |||||
* | | | | Merge pull request #328 from ethereum/g1-test-after-zero | Yoichi Hirai | 2017-09-20 | 1 | -0/+277 |
|\ \ \ \ | |/ / / |/| | | | Add a test that fails before PR 4482 | ||||
| * | | | Update the comment | Yoichi Hirai | 2017-09-19 | 1 | -2/+4 |
| | | | | |||||
| * | | | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482 | Yoichi Hirai | 2017-09-19 | 1 | -0/+275 |
| | | | | | | | | | | | | | | | | | | | | | | | | This PR adds a test on ecpairing where g1 is invalid while g2 is zero. cpp-ethereum before PR 4482 accidentially returned some answer in this case. It should throw. | ||||
* | | | | Merge pull request #329 from ethereum/morecollision | winsvega | 2017-09-20 | 1 | -0/+96 |
|\ \ \ \ | |_|_|/ |/| | | | more extcodecopy tests | ||||
| * | | | more extcodecopy tests | Dimitry | 2017-09-19 | 1 | -0/+96 |
| | | | | |||||
* | | | | Merge pull request #316 from ethereum/more-modexp | Yoichi Hirai | 2017-09-19 | 1 | -2/+88 |
|\ \ \ \ | | | | | | | | | | | Add some more modexp cases | ||||
| * | | | | Add some more modexp cases | Yoichi Hirai | 2017-09-18 | 1 | -2/+88 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #327 from ethereum/morecollision | winsvega | 2017-09-19 | 4 | -0/+449 |
|\ \ \ \ | | |/ / | |/| | | more collision tests | ||||
| * | | | more collision tests | Dimitry | 2017-09-18 | 4 | -0/+449 |
| | | | | | | | | | | | | | | | | | | | | collision with empty, with empty but nonce, empty but code from transaction and from code execution of create | ||||
* | | | | Add a test executing REVERT during a DELEGATECALL | Yoichi Hirai | 2017-09-18 | 1 | -0/+66 |
| |/ / |/| | | |||||
* | | | Merge pull request #289 from ethereum/all-opcodes | Yoichi Hirai | 2017-09-18 | 1 | -0/+316 |
|\ \ \ | |/ / |/| | | Add tests with transaction to empty account, init code containing all valid opcodes. | ||||
| * | | add tests for all good opcodes in contract init | Jared Wasinger | 2017-09-16 | 1 | -0/+316 |
| | | | |||||
* | | | Merge pull request #324 from ethereum/liscense | winsvega | 2017-09-14 | 1 | -2/+46 |
|\ \ \ | |/ / |/| | | fix lotsOfLeafs test | ||||
| * | | fix lotsOfLeafs test | Dimitry | 2017-09-14 | 1 | -2/+46 |
| | | | |||||
* | | | Merge pull request #320 from ethereum/revertPairingTest | winsvega | 2017-09-14 | 17 | -22/+19 |
|\ \ \ | | | | | | | | | refill pairing tests with | ||||
| * | | | fix stExampleTest | Dimitry | 2017-09-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | refill pairing tests with | Dimitry | 2017-09-13 | 18 | -23/+20 |
| | | | | | | | | | | | | | | | | 100k + 80k | ||||
* | | | | add issue 143 test | Dimitry | 2017-09-13 | 1 | -0/+97 |
| |/ / |/| | | |||||
* | | | refill transaction tests | Dimitry | 2017-09-13 | 7 | -0/+126 |
|/ / | |||||
* | | refill precompiled tests | Dimitry | 2017-09-12 | 359 | -659/+558 |
| | | | | | | | | add execution on <100000 100000+x >100000 gas for each test | ||||
* | | Merge pull request #312 from ethereum/remove-empty-hash2 | winsvega | 2017-09-08 | 7 | -10/+49 |
|\ \ | | | | | | | Remove empty hash | ||||
| * | | Fill more tests | Yoichi Hirai | 2017-09-08 | 7 | -10/+49 |
| | | | |||||
* | | | Merge pull request #304 from ethereum/splitvmtests | winsvega | 2017-09-08 | 3 | -0/+169 |
|\ \ \ | | | | | | | | | [WIP] add more issue tests from the fuzz server | ||||
| * | | | add a case with 0 gas | Dimitry | 2017-09-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | add more issue tests from the fuzz server | Dimitry | 2017-09-05 | 3 | -0/+169 |
| | | | | |||||
* | | | | Merge pull request #303 from ethereum/create-transaction-reverts | winsvega | 2017-09-07 | 1 | -0/+50 |
|\ \ \ \ | | | | | | | | | | | Add a Blockchaintest where create transaction fails for a REVERT inst… | ||||
| * | | | | Add a Blockchaintest where create transaction fails for a REVERT instruction ↵ | Yoichi Hirai | 2017-09-05 | 1 | -0/+50 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | in the init code The status code in the transaction receipt is the focus of interest. | ||||
* | | | | Add a test about REVERT during CALLCODE | Yoichi Hirai | 2017-09-07 | 1 | -0/+66 |
| | | | | |||||
* | | | | replace BLOCKHASH test case in stBadOpcode | Jared Wasinger | 2017-09-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #302 from ethereum/call-transaction-reverts | Yoichi Hirai | 2017-09-05 | 1 | -0/+65 |
|\ \ \ | | | | | | | | | Add a test containing a call transaction that reverts |