aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix more testsDimitry2018-05-157-98/+218
* fix more testsDimitry2018-05-1510-150/+431
* fix oog transaction executionDimitry2018-05-152-31/+58
* Merge pull request #444 from pirapira/remove-blockhash-vm-testsYoichi Hirai2018-05-11137-6251/+21
|\
| * Add a list of instructions to avoid in VM tests.Yoichi Hirai2018-04-141-0/+21
| * Remove more VM tests that touch the world stateYoichi Hirai2018-04-14112-5231/+0
| * Remove VM tests that use `BALANCE` instructionYoichi Hirai2018-04-1210-432/+0
| * Remove VM tests using the mock BLOCKHASH instruction just for VM testsYoichi Hirai2018-04-1214-588/+0
* | Merge pull request #454 from ethereum/bytes-arithmeticYoichi Hirai2018-05-092-0/+88
|\ \
| * | add vm test for arithmetic (add) after byteJared Wasinger2018-04-182-0/+88
| |/
* | Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-094-0/+963
|\ \
| * | Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-094-0/+963
* | | Merge pull request #447 from pirapira/self-destruct-case1Yoichi Hirai2018-04-244-0/+943
|\ \ \
| * | | Fill doubleSelfdestructTestYoichi Hirai2018-04-243-0/+879
| * | | Add a test case where the same contract performs selfdestruct twiceYoichi Hirai2018-04-241-0/+64
|/ / /
* | | Merge pull request #455 from pirapira/self-destruct-case2Yoichi Hirai2018-04-234-0/+915
|\ \ \
| * | | Fill doubleSelfdestructTest2Yoichi Hirai2018-04-203-0/+848
| * | | Add a test where the same account performs selfdestruct twiceYoichi Hirai2018-04-201-0/+67
* | | | Merge pull request #450 from ansermino/patch-1Yoichi Hirai2018-04-201-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed inconsistent use of output/outDavid Ansermino2018-04-171-4/+4
| | |/ | |/|
* | | Merge pull request #451 from ethereum/codesize-initYoichi Hirai2018-04-182-0/+155
|\ \ \ | |/ / |/| |
| * | add test which checks codesize/extcodesize on contract in initJared Wasinger2018-04-182-0/+155
|/ /
* | Merge pull request #445 from pirapira/remove-random-balanceYoichi Hirai2018-04-108-182/+890
|\ \
| * | Filling the test 201503110226PYTHON_DUP6Yoichi Hirai2018-04-103-0/+832
| * | Add a GeneralStateTest filler instead of a removed VMtestYoichi Hirai2018-04-101-0/+58
| * | Remove VM random tests that contain `BALANCE`Yoichi Hirai2018-04-104-182/+0
|/ /
* | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-064-0/+444
|\ \
| * | Fill identity_to_small testYoichi Hirai2018-03-303-0/+378
| * | Add a test that calls the ID precompiled contract with a smaller outputYoichi Hirai2018-03-301-0/+66
* | | Merge pull request #443 from pirapira/revert-on-empty-stackYoichi Hirai2018-04-044-0/+939
|\ \ \ | |/ / |/| |
| * | Fill RevertOnEmptyStack testYoichi Hirai2018-04-033-0/+880
| * | Add a test that executes a single `REVERT` on an empty stackYoichi Hirai2018-04-031-0/+59
|/ /
* | Merge pull request #440 from ethereum/winsvega-patch-1winsvega2018-03-281-1/+1
|\ \
| * | Update invalidRLPTest.jsonwinsvega2018-03-271-1/+1
|/ /
* | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2664-0/+17484
|\ \
| * | Fill SAR testsYoichi Hirai2018-03-2348-0/+15802
| * | Add Fillers for SAR testsYoichi Hirai2018-03-2316-0/+1682
* | | Merge pull request #423 from ethereum/shrYoichi Hirai2018-03-2344-0/+12068
|\ \ \ | |/ / |/| |
| * | Fill SHR testsYoichi Hirai2018-03-2233-0/+10869
| * | Add fillers for SHR testsYoichi Hirai2018-03-2211-0/+1199
|/ /
* | Merge pull request #435 from ethereum/better-dup-detectorYoichi Hirai2018-03-22160-445/+1297
|\ \
| * | Fill the modified filler filesYoichi Hirai2018-03-2279-183/+1048
| * | Rename duplicated keys in filler JSON filesYoichi Hirai2018-03-2279-260/+247
| * | Better dup key validatorYoichi Hirai2018-03-212-2/+2
|/ /
* | Merge pull request #432 from pirapira/check-duplicateYoichi Hirai2018-03-20138-281/+7629
|\ \
| * | Do not check files in node_modulesYoichi Hirai2018-03-201-2/+2
| * | Filled test casesYoichi Hirai2018-03-1968-204/+7549
| * | Remove duplicate properties from fillersYoichi Hirai2018-03-1968-71/+71
| * | Check for duplicate keys in JSON objectsYoichi Hirai2018-03-192-4/+7
|/ /
* | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1742-37/+11067
|\ \
| * | Add more shl testsYoichi Hirai2018-03-1042-37/+11067
| |/
* | Merge pull request #429 from ethereum/identity-to-biggerYoichi Hirai2018-03-154-0/+444
|\ \ | |/ |/|
| * Fill identity_to_bigger testYoichi Hirai2018-03-143-0/+378
| * Add a filler for identity_to_bigger testYoichi Hirai2018-03-141-0/+66
|/
* Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-015-4/+867
|\
| * Allow LLL code in transaction dataYoichi Hirai2018-03-011-4/+9
| * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-274-0/+858
* | Merge pull request #420 from ethereum/first-shlYoichi Hirai2018-03-018-0/+1109
|\ \ | |/ |/|
| * Add (shl 0 1) testYoichi Hirai2018-03-014-0/+1105
| * Add directories for tests for shift instructionsYoichi Hirai2018-02-274-0/+4
|/
* Merge pull request #414 from pirapira/add_faqYoichi Hirai2018-02-201-3/+12
|\
| * Add FAQYoichi Hirai2018-02-131-3/+12
* | Merge pull request #418 from ethereum/fixemptywinsvega2018-02-176132-22686/+787730
|\ \ | |/ |/|
| * allow decimal storage values in test fillersDimitry2018-02-171-2/+8
| * replace 0x1 with 0x01Dimitry2018-02-17184-730/+730
| * fix syntax in testsDimitry2018-02-1712-60/+60
| * fix stCreateTestDimitry2018-02-1794-782/+8890
| * fix stRevertTestDimitry2018-02-17213-2710/+14199
| * fix stStaticCallDimitry2018-02-17860-3668/+17302
| * fix stZeroKnowledge2Dimitry2018-02-171300-2290/+258105
| * fix stZeroKnowledgeDimitry2018-02-161800-3392/+313418
| * fix stBugsDimitry2018-02-1616-87/+2055
| * fix stMemoryStressTestDimitry2018-02-16135-658/+4907
| * fix stQuadraticComplexityTestDimitry2018-02-1680-272/+5407
| * fix stArgsZeroOneBalanceDimitry2018-02-16166-800/+2729
| * fix stBadOpcodesDimitry2018-02-16125-2547/+2880
| * fix stPreCompiledContracts2Dimitry2018-02-16226-2847/+7982
| * fix stPreCompiledContracts empty expectDimitry2018-02-161116-2079/+149296
|/
* Merge pull request #413 from ethereum/optfixYoichi Hirai2018-02-0813501-3555964/+509003
|\
| * update stSolidityTestDimitry2018-02-0755-164/+1886
| * update bcForgedTestsDimitry2018-02-076-429/+429
| * refill stZeroCallsRevertDimitry2018-02-0772-12144/+1066
| * refill stZeroKnowledge2Dimitry2018-02-071300-893663/+40374
| * refill stZeroKnowledgeDimitry2018-02-071741-1030434/+44781
| * update stZeroKnowledge fillersDimitry2018-02-07133-186/+186
| * refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-07488-98799/+6416
| * update stSpecialTest fillersDimitry2018-02-0712-18/+18
| * refill stRecursiveDimitry2018-02-078-8599/+200
| * refill stQuadraticComplexityDimitry2018-02-0782-36020/+65293
| * update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-071281-485712/+21011
| * update stCodeSize stBadOpcodeDimitry2018-02-0713-442/+329
| * refill stBugsDimitry2018-02-0620-4538/+751
| * refill stAttack stBadOpcodeDimitry2018-02-06254-39565/+126664
| * refill stArgsZeroOneBalanceDimitry2018-02-06308-65398/+3229
| * refill blockchain stZeroCallsTestDimitry2018-02-0672-1172/+3110
| * refill stZeroCallsTestDimitry2018-02-0624-24/+24
| * refill blockchain stWalletTestDimitry2018-02-06132-19454/+3742
| * update stWalletTest fillersDimitry2018-02-0642-54/+54
| * refill blockchain stTransitionTestDimitry2018-02-0627-408/+1021
| * update stTransitionTest fillersDimitry2018-02-069-9/+9
| * refill blockchain stTransactionDimitry2018-02-06348-21562/+16547
| * refill stTransitionTestDimitry2018-02-0544-167/+167
| * update stTransitionTest fillersDimitry2018-02-0544-77/+77
| * refill blockchain stSystemOperationsDimitry2018-02-05197-3829/+7630
| * update stSystemOperations fillersDimitry2018-02-0565-90/+90
| * refill blockchain stStaticCallDimitry2018-02-05990-331038/+17057
| * refill stStaticCallDimitry2018-02-05287-21091/+1042
| * update stStaticCall fillersDimitry2018-02-05284-393/+353
| * refill blockchain stSolidityTestDimitry2018-02-0548-7024/+680
| * update stSolidityTest fillersDimitry2018-02-0513-13/+13
| * refill blockchain stRevertTestDimitry2018-02-05266-55824/+10501
| * fill stRevertTestDimitry2018-02-0546-582/+160
| * update stRevertTest fillersDimitry2018-02-0541-72/+99
| * refill blockchain stReturnDataTestDimitry2018-02-0588-6178/+4177
| * refill stReturnDataTestDimitry2018-02-0574-480/+364
| * refill blockchain stRefundTestDimitry2018-02-0567-3925/+3065
| * update stRefundTest fillersDimitry2018-02-0519-26/+26
| * refill blockchain stMemoryTestDimitry2018-02-05134-3320/+13824
| * refill stMemoryTestDimitry2018-02-0567-267/+267
| * fix stMemoryTestDimitry2018-02-0567-67/+67
| * refill blockchain stRandom2Dimitry2018-02-03454-81973/+22199
| * fix stRandom2 testsDimitry2018-02-03451-8387/+2543
| * refill stRandomDimitry2018-02-02654-117795/+32051
| * refill stRandomTestsDimitry2018-02-02376-11821/+2548
| * update stRandom fillersDimitry2018-02-02327-327/+327
| * update stPreCompiledContracts2Dimitry2018-02-02318-25799/+11296
| * update stPreCompiledContracts2 fillersDimitry2018-02-0294-114/+114
| * update stNonZeroCallsTestDimitry2018-02-0272-1172/+3158
| * update stNonZeroCalls fillersDimitry2018-02-0224-24/+24
| * refill stMemoryStressTestDimitry2018-02-02203-41491/+3324
| * update stMemoryStress fillersDimitry2018-02-0238-38/+38
| * refill stMemExpandingEUP150CallsDimitry2018-02-0224-523/+1434
| * update fillers stMemExpandingEIP150CallsDimitry2018-02-028-9/+9
| * refill stLogTestsDimitry2018-02-01138-2300/+5086
| * update stLogTests fillersDimitry2018-02-0146-46/+46
| * refill stInitCodeTestDimitry2018-02-0154-788/+2306
| * update stInitCode test fillersDimitry2018-02-0121-66/+224
| * refill stEIP150Specific testsDimitry2018-02-0139-5485/+928
| * update stEIP150Specific fillersDimitry2018-02-0113-272/+13
| * refill blockchain stEIP150singleCodeGasPricesDimitry2018-02-0160-7969/+2683
| * refill stEIP150singleCodeGasPricesDimitry2018-02-0130-769/+120
| * update stEIP150singleCodeGasPrices fillersDimitry2018-02-0130-99/+57
| * refill blockchain stDelegatecallTestHomesteadDimitry2018-02-0180-14267/+2502
| * fill stDelegatecallTestHomesteadDimitry2018-02-0134-1332/+136
| * update fillers for stDelegatecallTestHomesteadDimitry2018-02-0134-416/+43
| * refill blockchain stCreateTestDimitry2018-02-0194-15969/+4460
| * refill stCreateTestDimitry2018-02-0124-192/+101
| * update fillers stCreateTestDimitry2018-02-0122-22/+22
| * refill blockchain stChangedEIP150 testsDimitry2018-02-0162-9204/+3548
| * refill stChangedEIP150Dimitry2018-01-3130-755/+119
| * update src stChangedEIP150Dimitry2018-01-3130-60/+60
| * refill blockchain stCallDelegateCodesHomesteadDimitry2018-01-31116-24309/+6048
| * refill stCallDelegateCodesHomesteadDimitry2018-01-3162-1978/+240
| * update stCallDelegateCodesHomestead fillersDimitry2018-01-3158-1859/+65
| * refill blockchain stCallDelegateCodesCallCodeHomesteadDimitry2018-01-31116-24715/+5741
| * refill stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-2003/+232
| * fix src stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-60/+60
* | Merge pull request #412 from ethereum/optfixYoichi Hirai2018-01-31476-53874/+9098
|\|
| * refill blockchain stCallCreateCallCodeDimitry2018-01-3180-14565/+2068
| * refill stCallCreateCallCodeTestDimitry2018-01-3140-1446/+154
| * update fillers of stCallCreateCallCodeDimitry2018-01-3139-48/+48
| * refill blockchain stCallCodesDimitry2018-01-31160-34858/+6417
| * refill state stCallCodesDimitry2018-01-3179-2861/+315
| * optimize stCallCodes srcDimitry2018-01-3179-97/+97
|/
* Merge pull request #367 from ethereum/schema-lintingYoichi Hirai2018-01-31740-1176/+1251
|\
| * Fixing errors from JSONSchema/st-filler-schema.jsonYoichi Hirai2018-01-30740-1175/+1176
| * add expect section to linting of test fillersJared Wasinger2018-01-301-4/+78
* | Merge pull request #410 from pirapira/document-difficulty-testYoichi Hirai2018-01-301-0/+15
|\ \ | |/ |/|
| * Document difficulty testsYoichi Hirai2018-01-301-0/+15
* | Merge pull request #409 from ethereum/travisYoichi Hirai2018-01-301-0/+4
|\ \ | |/ |/|
| * Travis CI: Build PRs oncePaweł Bylica2018-01-301-0/+4
* | Merge pull request #407 from ethereum/optimizeYoichi Hirai2018-01-303-87/+87
|\ \
| * | fix travis tests for PR 4809Dimitry2018-01-303-87/+87
| |/
* | Merge pull request #406 from ethereum/difficulty-tests-int64Yoichi Hirai2018-01-306-45800/+45800
|\ \ | |/ |/|
| * Regenerate difficulty testsPaweł Bylica2018-01-306-45800/+45800
|/
* Merge pull request #405 from ethereum/modlen-999188Yoichi Hirai2018-01-3010-287/+1066
|\
| * Add a new input for modlen = 999188.Yoichi Hirai2018-01-3010-287/+1066
|/
* Merge pull request #401 from ethereum/ewasmYoichi Hirai2018-01-222-0/+0
|\
| * add stEWASM test folderDimitry2018-01-222-0/+0
|/
* Merge pull request #389 from ethereum/evmjitwinsvega2018-01-18311-0/+87876
|\
| * Update README.mdwinsvega2018-01-161-2/+2
| * add readme fileDimitry2018-01-161-0/+18
| * stArgsZeroOneBalance testsDimitry2018-01-16310-0/+87858
|/
* Merge pull request #388 from ethereum/code-copy-offsetwinsvega2018-01-074-5/+922
|\
| * add filler for codeCopyOffset, change locationJared Wasinger2018-01-044-5/+922
* | Merge pull request #387 from ethereum/returndata-after-revert-in-callcodeYoichi Hirai2018-01-042-13/+29
|\ \ | |/ |/|
| * Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODEYoichi Hirai2018-01-032-13/+29
* | Merge pull request #381 from hugo-dc/create-return-testYoichi Hirai2018-01-032-0/+273
|\ \ | |/ |/|
| * use yml format, correct order in data commentsJose Hugo De la cruz Romero2018-01-033-48/+39
| * Test RETURN for big offsetJose Hugo De la cruz Romero2017-12-262-0/+282
* | refill callDataCopyOffset testDimitry2017-12-302-42/+156
|/
* Merge pull request #386 from ethereum/evmwinsvega2017-12-222-0/+165
|\
| * evmBytecode testDimitry2017-12-212-0/+165
* | Merge pull request #384 from ethereum/revert_in_delegate_call_moreYoichi Hirai2017-12-214-117/+258
|\ \ | |/ |/|
| * Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFillerYoichi Hirai2017-12-144-117/+258
* | Merge pull request #372 from ethereum/modexp-returndatasizewinsvega2017-12-206-16/+1588
|\ \
| * | add more modexp returndatasize test casesJared Wasinger2017-11-256-16/+1588
* | | Merge pull request #382 from ethereum/calldata-copy-offsetYoichi Hirai2017-12-154-0/+943
|\ \ \ | |_|/ |/| |
| * | add test for CALLDATACOPY where calldata offset > calldata length and copy le...Jared Wasinger2017-12-154-0/+943
|/ /
* | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-134-0/+901
|\ \
| * | Adding a new test about returndatacopy following a revert in an init codeYoichi Hirai2017-12-064-0/+901
* | | Merge pull request #374 from ethereum/gentransactwinsvega2017-12-091371-16035/+8693
|\ \ \
| * | | complete general transaction testsDimitry2017-12-01162-78/+2345
| * | | move wrong Transaction RLP testsDimitry2017-12-01151-0/+3113
| * | | convert Frontier and Homestead ttTests to new formatDimitry2017-11-30128-0/+3313
| * | | remove old transaction testsDimitry2017-11-301002-16035/+0
| |/ /
* | | Merge pull request #376 from ethereum/document-rpc-testYoichi Hirai2017-12-081-0/+70
|\ \ \
| * | | Mention the GitHub issue where the errors are trackedYoichi Hirai2017-12-071-1/+1
| * | | Answer two more questions in FAQYoichi Hirai2017-12-071-1/+5
| * | | Questions about test failuresYoichi Hirai2017-12-071-0/+25
| * | | How to install web3Yoichi Hirai2017-12-071-0/+2
| * | | Add another questionYoichi Hirai2017-12-071-0/+4
| * | | Move to README.mdYoichi Hirai2017-12-071-0/+0
| * | | Adding common errorsYoichi Hirai2017-12-071-0/+34
| * | | Document RPC testYoichi Hirai2017-12-071-0/+1
| |/ /
* | | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_staticYoichi Hirai2017-12-084-0/+1007
|\ \ \
| * | | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-084-0/+1007
| |/ /
* | | Merge pull request #378 from ethereum/returndatasize-after-static-revertYoichi Hirai2017-12-086-183/+427
|\ \ \ | |/ / |/| |
| * | Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-086-183/+427
|/ /
* / random code options exampleDimitry2017-11-301-0/+31
|/
* Merge pull request #370 from ethereum/fixstatictestswinsvega2017-11-238-218/+442
|\
| * fix StaticCallTestsDimitry2017-11-238-218/+442
|/
* Merge pull request #368 from ethereum/removezerosigYoichi Hirai2017-11-17198-3309/+0
|\
| * remove zeroSig transaction testsDimitry2017-10-26198-3309/+0
* | Merge pull request #366 from ethereum/modexp-modeize1-returnsizeYoichi Hirai2017-10-265-152/+800
|\ \ | |/ |/|
| * Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-255-152/+800
|/
* Merge pull request #365 from ethereum/stbugswinsvega2017-10-2516-0/+6292
|\
| * create failing inside staticcallDimitry2017-10-256-0/+2058
| * returndatacopy bugDimitry2017-10-2410-0/+4234
|/
* Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-2410-0/+3205
|\
| * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-2310-0/+3205
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-244-0/+856
|\ \
| * | add casey's testDimitry2017-10-193-3/+710
| * | add test for returndatasize after ecreccdetrio2017-10-072-0/+149
* | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-244-0/+893
|\ \ \ | |_|/ |/| |
| * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-194-0/+893
* | | Merge pull request #356 from ethereum/a-call-b-call-c-return-oogYoichi Hirai2017-10-184-0/+1143
|\ \ \
| * | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ...Yoichi Hirai2017-10-184-0/+1143
|/ / /
* | | Merge pull request #360 from ethereum/returntestwinsvega2017-10-174-0/+1012
|\ \ \ | |/ / |/| |
| * | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu...Dimitry2017-10-174-0/+1012
|/ /
* | Merge pull request #358 from ethereum/fixtestYoichi Hirai2017-10-172-39/+39
|\ \
| * | fix random state testDimitry2017-10-172-39/+39
|/ /
* | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-1314-0/+4226
|\ \
| * | modexp input testDimitry2017-10-1314-290/+1667
| * | fuzzed test modexp inputDimitry2017-10-1310-0/+2849
* | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13246-8293/+19646
|\ \ \
| * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13246-8293/+19646
* | | | Merge pull request #355 from ethereum/fuzztestwinsvega2017-10-134-0/+874
|\ \ \ \ | |_|/ / |/| | |
| * | | Update randomStatetest647Filler.jsonwinsvega2017-10-131-1/+1
| * | | fuzztests bytecodeDimitry2017-10-134-0/+874
|/ / /