aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
Commit message (Expand)AuthorAgeFilesLines
* fix stPreCompiledContracts2Dimitry2018-02-1615-0/+2028
* fix stPreCompiledContracts empty expectDimitry2018-02-16412-100/+49188
* update stSolidityTestDimitry2018-02-0713-0/+139
* update bcForgedTestsDimitry2018-02-073-143/+143
* 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
* Fixing errors from JSONSchema/st-filler-schema.jsonYoichi Hirai2018-01-303-143/+143
* Add a new input for modlen = 999188.Yoichi Hirai2018-01-303-7/+70
* stArgsZeroOneBalance testsDimitry2018-01-16109-0/+6791
* 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 RevertInDelegateCallFillerYoichi Hirai2017-12-141-2/+2
* | Merge pull request #372 from ethereum/modexp-returndatasizewinsvega2017-12-202-0/+126
|\ \
| * | add more modexp returndatasize test casesJared Wasinger2017-11-252-0/+126
* | | add test for CALLDATACOPY where calldata offset > calldata length and copy le...Jared Wasinger2017-12-151-0/+69
| |/ |/|
* | 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 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 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 = 0Yoichi Hirai2017-10-234-0/+252
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+62
|\ \
| * | 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 createDimitry2017-10-191-0/+63
* | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ...Yoichi Hirai2017-10-181-0/+79
* | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu...Dimitry2017-10-171-0/+70
|/ /
* | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-136-0/+330
|\ \
| * | modexp input testDimitry2017-10-136-13/+123
| * | fuzzed test modexp inputDimitry2017-10-134-0/+220
* | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13122-421/+421
|\ \ \
| * | | 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
* | refill all the testsDimitry2017-10-0738-63/+167
* | fix test fillersDimitry2017-10-0615-28/+36
|/
* remove old testsDimitry2017-09-30170-10582/+0
* regenerate state testsDimitry2017-09-294725-0/+473780
* Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-298-0/+896
|\
| * Update with more commentsYoichi Hirai2017-09-278-0/+896
* | Merge pull request #313 from ethereum/typo-in-validitywinsvega2017-09-2928-0/+0
|\ \
| * | Rename bcUncleHeaderValiditiy into bcUncleHeaderValidityYoichi Hirai2017-09-2728-0/+0
| |/
* / Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with i...Yoichi Hirai2017-09-271-0/+70
|/
* rename tests that are copied with suffix Copier.jsonDimitry2017-09-263-0/+0
* fix lotsOfLeafs testDimitry2017-09-141-2/+46
* Merge pull request #312 from ethereum/remove-empty-hash2winsvega2017-09-087-10/+49
|\
| * Fill more testsYoichi Hirai2017-09-087-10/+49
* | Add a Blockchaintest where create transaction fails for a REVERT instruction ...Yoichi Hirai2017-09-051-0/+50
|/
* Add a test containing a call transaction that revertsYoichi Hirai2017-09-051-0/+65
* Refill suicideCoinbase test after fixing a typo Homstead -> HomesteadYoichi Hirai2017-08-311-1/+31
* Merge pull request #276 from ethereum/walletReorgwinsvega2017-08-301-517/+0
|\
| * Refill walletReorganizeOwnersFiller.jsonYoichi Hirai2017-08-261-517/+0
* | fix tests that don't conform to blockchain test schemaJared Wasinger2017-08-262-3/+1
|/
* Fix uncleHeaderAt2ByzantiumFiller with a correct state root hashYoichi Hirai2017-08-231-3/+2
* Fix uncleBloomNot0_2 with the expected state root hashYoichi Hirai2017-08-231-3/+2
* Fix futureUncleTimestampDifficultyDrop2Yoichi Hirai2017-08-231-3/+2
* Fill more testsYoichi Hirai2017-08-2211-6/+218
* Fill more testsYoichi Hirai2017-08-2211-218/+6
* Fill more tests on eip649 branchYoichi Hirai2017-08-222-28/+2
* Fill in more testsYoichi Hirai2017-08-228-56/+20
* Fix more BlockchainTestsYoichi Hirai2017-08-178-20/+20
* update comments in dao transition testsDimitry2017-08-153-12/+12
* blockhash test on Byzantine transitionDimitry2017-08-041-4/+19
* Transition tests with ByzantiumDimitry2017-08-031-0/+0
* split metropolisDimitry2017-08-0353-59/+64
* remove unneeded Metropolis testDimitry2017-07-111-165/+0
* refill blockchaintests on metropolisDimitry2017-07-115-150/+4
* Merge pull request #217 from ethereum/bcTransitionTestswinsvega2017-07-1015-7152/+3352
|\
| * Blockchain transition testsDimitry2017-07-0715-7152/+3352
* | Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231Yoichi Hirai2017-07-071-7/+1
|/
* move gasPricer testDimitry2017-07-031-0/+0
* convert to new testsDimitry2017-07-03115-0/+141413
* remove old testsDimitry2017-07-03130-354750/+0
* convert more bctestsDimitry2017-07-0339-6906/+6170
* update bctests to gbctestsDimitry2017-07-0390-5821/+7791
* translate bcStateTests into general blockchain testsDimitry2017-07-036-0/+763
* update stQuadraticComplexity with 250M gasLimitDimitry2017-06-221-0/+992
* move tests with blockhash from state to blockchainDimitry2017-06-0297-0/+37695
* metropolis timestamp diff 1000Dimitry2017-04-251-1/+21
* metropolis transition test (block 0x10)Dimitry2017-04-251-0/+344
* Merge pull request #154 from ethereum/refreshwinsvega2017-04-245-5477/+5477
|\
| * manual blockchain tests prefixed with 0xDimitry2017-04-215-5477/+5477
* | fix wallet gasDimitry2017-04-213-3/+3
|/
* Merge pull request #153 from ethereum/allfieldhexwinsvega2017-04-193-7/+7
|\
| * replace SUICIDE with SELFDESTRUCTDimitry2017-04-194-8/+8
* | move blockhash tests to blockchainDimitry2017-04-191-1/+171
|/
* new uncle header testsDimitry2017-02-221-4/+387
* fix gstatetest src for new solidityDimitry2016-12-241-0/+128189
* transactionFromNotExistingAccount test fillerDimitry2016-12-061-0/+73
* Test Fillers (Sources for the tests)Dimitry2016-12-0549-0/+224271