aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stStaticCall
Commit message (Collapse)AuthorAgeFilesLines
* update general testsDimitry2017-08-01284-15694/+35254
|
* regenerate hive testsDimitry2017-08-01284-30506/+15896
|
* refill general state testsDimitry2017-07-10284-22/+1357
|
* Fix and refill GeneralStateTest after fixing the nonce change for address ↵Yoichi Hirai2017-07-062-268/+2
| | | | | | collision https://github.com/ethereum/cpp-ethereum/issues/4225
* Fix names of test cases in GeneralStateTests to match the file namesYoichi Hirai2017-06-302-2/+12
|
* more staticcall tests updateDimitry2017-06-283-6/+1007
|
* more staticcall testsDimitry2017-06-285-0/+2602
|
* Fix a test case that expected staticcall to return successfully even when an ↵Yoichi Hirai2017-06-271-6/+11
| | | | SSTORE is attempted
* Fix a test that expected staticcall to return successfully even when SSTORE ↵Yoichi Hirai2017-06-271-6/+11
| | | | is attempted inside
* Add a test about staticcall not inheriting the callvalue from the parent ↵Yoichi Hirai2017-06-261-0/+115
| | | | call (caused by call instruction)
* Add a test about STATICCALL not inheriting the callvalueYoichi Hirai2017-06-261-0/+108
| | | | This test failw on cpp-ethereum:develop but succeeds on cpp-ethereum:fix-staticcall
* correct staticcall testsDimitry2017-06-243-3/+64
|
* fix create transactions with eip86 ruleDimitry2017-06-232-5/+235
|
* Fill the tests following the previous commitYoichi Hirai2017-06-131-3/+3
|
* remove empty static call testsDimitry2017-06-0945-964/+0
|
* more staticcall testsDimitry2017-06-01245-57/+26252
|
* update static testsDimitry2017-05-2312-0/+1712
|
* generate finished tests for staticcallDimitry2017-05-2365-0/+9803