Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into jsoncpp_path | Marek Kotewicz | 2015-02-11 | 1 | -1/+1 |
|\ | |||||
| * | Styling in Natspec Enums | Lefteris Karapetsas | 2015-02-09 | 1 | -1/+1 |
| | | |||||
* | | fixed jsoncpp find_path | Marek Kotewicz | 2015-02-10 | 1 | -1/+1 |
|/ | |||||
* | - implemented Empty parameter name story. Now the name of input/return ↵ | Liana Husikyan | 2015-02-09 | 1 | -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. | Christian | 2015-02-01 | 1 | -29/+13 |
| | |||||
* | json and solidity ABI generted for events | arkpar | 2015-01-31 | 1 | -10/+147 |
| | |||||
* | updated json abi tests | arkpar | 2015-01-31 | 1 | -0/+8 |
| | |||||
* | Fallback functions. | Christian | 2015-01-30 | 1 | -0/+9 |
| | |||||
* | Cleaner solution to provide standard sources. | Christian | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | Improved handling of exceptions in some Solidity Tests | Lefteris Karapetsas | 2015-01-20 | 1 | -6/+2 |
| | |||||
* | Merge pull request #754 from LefterisJP/sol_abiFunctionHash | chriseth | 2015-01-09 | 1 | -14/+14 |
|\ | | | | | Calculation of ABI Function Identifier Hash | ||||
| * | Fixing SolidityABIJSON test | Lefteris Karapetsas | 2015-01-09 | 1 | -14/+14 |
| | | |||||
* | | Rename "JSON Documentation" -> Metadata. | Gav Wood | 2015-01-09 | 1 | -1/+1 |
|/ | | | | solc integration for Solidity-format ABI. | ||||
* | const-> constant | Gav Wood | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed #683 | Gav Wood | 2014-12-21 | 1 | -8/+8 |
| | |||||
* | Adding const attribute to ABI output | Lefteris Karapetsas | 2014-12-19 | 1 | -0/+53 |
| | |||||
* | Solidity Tests names are now more consistent | Lefteris Karapetsas | 2014-12-18 | 1 | -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 |