aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/GeneralStateTests
Commit message (Collapse)AuthorAgeFilesLines
* Adding a new test about returndatacopy following a revert in an init codeYoichi Hirai2017-12-061-0/+63
|
* fix StaticCallTestsDimitry2017-11-232-5/+5
|
* Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-251-0/+63
|
* create failing inside staticcallDimitry2017-10-252-0/+154
|
* returndatacopy bugDimitry2017-10-244-0/+332
|
* Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-244-0/+252
|\ | | | | Add tests about returndatasize following modexp calls of modsize = 0
| * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-234-0/+252
| |
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+62
|\ \ | | | | | | Returndata ecrec
| * | add casey's testDimitry2017-10-191-0/+62
| | |
* | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-241-0/+63
|\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create
| * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+63
| | | | | | | | | | | | (due to 0xfd code)
* | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-181-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 ↵Dimitry2017-10-171-0/+70
|/ / | | | | | | return 0
* | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-136-0/+330
|\ \ | | | | | | fuzzed test modexp input
| * | modexp input testDimitry2017-10-136-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 inputDimitry2017-10-134-0/+220
| | |
* | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13122-421/+421
|\ \ \ | | | | | | | | Add more stack items for badOpcodes test
| * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13122-421/+421
| | | |
* | | | fuzztests bytecodeDimitry2017-10-131-0/+62
| |/ / |/| |
* | | split random testsDimitry2017-10-131-56/+0
| | |
* | | split large test suitesDimitry2017-10-13853-0/+56
|/ /
* | python testDimitry2017-10-111-0/+83
| |
* | Add a test case where modexp gets inputYoichi Hirai2017-10-114-0/+248
| | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
* | fix test fillersDimitry2017-10-068-8/+8
|/
* remove old testsDimitry2017-09-30170-10582/+0
|
* regenerate state testsDimitry2017-09-294725-0/+473780
| | | | | generate hive test fillers fix state test fillers
* Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-298-0/+896
|\ | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts
| * Update with more commentsYoichi Hirai2017-09-278-0/+896
|
* Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵Yoichi Hirai2017-09-271-0/+70
insufficient balance