aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dim
ModeNameSize
-rw-r--r--Makefile501logstatsplainblame
-rw-r--r--distinfo49logstatsplainblame
-rw-r--r--pkg-comment51logstatsplainblame
-rw-r--r--pkg-descr170logstatsplainblame
-rw-r--r--pkg-plist8logstatsplainblame
ass='commitgraph'>* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1497ef463172c48'>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 ↵Adrian Sutton2018-11-201-0/+70 | | | | | | | | call exits. | * Add STATICCALL variant.Adrian Sutton2018-11-202-3/+66 | | | * Add test for EXTCODEHASH of account created and then deleted in same ↵Adrian Sutton2018-11-181-0/+63 | | | | | | | | transaction. * | 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 ↵Jose Hugo De la cruz Romero2018-11-154-29/+6 | | | | output * 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 |\ | | | | Moresstore | * sstore combinations change testsDimitry2018-11-133-0/+52170 | | * | Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable ↵Adrian Sutton2018-11-133-58/+3 | | | | | | | | | | | | that this feature is new in Constantinople. Remove <=Byzantium cases that are only checking that EXTCODEHASH is not supported. * | Add more dynamic argument test cases to cover non-existent accounts, ↵Adrian Sutton2018-11-131-34/+33 | | | | | | | | precompiles (existing and non-existing) and empty accounts. * | Add test case for a contract executing EXTCODEHASH of the account being ↵Adrian Sutton2018-11-121-0/+64 | | | | | | | | created from within it's init code. * | 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 |\ \ | | | | | | Tests where data is copied to a memory range longer than the data itself | * | 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 ↵Adrian Sutton2018-11-034-0/+479 | |/ | | | | | | the data itself. * | Merge pull request #484 from ethereum/extcodehashwinsvega2018-11-095-0/+661 |\ \ | |/ |/| Add initial test cases for EXTCODEHASH | * 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 | | | | | | | | external call overwrite sstore * | 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 | | | | check gasUsage * 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 case | * Add new touched cleanup caseMatthew Dean2018-09-101-0/+99 | | | | | | | | | | | | 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-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 | | | | touched coinbase should exist in the post state * 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 deletion | * Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+119 | | | | | | | | | | | | | | 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/+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 |\ \ | | | | | | call ID precompiled contract with smaller output size than input size | * | 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 |\ \ | | | | | | Add SAR tests | * | Fill SAR testsYoichi Hirai2018-03-2316-0/+1904 | | | * | | Fill SHR testsYoichi Hirai2018-03-2211-0/+1309 |/ / * | Fill the modified filler filesYoichi Hirai2018-03-22