Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #768 from chriseth/sol_contractsAreAddresses | Gav Wood | 2015-01-11 | 1 | -0/+33 |
|\ | | | | | Contracts inherit all address members | ||||
| * | Contracts are Addresses. | Christian | 2015-01-10 | 1 | -3/+21 |
| | | |||||
| * | Correct type conversions. | Christian | 2015-01-10 | 1 | -0/+15 |
| | | |||||
* | | Coding style: Prefix for const variables. | Christian | 2015-01-10 | 1 | -19/+19 |
| | | |||||
* | | Padding for ABI types. | Christian | 2015-01-10 | 1 | -68/+67 |
|/ | |||||
* | Some changes to the log functions. | Christian | 2015-01-09 | 1 | -20/+25 |
| | |||||
* | Buildfix after semantical merge conflict. | Christian | 2015-01-09 | 1 | -5/+5 |
| | |||||
* | Merge pull request #754 from LefterisJP/sol_abiFunctionHash | chriseth | 2015-01-09 | 1 | -142/+142 |
|\ | | | | | Calculation of ABI Function Identifier Hash | ||||
| * | Adjustments to Solidity compiler code for Function Hash | Lefteris Karapetsas | 2015-01-09 | 1 | -1/+1 |
| | | |||||
| * | Compiler EVM generation now takes into account for the new function hash | Lefteris Karapetsas | 2015-01-09 | 1 | -142/+142 |
| | | | | | | | | | | | | | | | | identifier - Changed tests to comply with the new function hash identifier - Changed the function index offset to 4, and made it a constant for easy adjustment in the future | ||||
* | | Documentation update. | Gav Wood | 2015-01-09 | 1 | -0/+1 |
| | | |||||
* | | Unit testing for log in Solidity. | Gav Wood | 2015-01-09 | 1 | -0/+92 |
|/ | |||||
* | Bugfix: Additional swap for compound assignment. | Christian | 2014-12-19 | 1 | -0/+35 |
| | |||||
* | Solidity Tests names are now more consistent | Lefteris Karapetsas | 2014-12-18 | 1 | -0/+1137 |
- 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 |