Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specifies visibility in unit tests. | Erik Kundt | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Added default data locations to parameters for end to end tests. | Chase McDermott | 2018-07-16 | 1 | -29/+29 |
| | |||||
* | Updates unit test to specify visibility. | Erik Kundt | 2018-07-04 | 1 | -9/+9 |
| | |||||
* | Merge pull request #4374 from ↵ | chriseth | 2018-07-03 | 1 | -3/+3 |
|\ | | | | | | | | | ethereum/v050-var-keyword-removal-preps-end2end-tests V050 var keyword removal preparations (End-to-End tests) | ||||
| * | test: ensure compiled tests do not use var-keyword in preparation of ↵ | Christian Parpart | 2018-07-02 | 1 | -3/+3 |
| | | | | | | | | var-keyword removal | ||||
* | | Merge pull request #4224 from ethereum/revert_wrong_calldata | chriseth | 2018-07-02 | 1 | -10/+4 |
|\ \ | |/ |/| | [BREAKING] Revert if calldata has wrong size | ||||
| * | Revert if calldata is too short or points out of bounds | Leonardo Alt | 2018-06-26 | 1 | -10/+4 |
| | | |||||
* | | Updates compiled unit tests to new constructor syntax. | Erik Kundt | 2018-06-29 | 1 | -5/+5 |
|/ | |||||
* | Enforce disallowing empty structs | Christian Parpart | 2018-06-14 | 1 | -20/+0 |
| | | | | | | | | This patch enfoces an error when it encounters an empty struct, effectively eliminating the deprecation warning. Also adjust 419_interface_structs to explicitely test for (non-empty) structs, as this behaviour "may" change in the future. | ||||
* | Adjust tests. | Daniel Kirchner | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Tests for returning dynamic data. | chriseth | 2018-03-21 | 1 | -0/+83 |
| | |||||
* | Also test short input for old decoder. | chriseth | 2017-11-30 | 1 | -5/+9 |
| | |||||
* | Cleanup and overflow checks for data pointers. | chriseth | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Decoder tests. | chriseth | 2017-11-30 | 1 | -0/+790 |