Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refill blockchain stRevertTest | Dimitry | 2018-02-05 | 133 | -31/+7378 |
| | |||||
* | refill blockchain stReturnDataTest | Dimitry | 2018-02-05 | 44 | -35/+2484 |
| | |||||
* | refill blockchain stRefundTest | Dimitry | 2018-02-05 | 24 | -14/+2170 |
| | |||||
* | refill blockchain stMemoryTest | Dimitry | 2018-02-05 | 67 | -66/+10814 |
| | |||||
* | refill blockchain stRandom2 | Dimitry | 2018-02-03 | 227 | -2/+18564 |
| | |||||
* | refill stRandom | Dimitry | 2018-02-02 | 327 | -0/+26819 |
| | |||||
* | update stPreCompiledContracts2 | Dimitry | 2018-02-02 | 112 | -88/+6830 |
| | |||||
* | update stNonZeroCallsTest | Dimitry | 2018-02-02 | 24 | -20/+2006 |
| | |||||
* | refill stMemoryStressTest | Dimitry | 2018-02-02 | 82 | -80/+2267 |
| | |||||
* | refill stMemExpandingEUP150Calls | Dimitry | 2018-02-02 | 8 | -8/+1051 |
| | |||||
* | refill stLogTests | Dimitry | 2018-02-01 | 46 | -46/+2832 |
| | |||||
* | refill stInitCodeTest | Dimitry | 2018-02-01 | 18 | -2/+1520 |
| | |||||
* | update stInitCode test fillers | Dimitry | 2018-02-01 | 1 | -1/+159 |
| | |||||
* | refill stEIP150Specific tests | Dimitry | 2018-02-01 | 13 | -13/+633 |
| | |||||
* | refill blockchain stEIP150singleCodeGasPrices | Dimitry | 2018-02-01 | 30 | -30/+1864 |
| | |||||
* | refill blockchain stDelegatecallTestHomestead | Dimitry | 2018-02-01 | 40 | -40/+1752 |
| | |||||
* | refill blockchain stCreateTest | Dimitry | 2018-02-01 | 47 | -8/+2720 |
| | |||||
* | refill blockchain stChangedEIP150 tests | Dimitry | 2018-02-01 | 31 | -29/+2683 |
| | |||||
* | refill blockchain stCallDelegateCodesHomestead | Dimitry | 2018-01-31 | 58 | -58/+4860 |
| | |||||
* | refill blockchain stCallDelegateCodesCallCodeHomestead | Dimitry | 2018-01-31 | 58 | -58/+4580 |
| | |||||
* | refill blockchain stCallCreateCallCode | Dimitry | 2018-01-31 | 40 | -35/+1350 |
| | |||||
* | refill blockchain stCallCodes | Dimitry | 2018-01-31 | 80 | -78/+4909 |
| | |||||
* | Add a new input for modlen = 999188. | Yoichi Hirai | 2018-01-30 | 3 | -7/+70 |
| | | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46 | ||||
* | stArgsZeroOneBalance tests | Dimitry | 2018-01-16 | 108 | -0/+6696 |
| | |||||
* | add filler for codeCopyOffset, change location | Jared Wasinger | 2018-01-04 | 1 | -0/+69 |
| | |||||
* | Merge pull request #384 from ethereum/revert_in_delegate_call_more | Yoichi Hirai | 2017-12-21 | 1 | -2/+2 |
|\ | | | | | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | ||||
| * | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | Yoichi Hirai | 2017-12-14 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #372 from ethereum/modexp-returndatasize | winsvega | 2017-12-20 | 2 | -0/+126 |
|\ \ | | | | | | | add more 'returndatasize after modexp' test cases | ||||
| * | | add more modexp returndatasize test cases | Jared Wasinger | 2017-11-25 | 2 | -0/+126 |
| | | | |||||
* | | | add test for CALLDATACOPY where calldata offset > calldata length and copy ↵ | Jared Wasinger | 2017-12-15 | 1 | -0/+69 |
| |/ |/| | | | | | length > 0 | ||||
* | | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_create | winsvega | 2017-12-13 | 1 | -0/+63 |
|\ \ | | | | | | | 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/+63 |
| |/ | |||||
* | | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_static | Yoichi Hirai | 2017-12-08 | 1 | -0/+70 |
|\ \ | | | | | | | 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/+70 |
| |/ | |||||
* / | Store the result of RETURNDATASIZE after a static call fails for a REVERT | Yoichi Hirai | 2017-12-08 | 2 | -2/+2 |
|/ | |||||
* | fix StaticCallTests | Dimitry | 2017-11-23 | 2 | -5/+5 |
| | |||||
* | Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | Yoichi Hirai | 2017-10-25 | 1 | -0/+63 |
| | |||||
* | create failing inside staticcall | Dimitry | 2017-10-25 | 2 | -0/+154 |
| | |||||
* | returndatacopy bug | Dimitry | 2017-10-24 | 4 | -0/+332 |
| | |||||
* | Merge pull request #363 from ethereum/modexp-modsize0-returnsize | Yoichi Hirai | 2017-10-24 | 4 | -0/+252 |
|\ | | | | | 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 | 4 | -0/+252 |
| | | |||||
* | | Merge pull request #362 from ethereum/returndata-ecrec | Yoichi Hirai | 2017-10-24 | 1 | -0/+62 |
|\ \ | | | | | | | Returndata ecrec | ||||
| * | | add casey's test | Dimitry | 2017-10-19 | 1 | -0/+62 |
| | | | |||||
* | | | Merge pull request #361 from ethereum/returntest | Yoichi Hirai | 2017-10-24 | 1 | -0/+63 |
|\ \ \ | |_|/ |/| | | RETURNDATACOPY and RETURNDATASIZE after failing create | ||||
| * | | RETURNDATACOPY and RETURNDATASIZE after failing create | Dimitry | 2017-10-19 | 1 | -0/+63 |
| | | | | | | | | | | | | (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/+79 |
| | | | | | | | | | | | | | | | | | | 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/+70 |
|/ / | | | | | | | return 0 | ||||
* | | Merge pull request #354 from ethereum/modexpinput | Yoichi Hirai | 2017-10-13 | 6 | -0/+330 |
|\ \ | | | | | | | fuzzed test modexp input | ||||
| * | | modexp input test | Dimitry | 2017-10-13 | 6 | -13/+123 |
| | | | | | | | | | | | | 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 | 4 | -0/+220 |
| | | | |||||
* | | | Merge pull request #352 from ethereum/badOpcodes-bigger-stack | winsvega | 2017-10-13 | 122 | -421/+421 |
|\ \ \ | | | | | | | | | Add more stack items for badOpcodes test | ||||
| * | | | refill badopcodes blockchain tests, blockchain general state tests | Jared Wasinger | 2017-10-13 | 122 | -421/+421 |
| | | | | |||||
* | | | | fuzztests bytecode | Dimitry | 2017-10-13 | 1 | -0/+62 |
| |/ / |/| | | |||||
* | | | split random tests | Dimitry | 2017-10-13 | 1 | -56/+0 |
| | | | |||||
* | | | split large test suites | Dimitry | 2017-10-13 | 853 | -0/+56 |
|/ / | |||||
* | | python test | Dimitry | 2017-10-11 | 1 | -0/+83 |
| | | |||||
* | | Add a test case where modexp gets input | Yoichi Hirai | 2017-10-11 | 4 | -0/+248 |
| | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | ||||
* | | fix test fillers | Dimitry | 2017-10-06 | 8 | -8/+8 |
|/ | |||||
* | remove old tests | Dimitry | 2017-09-30 | 170 | -10582/+0 |
| | |||||
* | regenerate state tests | Dimitry | 2017-09-29 | 4725 | -0/+473780 |
| | | | | | generate hive test fillers fix state test fillers | ||||
* | Merge pull request #338 from ethereum/revert_should_reset_returndata | Yoichi Hirai | 2017-09-29 | 8 | -0/+896 |
|\ | | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | ||||
| * | Update with more comments | Yoichi Hirai | 2017-09-27 | 8 | -0/+896 |
| | |||||
* | Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵ | Yoichi Hirai | 2017-09-27 | 1 | -0/+70 |
insufficient balance |