/sysutils/tinybsd/

/'>dexon-tests
DEXON fork of Ethereum tests (https://github.com/dexon-foundation/tests)
aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
Commit message (Collapse)AuthorAgeFilesLines
* fix blockchain tests expect section json scheme checkconsttransitionDimitry2018-11-204-7/+7
| | | | more info when scheme check errors
* constantinople transition testDimitry2018-11-161-0/+211
| | | | difficulty change test
* fill blockchain testsJose Hugo De la cruz Romero2018-11-1512-0/+972
|
* Merge pull request #545 from ethereum/moresstorewinsvega2018-11-145187-0/+663936
|\ | | | | Moresstore
| * fill as blockchain sstore combinationsmoresstoreDimitry2018-11-135187-0/+663936
| |
* | Fill blockchain tests.Adrian Sutton2018-11-137-0/+671
| |
* | Merge pull request #538 from ajsutton/memory-write-testswinsvega2018-11-094-0/+519
|\ \ | | | | | | Tests where data is copied to a memory range longer than the data itself
| * | Add blockchain version of new tests.Adrian Sutton2018-11-094-0/+387
| | |
| * | Revert "Add blockchain version of stPreCompiledContracts2 tests." (to make ↵Adrian Sutton2018-11-093-375/+0
| | | | | | | | | | | | regenerating them easier)
| * | Add blockchain version of stCodeCopy tests.Adrian Sutton2018-11-061-0/+132
| | |
| * | Add blockchain version of stPreCompiledContracts2 tests.Adrian Sutton2018-11-063-0/+375
| |/
* | Merge pull request #484 from ethereum/extcodehashwinsvega2018-11-096-0/+921
|\ \ | |/ |/| Add initial test cases for EXTCODEHASH
| * fill initial stExtCodeHash testsextcodehashDimitry2018-11-096-0/+921
| |
* | InitCollision testDimitry2018-10-254-0/+402
| |
* | sstore collision overwrite sstoreDimitry2018-10-2516-0/+1436
| | | | | | | | external call overwrite sstore
* | fill as blockchain testsDimitry2018-10-18340-239/+31036
| |
* | fill as blockchainDimitry2018-10-17109-86/+10025
| |
* | fill as blockchain testsDimitry2018-10-167-0/+714
| |
* | update tests without EIP210Dimitry2018-10-1297-598/+100
| |
* | remove artifact testsDimitry2018-10-1114-1153/+0
| |
* | refill wallet testsDimitry2018-10-112-2/+2
|/
* refill stCreate2 with new gasPriceDimitry2018-10-051-3/+3
|
* blockchain test source updatesDimitry2018-10-02244-208/+5408
|
* 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
|
* storage from suicide checkDimitry2018-08-284-0/+415
|
* create2 testDimitry2018-08-2712-0/+1142
|
* 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
|
* src/BlockchainTestsFiller: fixing issues with blockchain test fillersEverett Hildenbrandt2018-05-3017-17/+17
|
* 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
|
* 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-07