Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix names of test cases in GeneralStateTests to match the file names | Yoichi Hirai | 2017-06-30 | 2 | -2/+2 |
| | |||||
* | more staticcall tests update | Dimitry | 2017-06-28 | 2 | -6/+201 |
| | |||||
* | more staticcall tests | Dimitry | 2017-06-28 | 5 | -0/+627 |
| | |||||
* | Fix a test case that expected staticcall to return successfully even when an ↵ | Yoichi Hirai | 2017-06-27 | 1 | -1/+1 |
| | | | | SSTORE is attempted | ||||
* | Fix a test that expected staticcall to return successfully even when SSTORE ↵ | Yoichi Hirai | 2017-06-27 | 1 | -2/+2 |
| | | | | is attempted inside | ||||
* | Add a test about staticcall not inheriting the callvalue from the parent ↵ | Yoichi Hirai | 2017-06-26 | 1 | -0/+76 |
| | | | | call (caused by call instruction) | ||||
* | Add a test about STATICCALL not inheriting the callvalue | Yoichi Hirai | 2017-06-26 | 1 | -0/+70 |
| | | | | This test failw on cpp-ethereum:develop but succeeds on cpp-ethereum:fix-staticcall | ||||
* | correct staticcall tests | Dimitry | 2017-06-24 | 2 | -2/+2 |
| | |||||
* | fix create transactions with eip86 rule | Dimitry | 2017-06-23 | 2 | -7/+30 |
| | |||||
* | A precompiled contract exists at address 8, so the staticcall does not cause ↵ | Yoichi Hirai | 2017-06-13 | 1 | -1/+1 |
| | | | | an error there | ||||
* | more staticcall tests | Dimitry | 2017-06-01 | 421 | -25448/+5142 |
| | |||||
* | update static tests | Dimitry | 2017-05-23 | 89 | -121/+8479 |
| | |||||
* | generate finished tests for staticcall | Dimitry | 2017-05-23 | 6 | -96/+20 |
| | |||||
* | move unprepared staticcall tests to subfolder | Dimitry | 2017-05-23 | 321 | -236/+188 |
| | |||||
* | update static call tests | Dimitry | 2017-05-23 | 12 | -59/+117 |
| | |||||
* | update staticcall fillers | Dimitry | 2017-05-23 | 26 | -165/+1198 |
| | |||||
* | update static call tests | Dimitry | 2017-05-23 | 7 | -33/+388 |
| | |||||
* | update static call fillers | Dimitry | 2017-05-23 | 69 | -1619/+708 |
| | |||||
* | templates for staticcall tests | Dimitry | 2017-05-23 | 373 | -0/+35208 |