aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityABIJSON.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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