/news/slurp/

ash'>extcodehash DEXON fork of Ethereum tests (https://github.com/dexon-foundation/tests)
aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests
Commit message (Expand)AuthorAgeFilesLines
* GeneralStateTests/stBadOpcode: make op 0x2f (RAND) validHEADdevelopWei-Ning Huang2018-11-271-37/+1
* Merge pull request #551 from ethereum/moreextcodewinsvega2018-11-211-0/+70
|\
| * bug from fuzzerDimitry2018-11-211-0/+70
* | Fix comment.Adrian Sutton2018-11-211-2/+2
* | Add test for EXTCODEHASH of account before and after changing it's balance, n...Adrian Sutton2018-11-211-0/+77
|/
* Merge pull request #549 from ajsutton/extcodehash-createdeleteaccountwinsvega2018-11-213-0/+196
|\
| * Check self-destructed account via call does not exist.Adrian Sutton2018-11-211-1/+1
| * Check self-destructed account via static call still exists.Adrian Sutton2018-11-211-1/+1
| * Check self-destructed account no longer exists.Adrian Sutton2018-11-211-1/+1
| * Refill tests.Adrian Sutton2018-11-202-4/+4
| * Add test that checks EXTCODEHASH of self destructed account after original ca...Adrian Sutton2018-11-201-0/+70
| * Add STATICCALL variant.Adrian Sutton2018-11-202-3/+66
| * Add test for EXTCODEHASH of account created and then deleted in same transact...Adrian Sutton2018-11-181-0/+63
* | Add test for EXTCODEHASH of account created in same transaction.Adrian Sutton2018-11-181-0/+63
|/
* refill tests using create2 branch of aleth, fix extCodeHashPrecompiles json o...Jose Hugo De la cruz Romero2018-11-154-29/+6
* fix precompiles codehash test, refill using latest aleth/testethJose Hugo De la cruz Romero2018-11-154-73/+113
* EXTCODEHASH testsJose Hugo De la cruz Romero2018-11-154-0/+372
* Merge pull request #545 from ethereum/moresstorewinsvega2018-11-143-0/+52170
|\
| * sstore combinations change testsDimitry2018-11-133-0/+52170
* | Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable that...Adrian Sutton2018-11-133-58/+3
* | Add more dynamic argument test cases to cover non-existent accounts, precompi...Adrian Sutton2018-11-131-34/+33
* | Add test case for a contract executing EXTCODEHASH of the account being creat...Adrian Sutton2018-11-121-0/+64
* | Add test case for a contract executing EXTCODEHASH with a dynamic argument.Adrian Sutton2018-11-121-0/+126
* | Add test case for a contract executing EXTCODEHASH on itself.Adrian Sutton2018-11-121-0/+119
* | Merge pull request #538 from ajsutton/memory-write-testswinsvega2018-11-094-0/+479
|\ \
| * | Add comment to new tests explaining what they're covering.Adrian Sutton2018-11-094-26/+26
| * | Refill new test.Adrian Sutton2018-11-061-1/+1
| * | Add tests to cover cases where data is copied to a memory range longer than t...Adrian Sutton2018-11-034-0/+479
| |/
* | Merge pull request #484 from ethereum/extcodehashwinsvega2018-11-095-0/+661
|\ \ | |/ |/|
| * fill initial stExtCodeHash testsextcodehashDimitry2018-11-095-4/+97
| * stExtCodeHash WIPDimitry2018-10-114-0/+568
* | InitCollision testDimitry2018-10-251-0/+27
* | sstore collision overwrite sstoreDimitry2018-10-252-0/+303
* | fill as blockchain testsDimitry2018-10-1817-146/+3692
* | fill as blockchainDimitry2018-10-1714-60/+1744
* | fill as blockchain testsDimitry2018-10-167-64/+222
* | sstore refund bugDimitry2018-10-151-0/+63
* | more sstore testsDimitry2018-10-154-0/+317
|/
* refill badOpcodesDimitry2018-10-091-2/+2
* refill stCreate2 with new gasPriceDimitry2018-10-0544-102/+102
* refill all state testsDimitry2018-09-252380-9112/+47096
* create2 smart init codeDimitry2018-09-141-0/+87
* (RevertDepthCreateAddressCollision) for CREATE2Dimitry2018-09-141-0/+136
* recursive create2Dimitry2018-09-141-0/+73
* push32 without bytes at the endDimitry2018-09-141-0/+63
* create2 on depth 1023 1024Dimitry2018-09-142-0/+140
* create2 oog in initDimitry2018-09-121-0/+73
* REVERT in CREATE2Dimitry2018-09-124-0/+274
* RevertDepthCreate2 OOGDimitry2018-09-111-0/+136
* returndatacopy after create2 testsDimitry2018-09-113-0/+192
* Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-casewinsvega2018-09-101-0/+99
|\
| * Add new touched cleanup caseMatthew Dean2018-09-101-0/+99
* | more create2 testsDimitry2018-09-084-7/+292
* | create2 check fields in init codeDimitry2018-09-081-0/+135
* | create2 call precompiles from init codeDimitry2018-09-061-0/+140
|/
* more create2 collision testsDimitry2018-09-057-37/+395
* refill collision testDimitry2018-09-041-5/+32
* create2 bounds + yoichi testsDimitry2018-09-045-0/+393
* create2 OOG testsDimitry2018-09-038-5/+503
* Suicide in create2 testsDimitry2018-08-312-0/+236
* create2 init code testsDimitry2018-08-282-0/+248
* create2 testDimitry2018-08-279-0/+692
* fix mining reward in sar testDimitry2018-08-081-1/+1
* fix sar 2^256 0 testDimitry2018-08-081-50/+6
* fix the sar blockchain testsDimitry2018-08-032-2/+2
* sar00 testDimitry2018-07-271-0/+75
* sar 0 256-1 testDimitry2018-07-271-0/+75
* check returndatasize after failing createDimitry2018-07-061-0/+74
* check returndata after failing createDimitry2018-07-061-0/+81
* fill create failure testsDimitry2018-07-035-0/+441
* fix remaining testsDimitry2018-05-182-103/+143
* restore ecmul testDimitry2018-05-151-102/+63
* fix more tests with coinbase touchDimitry2018-05-153-168/+209
* fix more tests with touch coinbaseDimitry2018-05-1525-892/+1179
* fix more testsDimitry2018-05-154-96/+130
* fix more testsDimitry2018-05-155-138/+341
* fix oog transaction executionDimitry2018-05-151-30/+51
* Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-091-0/+119
|\
| * Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+119
* | Fill doubleSelfdestructTestYoichi Hirai2018-04-241-0/+118
* | Fill doubleSelfdestructTest2Yoichi Hirai2018-04-201-0/+118
* | add test which checks codesize/extcodesize on contract in initJared Wasinger2018-04-181-0/+100
* | Filling the test 201503110226PYTHON_DUP6Yoichi Hirai2018-04-101-0/+118
* | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-061-0/+74
|\ \
| * | Fill identity_to_small testYoichi Hirai2018-03-301-0/+74
* | | Fill RevertOnEmptyStack testYoichi Hirai2018-04-031-0/+118
|/ /
* | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2616-0/+1904
|\ \
| * | Fill SAR testsYoichi Hirai2018-03-2316-0/+1904
* | | Fill SHR testsYoichi Hirai2018-03-2211-0/+1309
|/ /
* | Fill the modified filler filesYoichi Hirai2018-03-2279-183/+1048
* | Filled test casesYoichi Hirai2018-03-1968-204/+7549
* | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1711-1/+1191
|\ \
| * | Add more shl testsYoichi Hirai2018-03-1011-1/+1191
| |/
* / Fill identity_to_bigger testYoichi Hirai2018-03-141-0/+74
|/
* Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-011-0/+108
|\
| * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-271-0/+108
* | Add (shl 0 1) testYoichi Hirai2018-03-011-0/+119
* | Add directories for tests for shift instructionsYoichi Hirai2018-02-271-0/+1
|/
* replace 0x1 with 0x01Dimitry2018-02-1793-457/+457
* fix syntax in testsDimitry2018-02-172-7/+7
* fix stCreateTestDimitry2018-02-1723-27/+27
* fix stRevertTestDimitry2018-02-1741-89/+89
* fix stStaticCallDimitry2018-02-17284-591/+591
* fix stZeroKnowledge2Dimitry2018-02-17130-406/+406
* fix stZeroKnowledgeDimitry2018-02-16133-411/+411
* fix stBugsDimitry2018-02-163-8/+8
* fix stMemoryStressTestDimitry2018-02-1638-45/+45
* fix stQuadraticComplexityTestDimitry2018-02-1616-48/+48
* fix stArgsZeroOneBalanceDimitry2018-02-1646-220/+106
* fix stBadOpcodesDimitry2018-02-161-3/+3
* fix stPreCompiledContracts2Dimitry2018-02-1694-99/+99
* fix stPreCompiledContracts empty expectDimitry2018-02-1694-281/+281
* update stSolidityTestDimitry2018-02-0713-13/+156
* refill stZeroCallsRevertDimitry2018-02-0724-1148/+92
* refill stZeroKnowledge2Dimitry2018-02-07130-20150/+390
* refill stZeroKnowledgeDimitry2018-02-07133-26791/+399
* refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-0719-7788/+63
* refill stRecursiveDimitry2018-02-072-30/+8
* refill stQuadraticComplexityDimitry2018-02-0716-959/+152
* update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-07105-17362/+325
* update stCodeSize stBadOpcodeDimitry2018-02-073-21/+10
* refill stBugsDimitry2018-02-063-139/+10
* refill stAttack stBadOpcodeDimitry2018-02-063-2211/+11
* refill stArgsZeroOneBalanceDimitry2018-02-0646-4486/+230
* refill blockchain stZeroCallsTestDimitry2018-02-0624-92/+92
* refill blockchain stWalletTestDimitry2018-02-0642-1722/+128
* refill blockchain stTransitionTestDimitry2018-02-069-30/+30
* refill stTransitionTestDimitry2018-02-0544-167/+167
* refill blockchain stSystemOperationsDimitry2018-02-0565-256/+256
* refill stStaticCallDimitry2018-02-05284-21086/+1034
* refill blockchain stSolidityTestDimitry2018-02-0516-651/+46
* fill stRevertTestDimitry2018-02-0541-575/+150
* refill stReturnDataTestDimitry2018-02-0537-439/+147
* refill blockchain stRefundTestDimitry2018-02-0519-70/+70
* refill stMemoryTestDimitry2018-02-0567-267/+267
* fix stRandom2 testsDimitry2018-02-03226-8164/+679
* refill stRandomTestsDimitry2018-02-02327-11772/+981
* update stPreCompiledContracts2Dimitry2018-02-0294-1202/+370
* update stNonZeroCallsTestDimitry2018-02-0224-92/+92
* refill stMemoryStressTestDimitry2018-02-0238-3000/+151
* refill stMemExpandingEUP150CallsDimitry2018-02-028-43/+32
* refill stLogTestsDimitry2018-02-0146-184/+184
* refill stInitCodeTestDimitry2018-02-0118-56/+56
* update stInitCode test fillersDimitry2018-02-01