| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #549 from ajsutton/extcodehash-createdeleteaccount | winsvega | 2018-11-21 | 3 | -0/+196 |
|\ |
|
| * | Check self-destructed account via call does not exist. | Adrian Sutton | 2018-11-21 | 1 | -1/+1 |
| * | Check self-destructed account via static call still exists. | Adrian Sutton | 2018-11-21 | 1 | -1/+1 |
| * | Check self-destructed account no longer exists. | Adrian Sutton | 2018-11-21 | 1 | -1/+1 |
| * | Refill tests. | Adrian Sutton | 2018-11-20 | 2 | -4/+4 |
| * | Add test that checks EXTCODEHASH of self destructed account after original ca... | Adrian Sutton | 2018-11-20 | 1 | -0/+70 |
| * | Add STATICCALL variant. | Adrian Sutton | 2018-11-20 | 2 | -3/+66 |
| * | Add test for EXTCODEHASH of account created and then deleted in same transact... | Adrian Sutton | 2018-11-18 | 1 | -0/+63 |
* | | Add test for EXTCODEHASH of account created in same transaction. | Adrian Sutton | 2018-11-18 | 1 | -0/+63 |
|/ |
|
* | refill tests using create2 branch of aleth, fix extCodeHashPrecompiles json o... | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -29/+6 |
* | fix precompiles codehash test, refill using latest aleth/testeth | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -73/+113 |
* | EXTCODEHASH tests | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -0/+372 |
* | Merge pull request #545 from ethereum/moresstore | winsvega | 2018-11-14 | 3 | -0/+52170 |
|\ |
|
| * | sstore combinations change tests | Dimitry | 2018-11-13 | 3 | -0/+52170 |
* | | Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable that... | Adrian Sutton | 2018-11-13 | 3 | -58/+3 |
* | | Add more dynamic argument test cases to cover non-existent accounts, precompi... | Adrian Sutton | 2018-11-13 | 1 | -34/+33 |
* | | Add test case for a contract executing EXTCODEHASH of the account being creat... | Adrian Sutton | 2018-11-12 | 1 | -0/+64 |
* | | Add test case for a contract executing EXTCODEHASH with a dynamic argument. | Adrian Sutton | 2018-11-12 | 1 | -0/+126 |
* | | Add test case for a contract executing EXTCODEHASH on itself. | Adrian Sutton | 2018-11-12 | 1 | -0/+119 |
* | | Merge pull request #538 from ajsutton/memory-write-tests | winsvega | 2018-11-09 | 4 | -0/+479 |
|\ \ |
|
| * | | Add comment to new tests explaining what they're covering. | Adrian Sutton | 2018-11-09 | 4 | -26/+26 |
| * | | Refill new test. | Adrian Sutton | 2018-11-06 | 1 | -1/+1 |
| * | | Add tests to cover cases where data is copied to a memory range longer than t... | Adrian Sutton | 2018-11-03 | 4 | -0/+479 |
| |/ |
|
* | | Merge pull request #484 from ethereum/extcodehash | winsvega | 2018-11-09 | 5 | -0/+661 |
|\ \
| |/
|/| |
|
| * | fill initial stExtCodeHash testsextcodehash | Dimitry | 2018-11-09 | 5 | -4/+97 |
| * | stExtCodeHash WIP | Dimitry | 2018-10-11 | 4 | -0/+568 |
* | | InitCollision test | Dimitry | 2018-10-25 | 1 | -0/+27 |
* | | sstore collision overwrite sstore | Dimitry | 2018-10-25 | 2 | -0/+303 |
* | | fill as blockchain tests | Dimitry | 2018-10-18 | 17 | -146/+3692 |
* | | fill as blockchain | Dimitry | 2018-10-17 | 14 | -60/+1744 |
* | | fill as blockchain tests | Dimitry | 2018-10-16 | 7 | -64/+222 |
* | | sstore refund bug | Dimitry | 2018-10-15 | 1 | -0/+63 |
* | | more sstore tests | Dimitry | 2018-10-15 | 4 | -0/+317 |
|/ |
|
* | refill badOpcodes | Dimitry | 2018-10-09 | 1 | -2/+2 |
* | refill stCreate2 with new gasPrice | Dimitry | 2018-10-05 | 44 | -102/+102 |
* | refill all state tests | Dimitry | 2018-09-25 | 2380 | -9112/+47096 |
* | create2 smart init code | Dimitry | 2018-09-14 | 1 | -0/+87 |
* | (RevertDepthCreateAddressCollision) for CREATE2 | Dimitry | 2018-09-14 | 1 | -0/+136 |
* | recursive create2 | Dimitry | 2018-09-14 | 1 | -0/+73 |
* | push32 without bytes at the end | Dimitry | 2018-09-14 | 1 | -0/+63 |
* | create2 on depth 1023 1024 | Dimitry | 2018-09-14 | 2 | -0/+140 |
* | create2 oog in init | Dimitry | 2018-09-12 | 1 | -0/+73 |
* | REVERT in CREATE2 | Dimitry | 2018-09-12 | 4 | -0/+274 |
* | RevertDepthCreate2 OOG | Dimitry | 2018-09-11 | 1 | -0/+136 |
* | returndatacopy after create2 tests | Dimitry | 2018-09-11 | 3 | -0/+192 |
* | Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-case | winsvega | 2018-09-10 | 1 | -0/+99 |
|\ |
|
| * | Add new touched cleanup case | Matthew Dean | 2018-09-10 | 1 | -0/+99 |
* | | more create2 tests | Dimitry | 2018-09-08 | 4 | -7/+292 |
* | | create2 check fields in init code | Dimitry | 2018-09-08 | 1 | -0/+135 |
* | | create2 call precompiles from init code | Dimitry | 2018-09-06 | 1 | -0/+140 |
|/ |
|
* | more create2 collision tests | Dimitry | 2018-09-05 | 7 | -37/+395 |
* | refill collision test | Dimitry | 2018-09-04 | 1 | -5/+32 |
* | create2 bounds + yoichi tests | Dimitry | 2018-09-04 | 5 | -0/+393 |
* | create2 OOG tests | Dimitry | 2018-09-03 | 8 | -5/+503 |
* | Suicide in create2 tests | Dimitry | 2018-08-31 | 2 | -0/+236 |
* | create2 init code tests | Dimitry | 2018-08-28 | 2 | -0/+248 |
* | create2 test | Dimitry | 2018-08-27 | 9 | -0/+692 |
* | fix mining reward in sar test | Dimitry | 2018-08-08 | 1 | -1/+1 |
* | fix sar 2^256 0 test | Dimitry | 2018-08-08 | 1 | -50/+6 |
* | fix the sar blockchain tests | Dimitry | 2018-08-03 | 2 | -2/+2 |
* | sar00 test | Dimitry | 2018-07-27 | 1 | -0/+75 |
* | sar 0 256-1 test | Dimitry | 2018-07-27 | 1 | -0/+75 |
* | check returndatasize after failing create | Dimitry | 2018-07-06 | 1 | -0/+74 |
* | check returndata after failing create | Dimitry | 2018-07-06 | 1 | -0/+81 |
* | fill create failure tests | Dimitry | 2018-07-03 | 5 | -0/+441 |
* | fix remaining tests | Dimitry | 2018-05-18 | 2 | -103/+143 |
* | restore ecmul test | Dimitry | 2018-05-15 | 1 | -102/+63 |
* | fix more tests with coinbase touch | Dimitry | 2018-05-15 | 3 | -168/+209 |
* | fix more tests with touch coinbase | Dimitry | 2018-05-15 | 25 | -892/+1179 |
* | fix more tests | Dimitry | 2018-05-15 | 4 | -96/+130 |
* | fix more tests | Dimitry | 2018-05-15 | 5 | -138/+341 |
* | fix oog transaction execution | Dimitry | 2018-05-15 | 1 | -30/+51 |
* | Merge pull request #428 from ethereum/touched-revert-create | Yoichi Hirai | 2018-05-09 | 1 | -0/+119 |
|\ |
|
| * | Test whether a failed create transaction reverts account deletion | Yoichi Hirai | 2018-03-09 | 1 | -0/+119 |
* | | Fill doubleSelfdestructTest | Yoichi Hirai | 2018-04-24 | 1 | -0/+118 |
* | | Fill doubleSelfdestructTest2 | Yoichi Hirai | 2018-04-20 | 1 | -0/+118 |
* | | add test which checks codesize/extcodesize on contract in init | Jared Wasinger | 2018-04-18 | 1 | -0/+100 |
* | | Filling the test 201503110226PYTHON_DUP6 | Yoichi Hirai | 2018-04-10 | 1 | -0/+118 |
* | | Merge pull request #442 from ethereum/id-input-is-bigger | Yoichi Hirai | 2018-04-06 | 1 | -0/+74 |
|\ \ |
|
| * | | Fill identity_to_small test | Yoichi Hirai | 2018-03-30 | 1 | -0/+74 |
* | | | Fill RevertOnEmptyStack test | Yoichi Hirai | 2018-04-03 | 1 | -0/+118 |
|/ / |
|
* | | Merge pull request #424 from ethereum/sar | Yoichi Hirai | 2018-03-26 | 16 | -0/+1904 |
|\ \ |
|
| * | | Fill SAR tests | Yoichi Hirai | 2018-03-23 | 16 | -0/+1904 |
* | | | Fill SHR tests | Yoichi Hirai | 2018-03-22 | 11 | -0/+1309 |
|/ / |
|
* | | Fill the modified filler files | Yoichi Hirai | 2018-03-22 | 79 | -183/+1048 |
* | | Filled test cases | Yoichi Hirai | 2018-03-19 | 68 | -204/+7549 |
* | | Merge pull request #421 from ethereum/more-shifts | winsvega | 2018-03-17 | 11 | -1/+1191 |
|\ \ |
|
| * | | Add more shl tests | Yoichi Hirai | 2018-03-10 | 11 | -1/+1191 |
| |/ |
|
* / | Fill identity_to_bigger test | Yoichi Hirai | 2018-03-14 | 1 | -0/+74 |
|/ |
|
* | Merge pull request #419 from ethereum/init-create-revert | Yoichi Hirai | 2018-03-01 | 1 | -0/+108 |
|\ |
|
| * | revert in CREATE in init code, followed by returndatasize/copy | Yoichi Hirai | 2018-02-27 | 1 | -0/+108 |
* | | Add (shl 0 1) test | Yoichi Hirai | 2018-03-01 | 1 | -0/+119 |
* | | Add directories for tests for shift instructions | Yoichi Hirai | 2018-02-27 | 1 | -0/+1 |
|/ |
|
* | replace 0x1 with 0x01 | Dimitry | 2018-02-17 | 93 | -457/+457 |
* | fix syntax in tests | Dimitry | 2018-02-17 | 2 | -7/+7 |
* | fix stCreateTest | Dimitry | 2018-02-17 | 23 | -27/+27 |
* | fix stRevertTest | Dimitry | 2018-02-17 | 41 | -89/+89 |
* | fix stStaticCall | Dimitry | 2018-02-17 | 284 | -591/+591 |
* | fix stZeroKnowledge2 | Dimitry | 2018-02-17 | 130 | -406/+406 |
* | fix stZeroKnowledge | Dimitry | 2018-02-16 | 133 | -411/+411 |
* | fix stBugs | Dimitry | 2018-02-16 | 3 | -8/+8 |
* | fix stMemoryStressTest | Dimitry | 2018-02-16 | 38 | -45/+45 |
* | fix stQuadraticComplexityTest | Dimitry | 2018-02-16 | 16 | -48/+48 |
* | fix stArgsZeroOneBalance | Dimitry | 2018-02-16 | 46 | -220/+106 |
* | fix stBadOpcodes | Dimitry | 2018-02-16 | 1 | -3/+3 |
* | fix stPreCompiledContracts2 | Dimitry | 2018-02-16 | 94 | -99/+99 |
* | fix stPreCompiledContracts empty expect | Dimitry | 2018-02-16 | 94 | -281/+281 |
* | update stSolidityTest | Dimitry | 2018-02-07 | 13 | -13/+156 |
* | refill stZeroCallsRevert | Dimitry | 2018-02-07 | 24 | -1148/+92 |
* | refill stZeroKnowledge2 | Dimitry | 2018-02-07 | 130 | -20150/+390 |
* | refill stZeroKnowledge | Dimitry | 2018-02-07 | 133 | -26791/+399 |
* | refill and update stSpecialTest, stStackTest, stZeroCalls | Dimitry | 2018-02-07 | 19 | -7788/+63 |
* | refill stRecursive | Dimitry | 2018-02-07 | 2 | -30/+8 |
* | refill stQuadraticComplexity | Dimitry | 2018-02-07 | 16 | -959/+152 |
* | update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexity | Dimitry | 2018-02-07 | 105 | -17362/+325 |
* | update stCodeSize stBadOpcode | Dimitry | 2018-02-07 | 3 | -21/+10 |
* | refill stBugs | Dimitry | 2018-02-06 | 3 | -139/+10 |
* | refill stAttack stBadOpcode | Dimitry | 2018-02-06 | 3 | -2211/+11 |
* | refill stArgsZeroOneBalance | Dimitry | 2018-02-06 | 46 | -4486/+230 |
* | refill blockchain stZeroCallsTest | Dimitry | 2018-02-06 | 24 | -92/+92 |
* | refill blockchain stWalletTest | Dimitry | 2018-02-06 | 42 | -1722/+128 |
* | refill blockchain stTransitionTest | Dimitry | 2018-02-06 | 9 | -30/+30 |
* | refill stTransitionTest | Dimitry | 2018-02-05 | 44 | -167/+167 |
* | refill blockchain stSystemOperations | Dimitry | 2018-02-05 | 65 | -256/+256 |
* | refill stStaticCall | Dimitry | 2018-02-05 | 284 | -21086/+1034 |
* | refill blockchain stSolidityTest | Dimitry | 2018-02-05 | 16 | -651/+46 |
* | fill stRevertTest | Dimitry | 2018-02-05 | 41 | -575/+150 |
* | refill stReturnDataTest | Dimitry | 2018-02-05 | 37 | -439/+147 |
* | refill blockchain stRefundTest | Dimitry | 2018-02-05 | 19 | -70/+70 |
* | refill stMemoryTest | Dimitry | 2018-02-05 | 67 | -267/+267 |
* | fix stRandom2 tests | Dimitry | 2018-02-03 | 226 | -8164/+679 |
* | refill stRandomTests | Dimitry | 2018-02-02 | 327 | -11772/+981 |
* | update stPreCompiledContracts2 | Dimitry | 2018-02-02 | 94 | -1202/+370 |
* | update stNonZeroCallsTest | Dimitry | 2018-02-02 | 24 | -92/+92 |
* | refill stMemoryStressTest | Dimitry | 2018-02-02 | 38 | -3000/+151 |
* | refill stMemExpandingEUP150Calls | Dimitry | 2018-02-02 | 8 | -43/+32 |
* | refill stLogTests | Dimitry | 2018-02-01 | 46 | -184/+184 |
* | refill stInitCodeTest | Dimitry | 2018-02-01 | 18 | -56/+56 |
* | update stInitCode test fillers | Dimitry | 2018-02-01 | 1 | -2/+2 |
* | refill stEIP150Specific tests | Dimitry | 2018-02-01 | 13 | -470/+52 |
* | refill stEIP150singleCodeGasPrices | Dimitry | 2018-02-01 | 30 | -769/+120 |
* | fill stDelegatecallTestHomestead | Dimitry | 2018-02-01 | 34 | -1332/+136 |
* | refill stCreateTest | Dimitry | 2018-02-01 | 23 | -192/+78 |
* | refill stChangedEIP150 | Dimitry | 2018-01-31 | 30 | -755/+119 |
* | refill stCallDelegateCodesHomestead | Dimitry | 2018-01-31 | 58 | -1970/+232 |
* | refill stCallDelegateCodesCallCodeHomestead | Dimitry | 2018-01-31 | 58 | -2003/+232 |
* | refill stCallCreateCallCodeTest | Dimitry | 2018-01-31 | 39 | -1444/+152 |
* | refill state stCallCodes | Dimitry | 2018-01-31 | 79 | -2861/+315 |
* | fix travis tests for PR 4809 | Dimitry | 2018-01-30 | 1 | -4/+4 |
* | Add a new input for modlen = 999188. | Yoichi Hirai | 2018-01-30 | 1 | -4/+50 |
* | add stEWASM test folder | Dimitry | 2018-01-22 | 1 | -0/+0 |
* | stArgsZeroOneBalance tests | Dimitry | 2018-01-16 | 46 | -0/+7766 |
* | Merge pull request #388 from ethereum/code-copy-offset | winsvega | 2018-01-07 | 1 | -5/+49 |
|\ |
|
| * | add filler for codeCopyOffset, change location | Jared Wasinger | 2018-01-04 | 1 | -5/+49 |
* | | Merge pull request #387 from ethereum/returndata-after-revert-in-callcode | Yoichi Hirai | 2018-01-04 | 1 | -10/+10 |
|\ \
| |/
|/| |
|
| * | Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE | Yoichi Hirai | 2018-01-03 | 1 | -10/+10 |
* | | Merge pull request #381 from hugo-dc/create-return-test | Yoichi Hirai | 2018-01-03 | 1 | -0/+238 |
|\ \
| |/
|/| |
|
| * | use yml format, correct order in data comments | Jose Hugo De la cruz Romero | 2018-01-03 | 1 | -4/+4 |
| * | Test RETURN for big offset | Jose Hugo De la cruz Romero | 2017-12-26 | 1 | -0/+238 |
* | | refill callDataCopyOffset test | Dimitry | 2017-12-30 | 1 | -0/+114 |
|/ |
|
* | Merge pull request #386 from ethereum/evm | winsvega | 2017-12-22 | 1 | -0/+107 |
|\ |
|
| * | evmBytecode test | Dimitry | 2017-12-21 | 1 | -0/+107 |
* | | Merge pull request #384 from ethereum/revert_in_delegate_call_more | Yoichi Hirai | 2017-12-21 | 1 | -10/+10 |
|\ \
| |/
|/| |
|
| * | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | Yoichi Hirai | 2017-12-14 | 1 | -10/+10 |
* | | Merge pull request #372 from ethereum/modexp-returndatasize | winsvega | 2017-12-20 | 1 | -13/+105 |
|\ \ |
|
| * | | add more modexp returndatasize test cases | Jared Wasinger | 2017-11-25 | 1 | -13/+105 |
* | | | add test for CALLDATACOPY where calldata offset > calldata length and copy le... | Jared Wasinger | 2017-12-15 | 1 | -0/+70 |
| |/
|/| |
|
* | | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_create | winsvega | 2017-12-13 | 1 | -0/+108 |
|\ \ |
|
| * | | Adding a new test about returndatacopy following a revert in an init code | Yoichi Hirai | 2017-12-06 | 1 | -0/+108 |
| |/ |
|
* | | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_static | Yoichi Hirai | 2017-12-08 | 1 | -0/+115 |
|\ \ |
|
| * | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | Yoichi Hirai | 2017-12-08 | 1 | -0/+115 |
| |/ |
|
* / | Store the result of RETURNDATASIZE after a static call fails for a REVERT | Yoichi Hirai | 2017-12-08 | 1 | -14/+14 |
|/ |
|
* | fix StaticCallTests | Dimitry | 2017-11-23 | 2 | -18/+18 |
* | Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | Yoichi Hirai | 2017-10-25 | 1 | -112/+20 |
* | create failing inside staticcall | Dimitry | 2017-10-25 | 1 | -0/+168 |
* | returndatacopy bug | Dimitry | 2017-10-24 | 1 | -0/+265 |
* | Merge pull request #363 from ethereum/modexp-modsize0-returnsize | Yoichi Hirai | 2017-10-24 | 1 | -0/+246 |
|\ |
|
| * | Add tests about returndatasize following modexp calls of modsize = 0 | Yoichi Hirai | 2017-10-23 | 1 | -0/+246 |
* | | Merge pull request #362 from ethereum/returndata-ecrec | Yoichi Hirai | 2017-10-24 | 1 | -0/+107 |
|\ \ |
|
| * | | add casey's test | Dimitry | 2017-10-19 | 1 | -3/+4 |
| * | | add test for returndatasize after ecrec | cdetrio | 2017-10-07 | 1 | -0/+106 |
* | | | Merge pull request #361 from ethereum/returntest | Yoichi Hirai | 2017-10-24 | 1 | -0/+108 |
|\ \ \
| |_|/
|/| | |
|
| * | | RETURNDATACOPY and RETURNDATASIZE after failing create | Dimitry | 2017-10-19 | 1 | -0/+108 |
* | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ... | Yoichi Hirai | 2017-10-18 | 1 | -0/+124 |
* | | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu... | Dimitry | 2017-10-17 | 1 | -0/+115 |
|/ / |
|
* | | fix random state test | Dimitry | 2017-10-17 | 1 | -3/+3 |
* | | Merge pull request #354 from ethereum/modexpinput | Yoichi Hirai | 2017-10-13 | 1 | -0/+328 |
|\ \ |
|
| * | | modexp input test | Dimitry | 2017-10-13 | 1 | -6/+97 |
| * | | fuzzed test modexp input | Dimitry | 2017-10-13 | 1 | -0/+237 |
* | | | Merge pull request #352 from ethereum/badOpcodes-bigger-stack | winsvega | 2017-10-13 | 1 | -130/+130 |
|\ \ \ |
|
| * | | | refill badopcodes blockchain tests, blockchain general state tests | Jared Wasinger | 2017-10-13 | 1 | -130/+130 |
* | | | | fuzztests bytecode | Dimitry | 2017-10-13 | 1 | -0/+107 |
| |/ /
|/| | |
|
* | | | split large test suites | Dimitry | 2017-10-13 | 1450 | -85912/+85912 |
|/ / |
|
* | | add _info comment | Dimitry | 2017-10-11 | 1 | -2/+2 |
* | | python test | Dimitry | 2017-10-11 | 1 | -0/+128 |
* | | Add a test case where modexp gets input | Yoichi Hirai | 2017-10-11 | 1 | -4/+185 |
* | | refill all the tests | Dimitry | 2017-10-07 | 2215 | -4473/+6688 |
|/ |
|
* | refill transaction tests | Dimitry | 2017-09-30 | 55 | -8441/+44 |
* | regenerate state tests | Dimitry | 2017-09-29 | 2224 | -32405/+7376 |
* | Merge pull request #338 from ethereum/revert_should_reset_returndata | Yoichi Hirai | 2017-09-29 | 1 | -0/+475 |
|\ |
|
| * | Update with more comments | Yoichi Hirai | 2017-09-27 | 1 | -1/+1 |
| * | Add tests that set up a nonempty returndata buffer and then call a contract t... | Yoichi Hirai | 2017-09-27 | 1 | -0/+475 |
* | | remove tests without fillers | Dimitry | 2017-09-29 | 2 | -898/+0 |
* | | Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with i... | Yoichi Hirai | 2017-09-27 | 1 | -0/+114 |
|/ |
|
* | Merge pull request #331 from ethereum/big-revert-in-create | Yoichi Hirai | 2017-09-22 | 1 | -0/+236 |
|\ |
|
| * | Add a test case with a REVERT with returndata >24576 in an init code | Yoichi Hirai | 2017-09-19 | 1 | -0/+236 |
* | | Merge pull request #333 from ethereum/REVERT_in_staticcall | Yoichi Hirai | 2017-09-21 | 1 | -0/+113 |
|\ \ |
|
| * | | Add a test about REVERT during a STATICCALL | Yoichi Hirai | 2017-09-20 | 1 | -0/+113 |
* | | | Merge pull request #328 from ethereum/g1-test-after-zero | Yoichi Hirai | 2017-09-20 | 1 | -0/+364 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refill with the new comment | Yoichi Hirai | 2017-09-19 | 1 | -1/+1 |
| * | | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482 | Yoichi Hirai | 2017-09-19 | 1 | -0/+364 |
* | | | Merge pull request #329 from ethereum/morecollision | winsvega | 2017-09-20 | 1 | -0/+127 |
|\ \ \
| |_|/
|/| | |
|
| * | | more extcodecopy tests | Dimitry | 2017-09-19 | 1 | -0/+127 |
* | | | Merge pull request #316 from ethereum/more-modexp | Yoichi Hirai | 2017-09-19 | 1 | -2/+908 |
|\ \ \ |
|
| * | | | Add some more modexp cases | Yoichi Hirai | 2017-09-18 | 1 | -2/+908 |
| | |/
| |/| |
|
* | | | Merge pull request #327 from ethereum/morecollision | winsvega | 2017-09-19 | 4 | -0/+1376 |
|\ \ \
| | |/
| |/| |
|
| * | | more collision tests | Dimitry | 2017-09-18 | 4 | -0/+1376 |
* | | | Add a test executing REVERT during a DELEGATECALL | Yoichi Hirai | 2017-09-18 | 1 | -0/+113 |
| |/
|/| |
|
* | | add tests for all good opcodes in contract init | Jared Wasinger | 2017-09-16 | 1 | -0/+5948 |
|/ |
|
* | Merge pull request #320 from ethereum/revertPairingTest | winsvega | 2017-09-14 | 263 | -310/+561 |
|\ |
|
| * | fix stExampleTest | Dimitry | 2017-09-13 | 1 | -133/+12 |
| * | refill pairing tests with | Dimitry | 2017-09-13 | 263 | -321/+693 |
* | | add issue 143 test | Dimitry | 2017-09-13 | 1 | -0/+98 |
|/ |
|
* | update precompiled in static test | Dimitry | 2017-09-12 | 1 | -86/+3 |
* | refill precompiled tests | Dimitry | 2017-09-12 | 449 | -4847/+61436 |
* | Merge pull request #304 from ethereum/splitvmtests | winsvega | 2017-09-08 | 3 | -0/+438 |
|\ |
|
| * | add a case with 0 gas | Dimitry | 2017-09-08 | 1 | -1/+56 |
| * | refill the tests with latest cpp | Dimitry | 2017-09-08 | 3 | -8/+8 |
| * | add more issue tests from the fuzz server | Dimitry | 2017-09-05 | 3 | -0/+383 |
* | | Add a test about REVERT during CALLCODE | Yoichi Hirai | 2017-09-07 | 1 | -0/+123 |
* | | add filled state test | Jared Wasinger | 2017-09-06 | 1 | -9/+9 |
* | | fill 'returndatasize_after_successful_callcode' state test | Jared Wasinger | 2017-09-05 | 1 | -0/+116 |
* | | add more returndatasize/returndatacopy tests | Jared Wasinger | 2017-09-05 | 7 | -0/+868 |
* | | Merge pull request #301 from ethereum/splitvmtests | Yoichi Hirai | 2017-09-04 | 1 | -0/+123 |
|\| |
|
| * | randomTest643 | Dimitry | 2017-09-04 | 1 | -0/+123 |
* | | refill stBadOpcodes | Jared Wasinger | 2017-09-04 | 1 | -1/+6756 |
* | | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOX | winsvega | 2017-09-02 | 1 | -2191/+1 |
|\ \ |
|
| * | | add more blockchain test cases. | Jared Wasinger | 2017-09-02 | 1 | -6756/+1 |
| * | | add test case which successfully creates a contract to 'badOpcodes' state tes... | Jared Wasinger | 2017-09-01 | 1 | -734/+782 |
| * | | add more bad opcodes | Jared Wasinger | 2017-09-01 | 1 | -1/+4456 |
| * | | add CALLBLACKBOX test | Jared Wasinger | 2017-09-01 | 1 | -274/+336 |
| |/ |
|
* | | include produced test | Jared Wasinger | 2017-09-01 | 1 | -1/+101 |
* | | add state test for sstore in contract init code | Jared Wasinger | 2017-09-01 | 1 | -0/+9 |
|/ |
|
* | Merge pull request #280 from ethereum/refill-refund600 | Yoichi Hirai | 2017-08-30 | 1 | -1/+1 |
|\ |
|
| * | Refull refund600 test | Yoichi Hirai | 2017-08-28 | 1 | -1/+1 |
* | | add 'returndatacopy_after_successful_delegatecall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | | add 'returndatacopy_after_successful_callcode' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | | add 'returndatasize_after_successful_delegatecall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | | add 'returndatasize_after_successful_staticcall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | | This change is a part of the fix to https://github.com/ethereum/cpp-ethereum/... | Yoichi Hirai | 2017-08-28 | 1 | -3/+3 |