| Commit message (Expand) | Author | Age | Files | Lines |
* | correct Constantinople expect section in state tests | Dimitry | 2018-09-25 | 190 | -406/+4645 |
* | create2 smart init code | Dimitry | 2018-09-14 | 3 | -0/+301 |
* | (RevertDepthCreateAddressCollision) for CREATE2 | Dimitry | 2018-09-14 | 9 | -0/+886 |
* | recursive create2 | Dimitry | 2018-09-14 | 3 | -0/+229 |
* | push32 without bytes at the end | Dimitry | 2018-09-14 | 2 | -0/+139 |
* | create2 on depth 1023 1024 | Dimitry | 2018-09-14 | 4 | -0/+345 |
* | create2 oog in init | Dimitry | 2018-09-12 | 3 | -0/+247 |
* | REVERT in CREATE2 | Dimitry | 2018-09-12 | 10 | -0/+768 |
* | RevertDepthCreate2 OOG | Dimitry | 2018-09-11 | 9 | -0/+841 |
* | returndatacopy after create2 tests | Dimitry | 2018-09-11 | 6 | -0/+426 |
* | Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-case | winsvega | 2018-09-10 | 2 | -0/+173 |
|\ |
|
| * | Add new touched cleanup case | Matthew Dean | 2018-09-10 | 2 | -0/+173 |
* | | more create2 tests | Dimitry | 2018-09-08 | 16 | -8/+1396 |
* | | create2 check fields in init code | Dimitry | 2018-09-08 | 5 | -0/+692 |
* | | create2 call precompiles from init code | Dimitry | 2018-09-06 | 9 | -0/+952 |
|/ |
|
* | more create2 collision tests | Dimitry | 2018-09-05 | 29 | -17/+2186 |
* | refill collision test | Dimitry | 2018-09-04 | 3 | -4/+164 |
* | create2 bounds + yoichi tests | Dimitry | 2018-09-04 | 14 | -0/+1075 |
* | create2 OOG tests | Dimitry | 2018-09-03 | 21 | -1/+1347 |
* | Suicide in create2 tests | Dimitry | 2018-08-31 | 15 | -0/+1169 |
* | create2 init code tests | Dimitry | 2018-08-28 | 14 | -0/+1209 |
* | storage from suicide check | Dimitry | 2018-08-28 | 4 | -0/+415 |
* | create2 test | Dimitry | 2018-08-27 | 21 | -0/+2007 |
* | fix mining reward in sar test | Dimitry | 2018-08-08 | 1 | -1/+1 |
* | fix sar 2^256 0 test | Dimitry | 2018-08-08 | 2 | -106/+7 |
* | fix the sar blockchain tests | Dimitry | 2018-08-03 | 2 | -2/+2 |
* | sar00 test | Dimitry | 2018-07-27 | 2 | -0/+217 |
* | sar 0 256-1 test | Dimitry | 2018-07-27 | 2 | -0/+220 |
* | check returndatasize after failing create | Dimitry | 2018-07-06 | 2 | -0/+151 |
* | check returndata after failing create | Dimitry | 2018-07-06 | 2 | -0/+168 |
* | blockchain version of create failure due to deployment cost | Dimitry | 2018-07-03 | 8 | -0/+712 |
* | 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 fi... | Everett Hildenbrandt | 2018-06-07 | 609 | -609/+609 |
* | 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 |
* | 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 |
|\ |
|
| * | 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 |
| * | Remove VM tests using the mock BLOCKHASH instruction just for VM tests | Yoichi Hirai | 2018-04-12 | 7 | -242/+0 |
* | | Merge pull request #454 from ethereum/bytes-arithmetic | Yoichi Hirai | 2018-05-09 | 1 | -0/+36 |
|\ \ |
|
| * | | 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 | Yoichi Hirai | 2018-03-09 | 2 | -0/+188 |
* | | | 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 |
* | | | 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 |
* | | | 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 |
* | | Merge pull request #442 from ethereum/id-input-is-bigger | Yoichi Hirai | 2018-04-06 | 2 | -0/+152 |
|\ \ |
|
| * | | 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 |
* | | | 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 |
|/ / |
|
* | | Merge pull request #424 from ethereum/sar | Yoichi Hirai | 2018-03-26 | 32 | -0/+5088 |
|\ \ |
|
| * | | Fill SAR tests | Yoichi Hirai | 2018-03-23 | 16 | -0/+3406 |
| * | | Add Fillers for SAR tests | Yoichi Hirai | 2018-03-23 | 16 | -0/+1682 |
* | | | Fill SHR tests | Yoichi Hirai | 2018-03-22 | 11 | -0/+2349 |
* | | | Add fillers for SHR tests | Yoichi Hirai | 2018-03-22 | 11 | -0/+1199 |
|/ / |
|
* | | 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 | 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 |
|/ |
|
* | 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 | 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 |
* | 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 | 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 | 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 | 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 | 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 modexp returndatasize test cases | Jared Wasinger | 2017-11-25 | 3 | -3/+167 |
* | | | add test for CALLDATACOPY where calldata offset > calldata length and copy le... | Jared Wasinger | 2017-12-15 | 2 | -0/+139 |
| |/
|/| |
|
* | | 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 | Yoichi Hirai | 2017-12-06 | 2 | -0/+137 |
* | | | Merge pull request #374 from ethereum/gentransact | winsvega | 2017-12-09 | 504 | -5202/+1721 |
|\ \ \ |
|
| * | | | 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 | 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 | 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 | Yoichi Hirai | 2017-10-23 | 5 | -0/+335 |
* | | Merge pull request #362 from ethereum/returndata-ecrec | Yoichi Hirai | 2017-10-24 | 2 | -0/+105 |
|\ \ |
|
| * | | 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 | Dimitry | 2017-10-19 | 2 | -0/+127 |
* | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ... | Yoichi Hirai | 2017-10-18 | 2 | -0/+177 |
* | | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu... | Dimitry | 2017-10-17 | 2 | -0/+159 |
|/ / |
|
* | | Merge pull request #354 from ethereum/modexpinput | Yoichi Hirai | 2017-10-13 | 7 | -0/+412 |
|\ \ |
|
| * | | modexp input test | Dimitry | 2017-10-13 | 7 | -18/+142 |
| * | | 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 |
|\ \ \ |
|
| * | | | 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 |
* | | 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 |
* | Merge pull request #338 from ethereum/revert_should_reset_returndata | Yoichi Hirai | 2017-09-29 | 9 | -0/+1200 |
|\ |
|
| * | 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 t... | Yoichi Hirai | 2017-09-27 | 1 | -0/+303 |
* | | Merge pull request #313 from ethereum/typo-in-validity | winsvega | 2017-09-29 | 28 | -0/+0 |
|\ \ |
|
| * | | 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 i... | Yoichi Hirai | 2017-09-27 | 2 | -0/+140 |
|/ |
|
* | 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 | 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 | Dimitry | 2017-09-21 | 1 | -5/+2 |
* | | | Merge pull request #333 from ethereum/REVERT_in_staticcall | Yoichi Hirai | 2017-09-21 | 1 | -0/+66 |
|\ \ \ |
|