/misc/heyu2/

e='this.form.submit();'> DEXON fork of Ethereum tests (https://github.com/dexon-foundation/tests)
aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errorsEverett Hildenbrandt2018-05-3110-10/+16
* src/BlockchainTestsFiller: fixing issues with blockchain test fillersEverett Hildenbrandt2018-05-3017-17/+17
* src/VMTestsFiller: correct occurrences of invalid JSONEverett Hildenbrandt2018-05-306-18/+6
* fix remaining testsDimitry2018-05-181-9/+26
* restore ecmul testDimitry2018-05-151-3/+6
* fix more tests with coinbase touchDimitry2018-05-153-9/+50
* fix more tests with touch coinbaseDimitry2018-05-1525-71/+548
* fix more testsDimitry2018-05-153-2/+88
* fix more testsDimitry2018-05-155-12/+90
* fix oog transaction executionDimitry2018-05-151-1/+7
* Merge pull request #444 from pirapira/remove-blockhash-vm-testsYoichi Hirai2018-05-1169-2582/+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-1456-2149/+0
| * Remove VM tests that use `BALANCE` instructionYoichi Hirai2018-04-125-191/+0
| * Remove VM tests using the mock BLOCKHASH instruction just for VM testsYoichi Hirai2018-04-127-242/+0
* | Merge pull request #454 from ethereum/bytes-arithmeticYoichi Hirai2018-05-091-0/+36
|\ \
| * | add vm test for arithmetic (add) after byteJared Wasinger2018-04-181-0/+36
| |/
* | Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-092-0/+188
|\ \
| * | Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-092-0/+188
* | | Fill doubleSelfdestructTestYoichi Hirai2018-04-241-0/+110
* | | Add a test case where the same contract performs selfdestruct twiceYoichi Hirai2018-04-241-0/+64
* | | Fill doubleSelfdestructTest2Yoichi Hirai2018-04-201-0/+107
* | | Add a test where the same account performs selfdestruct twiceYoichi Hirai2018-04-201-0/+67
* | | add test which checks codesize/extcodesize on contract in initJared Wasinger2018-04-181-0/+55
| |/ |/|
* | Filling the test 201503110226PYTHON_DUP6Yoichi Hirai2018-04-101-0/+136
* | Add a GeneralStateTest filler instead of a removed VMtestYoichi Hirai2018-04-101-0/+58
* | Remove VM random tests that contain `BALANCE`Yoichi Hirai2018-04-102-80/+0
* | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-062-0/+152
|\ \
| * | Fill identity_to_small testYoichi Hirai2018-03-301-0/+86
| * | Add a test that calls the ID precompiled contract with a smaller outputYoichi Hirai2018-03-301-0/+66
* | | Fill RevertOnEmptyStack testYoichi Hirai2018-04-031-0/+118
* | | Add a test that executes a single `REVERT` on an empty stackYoichi Hirai2018-04-031-0/+59
|/ /
* | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2632-0/+5088
|\ \
| * | Fill SAR testsYoichi Hirai2018-03-2316-0/+3406
| * | Add Fillers for SAR testsYoichi Hirai2018-03-2316-0/+1682
* | | Fill SHR testsYoichi Hirai2018-03-2211-0/+2349
* | | Add fillers for SHR testsYoichi Hirai2018-03-2211-0/+1199
|/ /
* | Rename duplicated keys in filler JSON filesYoichi Hirai2018-03-2279-260/+247
* | Remove duplicate properties from fillersYoichi Hirai2018-03-1968-71/+71
* | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1720-0/+3284
|\ \
| * | Add more shl testsYoichi Hirai2018-03-1020-0/+3284
| |/
* | Fill identity_to_bigger testYoichi Hirai2018-03-141-0/+86
* | Add a filler for identity_to_bigger testYoichi Hirai2018-03-141-0/+66
|/
* Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-012-0/+202
|\
| * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-272-0/+202
* | Add (shl 0 1) testYoichi Hirai2018-03-012-0/+330
* | Add directories for tests for shift instructionsYoichi Hirai2018-02-272-0/+2
|/
* replace 0x1 with 0x01Dimitry2018-02-1791-273/+273
* fix syntax in testsDimitry2018-02-172-5/+5
* fix stCreateTestDimitry2018-02-1724-13/+1206
* fix stRevertTestDimitry2018-02-1739-35/+2124
* fix stStaticCallDimitry2018-02-1781-4/+1849
* fix stZeroKnowledge2Dimitry2018-02-17650-806/+118878
* fix stZeroKnowledgeDimitry2018-02-16863-729/+123742
* fix stBugsDimitry2018-02-166-8/+188
* fix stMemoryStressTestDimitry2018-02-1615-7/+737
* fix stQuadraticComplexityTestDimitry2018-02-1632-0/+1701
* fix stArgsZeroOneBalanceDimitry2018-02-1624-20/+332
* fix stBadOpcodesDimitry2018-02-162-2/+35
* fix stPreCompiledContracts2Dimitry2018-02-1620-6/+2138
* fix stPreCompiledContracts empty expectDimitry2018-02-16505-232/+50837
* update stSolidityTestDimitry2018-02-0726-13/+152
* update bcForgedTestsDimitry2018-02-073-143/+143
* refill stZeroCallsRevertDimitry2018-02-0724-20/+766
* refill stZeroKnowledge2Dimitry2018-02-07650-130/+38944
* refill stZeroKnowledgeDimitry2018-02-07804-0/+41974
* update stZeroKnowledge fillersDimitry2018-02-07133-186/+186
* refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-07250-76/+4342
* update stSpecialTest fillersDimitry2018-02-0712-18/+18
* refill stRecursiveDimitry2018-02-074-6/+120
* refill stQuadraticComplexityDimitry2018-02-0734-29/+50651
* update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-07