Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |