aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityABIJSON.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into jsoncpp_pathMarek Kotewicz2015-02-111-1/+1
|\
| * Styling in Natspec EnumsLefteris Karapetsas2015-02-091-1/+1
| |
* | fixed jsoncpp find_pathMarek Kotewicz2015-02-101-1/+1
|/
* - implemented Empty parameter name story. Now the name of input/return ↵Liana Husikyan2015-02-091-0/+71
| | | | | | | | | | parameters of function can be not specified. - added appropriate tests Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp
* Make tests resistant to changes in order of declaration.Christian2015-02-011-29/+13
|
* json and solidity ABI generted for eventsarkpar2015-01-311-10/+147
|
* updated json abi testsarkpar2015-01-311-0/+8
|
* Fallback functions.Christian2015-01-301-0/+9
|
* Cleaner solution to provide standard sources.Christian2015-01-281-0/+2
|
* Improved handling of exceptions in some Solidity TestsLefteris Karapetsas2015-01-201-6/+2
|
* Merge pull request #754 from LefterisJP/sol_abiFunctionHashchriseth2015-01-091-14/+14
|\ | | | | Calculation of ABI Function Identifier Hash
| * Fixing SolidityABIJSON testLefteris Karapetsas2015-01-091-14/+14
| |
* | Rename "JSON Documentation" -> Metadata.Gav Wood2015-01-091-1/+1
|/ | | | solc integration for Solidity-format ABI.
* const-> constantGav Wood2014-12-221-1/+1
|
* Fixed #683Gav Wood2014-12-211-8/+8
|
* Adding const attribute to ABI outputLefteris Karapetsas2014-12-191-0/+53
|
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+229
- File names and Boost Test Suite have the same name now for every solidity Test, so that there is no need to guess or check when you want to run a specific suite from the command line