Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "tuple" for struct types in ABI JSON. | chriseth | 2017-09-16 | 1 | -1/+1 |
* | Structure type json using "components". | chriseth | 2017-09-16 | 1 | -8/+8 |
* | Fix interface type conversion internal to structs. | chriseth | 2017-09-16 | 1 | -1/+3 |
* | Function signatures containing structs. | chriseth | 2017-09-16 | 1 | -2/+3 |
* | Allow structs as part of function interfaces. | chriseth | 2017-09-16 | 1 | -9/+49 |
* | Reorder ABI for readability | Alex Beregszaszi | 2017-08-25 | 1 | -9/+10 |
* | Rename statemutability to stateMutability in ABI/AST | Alex Beregszaszi | 2017-08-24 | 1 | -3/+3 |
* | Introduce pure specifier on functions | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
* | Introduce view (and keep constant as an alias) | Alex Beregszaszi | 2017-08-23 | 1 | -1/+2 |
* | Remove some unused includes | Alex Beregszaszi | 2017-08-21 | 1 | -1/+0 |
* | Add statemutability field to the ABI | Alex Beregszaszi | 2017-08-15 | 1 | -0/+3 |
* | Split ABI out of InterfaceHandler | Alex Beregszaszi | 2017-05-19 | 1 | -0/+116 |