aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stStaticCall
Commit message (Collapse)AuthorAgeFilesLines
* Fix names of test cases in GeneralStateTests to match the file namesYoichi Hirai2017-06-302-2/+2
|
* more staticcall tests updateDimitry2017-06-282-6/+201
|
* more staticcall testsDimitry2017-06-285-0/+627
|
* Fix a test case that expected staticcall to return successfully even when an ↵Yoichi Hirai2017-06-271-1/+1
| | | | SSTORE is attempted
* Fix a test that expected staticcall to return successfully even when SSTORE ↵Yoichi Hirai2017-06-271-2/+2
| | | | is attempted inside
* Add a test about staticcall not inheriting the callvalue from the parent ↵Yoichi Hirai2017-06-261-0/+76
| | | | call (caused by call instruction)
* Add a test about STATICCALL not inheriting the callvalueYoichi Hirai2017-06-261-0/+70
| | | | This test failw on cpp-ethereum:develop but succeeds on cpp-ethereum:fix-staticcall
* correct staticcall testsDimitry2017-06-242-2/+2
|
* fix create transactions with eip86 ruleDimitry2017-06-232-7/+30
|
* A precompiled contract exists at address 8, so the staticcall does not cause ↵Yoichi Hirai2017-06-131-1/+1
| | | | an error there
* more staticcall testsDimitry2017-06-01415-25112/+4806
|
* update static testsDimitry2017-05-2389-121/+8479
|
* generate finished tests for staticcallDimitry2017-05-236-96/+20
|
* move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188
|
* update static call testsDimitry2017-05-2312-59/+117
|
* update staticcall fillersDimitry2017-05-2326-165/+1198
|
* update static call testsDimitry2017-05-237-33/+388
|
* update static call fillersDimitry2017-05-2369-1619/+708
|
* templates for staticcall testsDimitry2017-05-23373-0/+35208