Commit Graph

17 Commits

Author SHA1 Message Date
Marek Kotewicz
437979a781 Merge branch 'develop' into jsoncpp_path 2015-02-11 15:43:47 +01:00
Marek Kotewicz
5ab36afaed fixed jsoncpp find_path 2015-02-10 12:18:47 +01:00
Lefteris Karapetsas
190be6c5f5 Styling in Natspec Enums 2015-02-09 14:12:36 +01:00
Liana Husikyan
12505a5b76 - implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests

Conflicts:
	test/SolidityEndToEndTest.cpp
	test/SolidityNameAndTypeResolution.cpp
2015-02-09 02:06:30 +01:00
Christian
9838780d24 Make tests resistant to changes in order of declaration. 2015-02-01 00:47:54 +01:00
arkpar
2da380e849 json and solidity ABI generted for events 2015-01-31 14:41:11 +01:00
arkpar
ab366d140c updated json abi tests 2015-01-31 01:28:43 +01:00
Christian
a55a99a2b0 Fallback functions. 2015-01-29 22:50:20 +01:00
Christian
77374a46ce Cleaner solution to provide standard sources. 2015-01-28 13:39:04 +01:00
Lefteris Karapetsas
02521a164c Improved handling of exceptions in some Solidity Tests 2015-01-19 20:12:48 +01:00
chriseth
0504dc21e1 Merge pull request #754 from LefterisJP/sol_abiFunctionHash
Calculation of ABI Function Identifier Hash
2015-01-09 11:22:59 +01:00
Lefteris Karapetsas
765bd95a07 Fixing SolidityABIJSON test 2015-01-09 09:29:19 +01:00
Gav Wood
90cdc52ae7 Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
2015-01-09 08:05:52 +01:00
Gav Wood
510c66b6b8 const-> constant 2014-12-22 03:09:11 +01:00
Gav Wood
bba4398e48 Fixed #683 2014-12-21 16:28:46 +01:00
Lefteris Karapetsas
d7d40a13c2 Adding const attribute to ABI output 2014-12-19 10:48:59 +01:00
Lefteris Karapetsas
5dbe2f198c Solidity Tests names are now more consistent
- 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
2014-12-18 15:21:03 +01:00