aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON
Commit message (Expand)AuthorAgeFilesLines
* Fix ast json test for function kind.chriseth2018-10-092-1/+2
* Merge pull request #4734 from ethereum/astUpdatechriseth2018-10-0929-10/+571
|\
| * Restore ``isConstructor`` in the legacy AST.Daniel Kirchner2018-09-1113-0/+13
| * Add new test cases.Daniel Kirchner2018-09-119-0/+548
| * Replace ``isConstructor`` field in the JSON AST by a ``kind`` field.Daniel Kirchner2018-09-1120-20/+20
* | Add ``stateMutability`` field to JSON AST for ``address`` types.Daniel Kirchner2018-09-133-0/+1171
|/
* Update tests.chriseth2018-08-153-4/+6
* Update tests.Daniel Kirchner2018-08-0620-48/+0
* Extract AST JSON tests.Daniel Kirchner2018-08-0451-0/+4752