Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | check gasUsage | ||||
* | 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 | ||||
| * | Add new touched cleanup case | Matthew Dean | 2018-09-10 | 1 | -0/+99 |
| | | | | | | | | | | | | Regression test for https://github.com/ethereumjs/ethereumjs-vm/pull/335 First call marks an empty account as touched. Second call errors OOG. Transaction should still cleanup empty account. | ||||
* | | 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 |
| | | | | touched coinbase should exist in the post state | ||||
* | 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 | ||||
| * | Test whether a failed create transaction reverts account deletion | Yoichi Hirai | 2018-03-09 | 1 | -0/+119 |
| | | | | | | | | | | | | | | 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/+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 |
|\ \ | | | | | | | call ID precompiled contract with smaller output size than input size | ||||
| * | | 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 |
|\ \ | | | | | | | Add SAR tests | ||||
| * | | 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 | ||||
| * | | 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 | ||||
| * | 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 |
| | | | | | 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 |
| | |||||
* | 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 of the test to stMemoryTest | ||||
| * | 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 | ||||
| * | 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 |
|\ \ | |/ |/| | Test RETURN for big offset | ||||
| * | 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 | ||||
| * | 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 | ||||
| * | 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 'returndatasize after modexp' test cases | ||||
| * | | 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 ↵ | Jared Wasinger | 2017-12-15 | 1 | -0/+70 |
| |/ |/| | | | | | length > 0 | ||||
* | | 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 | ||||
| * | | 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 | ||||
| * | | 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 | ||||
| * | 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 |
|\ \ | | | | | | | Returndata ecrec | ||||
| * | | 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 | ||||
| * | | RETURNDATACOPY and RETURNDATASIZE after failing create | Dimitry | 2017-10-19 | 1 | -0/+108 |
| | | | | | | | | | | | | (due to 0xfd code) | ||||
* | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵ | Yoichi Hirai | 2017-10-18 | 1 | -0/+124 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+115 |
|/ / | | | | | | | return 0 | ||||
* | | 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 |
|\ \ | | | | | | | fuzzed test modexp input | ||||
| * | | modexp input test | Dimitry | 2017-10-13 | 1 | -6/+97 |
| | | | | | | | | | | | | 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 | 1 | -0/+237 |
| | | | |||||
* | | | Merge pull request #352 from ethereum/badOpcodes-bigger-stack | winsvega | 2017-10-13 | 1 | -130/+130 |
|\ \ \ | | | | | | | | | Add more stack items for badOpcodes test | ||||
| * | | | 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 |
| | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | ||||
* | | 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 |
| | | | | | generate hive test fillers fix state test fillers | ||||
* | Merge pull request #338 from ethereum/revert_should_reset_returndata | Yoichi Hirai | 2017-09-29 | 1 | -0/+475 |
|\ | | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | ||||
| * | 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 ↵ | Yoichi Hirai | 2017-09-27 | 1 | -0/+475 |
| | | | | | | | | | | | | that reverts This should fulfill: non-empty returndata buffer --CALL --> REVERT <-- RETURNDATASIZE, to detect "not setting returndata buffer after REVERT" | ||||
* | | 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 ↵ | Yoichi Hirai | 2017-09-27 | 1 | -0/+114 |
|/ | | | | insufficient balance | ||||
* | 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 | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ \ | |/ / |/| | | Add a test that fails before PR 4482 | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | 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/+127 |
|\ \ \ | |_|/ |/| | | more extcodecopy tests | ||||
| * | | 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 | ||||
| * | | | 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 | ||||
| * | | more collision tests | Dimitry | 2017-09-18 | 4 | -0/+1376 |
| | | | | | | | | | | | | | | | 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/+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 |
|\ | | | | | refill pairing tests with | ||||
| * | fix stExampleTest | Dimitry | 2017-09-13 | 1 | -133/+12 |
| | | |||||
| * | refill pairing tests with | Dimitry | 2017-09-13 | 263 | -321/+693 |
| | | | | | | | | 100k + 80k | ||||
* | | 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 |
| | | | | add execution on <100000 100000+x >100000 gas for each test | ||||
* | Merge pull request #304 from ethereum/splitvmtests | winsvega | 2017-09-08 | 3 | -0/+438 |
|\ | | | | | [WIP] add more issue tests from the fuzz server | ||||
| * | 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 | ||||
| * | randomTest643 | Dimitry | 2017-09-04 | 1 | -0/+123 |
| | | | | | | | | Codesize - creation of a ~1mb out of bounds in transaction init code | ||||
* | | 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 opcodes to badOpcodes test | ||||
| * | | add more blockchain test cases. | Jared Wasinger | 2017-09-02 | 1 | -6756/+1 |
| | | | |||||
| * | | add test case which successfully creates a contract to 'badOpcodes' state ↵ | Jared Wasinger | 2017-09-01 | 1 | -734/+782 |
| | | | | | | | | | | | | test. remove unused account. | ||||
| * | | 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 | ||||
| * | Refull refund600 test | Yoichi Hirai | 2017-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | I was investigating https://github.com/ethereum/cpp-ethereum/issues/4413 and found that GeneralStateTests/stRefundTest/refund600.json was out of date. This commit updates the test together with the BlockchainTest translation. | ||||
* | | 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 ↵ | Yoichi Hirai | 2017-08-28 | 1 | -3/+3 |
| | | | | | | | | https://github.com/ethereum/cpp-ethereum/issues/4416 | ||||
* | | add randomTest642 that fails on geth. a call to precompiled 007 | Dimitry | 2017-08-28 | 1 | -0/+123 |
|/ | |||||
* | add state test 'returndatasize_after_callcode' | Jared Wasinger | 2017-08-28 | 1 | -0/+116 |
| | |||||
* | Changes for EIP-684 | Yoichi Hirai | 2017-08-24 | 3 | -19/+19 |
| | | | | The change was agreed on the last coredev call and this morning I got an OK from @arkpar. | ||||
* | Merge pull request #253 from cdetrio/fix-data-0x | Yoichi Hirai | 2017-08-23 | 15 | -62/+62 |
|\ | | | | | add 0x prefix to state test transaction data | ||||
| * | add 0x prefix to state test transaction data | cdetrio | 2017-08-08 | 15 | -62/+62 |
| | | |||||
* | | refill opcodes test with logs | Dimitry | 2017-08-22 | 1 | -469/+235 |
| | | |||||
* | | make all logs hex | Dimitry | 2017-08-21 | 2193 | -81494/+17073 |
| | | |||||
* | | remove old fields from random tests | Dimitry | 2017-08-21 | 548 | -6253/+7112 |
| | | | | | | | | make logs hash | ||||
* | | check for all possible invalid opcodes. | Jared Wasinger | 2017-08-17 | 5 | -492/+2433 |
| | | |||||
* | | fix tests to conform to schema | Jared Wasinger | 2017-08-17 | 3 | -3/+3 |
| | | |||||
* | | add SLOADBYTES | Jared Wasinger | 2017-08-17 | 1 | -0/+123 |
| | | |||||
* | | add badOpcode tests for SLOADBYTES and SSIZE | Jared Wasinger | 2017-08-17 | 3 | -1/+247 |
| | | |||||
* | | add badOpcode state test for SSIZE | Jared Wasinger | 2017-08-17 | 1 | -0/+123 |
| | | |||||
* | | Fix the modexpFiller about large base length and large exp length | Yoichi Hirai | 2017-08-14 | 1 | -3/+3 |
| | | |||||
* | | fix test name zeroSigTransactionCreate | Dimitry | 2017-08-14 | 2 | -3/+785 |
| | | |||||
* | | Merge pull request #258 from cdetrio/returndata-cases | winsvega | 2017-08-11 | 5 | -0/+643 |
|\ \ | | | | | | | more returndata test cases | ||||
| * | | more returndata test cases | cdetrio | 2017-08-11 | 5 | -0/+643 |
| | | | |||||
* | | | Update and rename zeroSigTransacrionCreate.json to zeroSigTransactionCreate.json | winsvega | 2017-08-11 | 1 | -2/+2 |
|/ / | |||||
* / | Add a test case that RETURNDATACOPYs REVERTed data | Yoichi Hirai | 2017-08-08 | 1 | -0/+130 |
|/ | |||||
* | Change tests so that the storage is cleared before, not after contract ↵ | Yoichi Hirai | 2017-08-04 | 1 | -6/+6 |
| | | | | initialization | ||||
* | split metropolis | Dimitry | 2017-08-03 | 2187 | -19630/+57992 |
| | |||||
* | update general tests | Dimitry | 2017-08-01 | 2187 | -257753/+273877 |
| | |||||
* | regenerate hive tests | Dimitry | 2017-08-01 | 2187 | -208078/+261306 |
| | |||||
* | Change the modexp tests after the gas formula has been changed in | Yoichi Hirai | 2017-07-24 | 5 | -35/+85 |
| | | | | https://github.com/ethereum/EIPs/commit/4d4d8fb | ||||
* | Modify createJS_ExampleContract filler so that in Metropolis, contract ↵ | Yoichi Hirai | 2017-07-18 | 1 | -1/+1 |
| | | | | overwriting does not happen | ||||
* | Expect zeros in the storage of an overwritten contract | Yoichi Hirai | 2017-07-14 | 1 | -10/+20 |
| | |||||
* | Merge branch 'develop' into exp255 | winsvega | 2017-07-13 | 2171 | -257/+10357 |
|\ | |||||
| * | refill general state tests | Dimitry | 2017-07-10 | 2172 | -258/+10358 |
| | | |||||
* | | Add a test case baseLength = modLength = 0, but expLength = 2^255 | Yoichi Hirai | 2017-07-10 | 1 | -2/+43 |
|/ | |||||
* | Merge pull request #219 from ethereum/max-code-size-from-spurious-dragon | winsvega | 2017-07-10 | 1 | -1/+6 |
|\ | | | | | Max code size is enforced at EIP158, not at EIP150 | ||||
| * | Max code size is enforced at EIP158, not at EIP150 | Yoichi Hirai | 2017-07-10 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #217 from ethereum/bcTransitionTests | winsvega | 2017-07-10 | 1 | -0/+5 |
|\| | | | | | Blockchain transition tests | ||||
| * | Blockchain transition tests | Dimitry | 2017-07-07 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #215 from ethereum/modexp_base_2to64 | winsvega | 2017-07-10 | 1 | -2/+84 |
|\ \ | | | | | | | Add modexp tests where base (or exp) length is 2^64 | ||||
| * | | Add a case where exp length is 2^64 | Yoichi Hirai | 2017-07-06 | 1 | -1/+42 |
| | | | |||||
| * | | Add a modexp test where base length is 2^64 | Yoichi Hirai | 2017-07-06 | 1 | -2/+43 |
| |/ |