aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/GeneralStateTests
Commit message (Collapse)AuthorAgeFilesLines
* fill initial stExtCodeHash testsextcodehashDimitry2018-11-096-0/+921
|
* refill stCreate2 with new gasPriceDimitry2018-10-051-3/+3
|
* refill state tests as blockchain testsDimitry2018-09-264828-7861/+12680
|
* create2 smart init codeDimitry2018-09-142-0/+189
|
* (RevertDepthCreateAddressCollision) for CREATE2Dimitry2018-09-148-0/+736
|
* recursive create2Dimitry2018-09-142-0/+152
|
* push32 without bytes at the endDimitry2018-09-141-0/+77
| | | | check gasUsage
* create2 on depth 1023 1024Dimitry2018-09-142-0/+186
|
* create2 oog in initDimitry2018-09-122-0/+162
|
* REVERT in CREATE2Dimitry2018-09-126-0/+476
|
* RevertDepthCreate2 OOGDimitry2018-09-118-0/+712
|
* returndatacopy after create2 testsDimitry2018-09-113-0/+236
|
* Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-casewinsvega2018-09-101-0/+100
|\ | | | | Add new touched cleanup case
| * Add new touched cleanup caseMatthew Dean2018-09-101-0/+100
| | | | | | | | | | | | 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 testsDimitry2018-09-0812-4/+1081
| |
* | create2 check fields in init codeDimitry2018-09-084-0/+505
| |
* | create2 call precompiles from init codeDimitry2018-09-068-0/+719
|/
* more create2 collision testsDimitry2018-09-0522-6/+1876
|
* refill collision testDimitry2018-09-042-1/+126
|
* create2 bounds + yoichi testsDimitry2018-09-049-0/+716
|
* create2 OOG testsDimitry2018-09-0313-0/+806
|
* Suicide in create2 testsDimitry2018-08-3113-0/+922
|
* create2 init code testsDimitry2018-08-2812-0/+913
|
* create2 testDimitry2018-08-2711-0/+1053
|
* fix mining reward in sar testDimitry2018-08-081-1/+1
|
* fix sar 2^256 0 testDimitry2018-08-081-103/+3
|
* fix the sar blockchain testsDimitry2018-08-032-2/+2
|
* sar00 testDimitry2018-07-271-0/+112
|
* sar 0 256-1 testDimitry2018-07-271-0/+114
|
* check returndatasize after failing createDimitry2018-07-061-0/+84
|
* check returndata after failing createDimitry2018-07-061-0/+93
|
* blockchain version of create failure due to deployment costDimitry2018-07-038-0/+712
|
* Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-091-0/+125
|\ | | | | Test whether a failed create transaction reverts account deletion
| * Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+125
| | | | | | | | | | | | | | 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 doubleSelfdestructTestYoichi Hirai2018-04-241-0/+110
| |
* | Fill doubleSelfdestructTest2Yoichi Hirai2018-04-201-0/+107
| |
* | Filling the test 201503110226PYTHON_DUP6Yoichi Hirai2018-04-101-0/+136
| |
* | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-061-0/+86
|\ \ | | | | | | call ID precompiled contract with smaller output size than input size
| * | Fill identity_to_small testYoichi Hirai2018-03-301-0/+86
| | |
* | | Fill RevertOnEmptyStack testYoichi Hirai2018-04-031-0/+118
|/ /
* | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2616-0/+3406
|\ \ | | | | | | Add SAR tests
| * | Fill SAR testsYoichi Hirai2018-03-2316-0/+3406
| | |
* | | Fill SHR testsYoichi Hirai2018-03-2211-0/+2349
|/ /
* | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1710-0/+2198
|\ \ | | | | | | Add more shl tests
| * | Add more shl testsYoichi Hirai2018-03-1010-0/+2198
| |/
* / Fill identity_to_bigger testYoichi Hirai2018-03-141-0/+86
|/
* Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-011-0/+127
|\ | | | | revert in CREATE in init code, followed by returndatasize/copy
| * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-271-0/+127
| |
* | Add (shl 0 1) testYoichi Hirai2018-03-011-0/+221
| |
* | Add directories for tests for shift instructionsYoichi Hirai2018-02-271-0/+1
|/
* fix stCreateTestDimitry2018-02-1720-0/+1106
|
* fix stRevertTestDimitry2018-02-1732-17/+1970
|
* fix stStaticCallDimitry2018-02-1758-0/+1446
|
* fix stZeroKnowledge2Dimitry2018-02-17520-486/+112192
|
* fix stZeroKnowledgeDimitry2018-02-16730-428/+116605
|
* fix stBugsDimitry2018-02-164-2/+182
|
* fix stMemoryStressTestDimitry2018-02-168-0/+511
|
* fix stQuadraticComplexityTestDimitry2018-02-1616-0/+1203
|
* fix stArgsZeroOneBalanceDimitry2018-02-1616-0/+298
|
* fix stBadOpcodesDimitry2018-02-161-0/+32
|
* fix stPreCompiledContracts2Dimitry2018-02-1615-0/+2028
|
* fix stPreCompiledContracts empty expectDimitry2018-02-16412-100/+49188
|
* update stSolidityTestDimitry2018-02-0713-0/+139
|
* refill stZeroCallsRevertDimitry2018-02-0724-20/+766
|
* refill stZeroKnowledge2Dimitry2018-02-07520-0/+38814
|
* refill stZeroKnowledgeDimitry2018-02-07804-0/+41974
|
* refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-07219-6/+4311
|
* refill stRecursiveDimitry2018-02-072-2/+116
|
* refill stQuadraticComplexityDimitry2018-02-0732-28/+36539
|
* update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-07528-10/+18590
|
* update stCodeSize stBadOpcodeDimitry2018-02-073-1/+195
|
* refill stBugsDimitry2018-02-067-0/+240
|
* refill stAttack stBadOpcodeDimitry2018-02-06124-1/+123659
|
* refill stArgsZeroOneBalanceDimitry2018-02-06108-92/+2004
|
* refill blockchain stZeroCallsTestDimitry2018-02-0624-20/+1958
|
* refill blockchain stWalletTestDimitry2018-02-0645-2/+3004
|
* refill blockchain stTransitionTestDimitry2018-02-069-3/+616
|
* refill blockchain stTransactionDimitry2018-02-06174-36/+10553
|
* refill blockchain stSystemOperationsDimitry2018-02-0566-61/+4469
|
* refill blockchain stStaticCallDimitry2018-02-05495-210/+13350
|
* refill blockchain stSolidityTestDimitry2018-02-0516-0/+434
|
* refill blockchain stRevertTestDimitry2018-02-05133-31/+7378
|
* refill blockchain stReturnDataTestDimitry2018-02-0544-35/+2484
|
* refill blockchain stRefundTestDimitry2018-02-0524-14/+2170
|
* refill blockchain stMemoryTestDimitry2018-02-0567-66/+10814
|
* refill blockchain stRandom2Dimitry2018-02-03227-2/+18564
|
* refill stRandomDimitry2018-02-02327-0/+26819
|
* update stPreCompiledContracts2Dimitry2018-02-02112-88/+6830
|
* update stNonZeroCallsTestDimitry2018-02-0224-20/+2006
|
* refill stMemoryStressTestDimitry2018-02-0282-80/+2267
|
* refill stMemExpandingEUP150CallsDimitry2018-02-028-8/+1051
|
* refill stLogTestsDimitry2018-02-0146-46/+2832
|
* refill stInitCodeTestDimitry2018-02-0118-2/+1520
|
* update stInitCode test fillersDimitry2018-02-011-1/+159
|
* refill stEIP150Specific testsDimitry2018-02-0113-13/+633
|
* refill blockchain stEIP150singleCodeGasPricesDimitry2018-02-0130-30/+1864
|
* refill blockchain stDelegatecallTestHomesteadDimitry2018-02-0140-40/+1752
|
* refill blockchain stCreateTestDimitry2018-02-0147-8/+2720
|
* refill blockchain stChangedEIP150 testsDimitry2018-02-0131-29/+2683
|
* refill blockchain stCallDelegateCodesHomesteadDimitry2018-01-3158-58/+4860
|
* refill blockchain stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-58/+4580
|
* refill blockchain stCallCreateCallCodeDimitry2018-01-3140-35/+1350
|
* refill blockchain stCallCodesDimitry2018-01-3180-78/+4909
|
* Add a new input for modlen = 999188.Yoichi Hirai2018-01-303-7/+70
| | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46
* stArgsZeroOneBalance testsDimitry2018-01-16108-0/+6696
|
* add filler for codeCopyOffset, change locationJared Wasinger2018-01-041-0/+69
|
* Merge pull request #384 from ethereum/revert_in_delegate_call_moreYoichi Hirai2017-12-211-2/+2
|\ | | | | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller
| * Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFillerYoichi Hirai2017-12-141-2/+2
| |
* | Merge pull request #372 from ethereum/modexp-returndatasizewinsvega2017-12-202-0/+126
|\ \ | | | | | | add more 'returndatasize after modexp' test cases
| * | add more modexp returndatasize test casesJared Wasinger2017-11-252-0/+126
| | |
* | | add test for CALLDATACOPY where calldata offset > calldata length and copy ↵Jared Wasinger2017-12-151-0/+69
| |/ |/| | | | | length > 0
* | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-131-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 codeYoichi Hirai2017-12-061-0/+63
| |/
* | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_staticYoichi Hirai2017-12-081-0/+70
|\ \ | | | | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL
| * | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-081-0/+70
| |/
* / Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-082-2/+2
|/
* 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