aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityEndToEndTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #768 from chriseth/sol_contractsAreAddressesGav Wood2015-01-111-0/+33
|\ | | | | Contracts inherit all address members
| * Contracts are Addresses.Christian2015-01-101-3/+21
| |
| * Correct type conversions.Christian2015-01-101-0/+15
| |
* | Coding style: Prefix for const variables.Christian2015-01-101-19/+19
| |
* | Padding for ABI types.Christian2015-01-101-68/+67
|/
* Some changes to the log functions.Christian2015-01-091-20/+25
|
* Buildfix after semantical merge conflict.Christian2015-01-091-5/+5
|
* Merge pull request #754 from LefterisJP/sol_abiFunctionHashchriseth2015-01-091-142/+142
|\ | | | | Calculation of ABI Function Identifier Hash
| * Adjustments to Solidity compiler code for Function HashLefteris Karapetsas2015-01-091-1/+1
| |
| * Compiler EVM generation now takes into account for the new function hashLefteris Karapetsas2015-01-091-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 Wood2015-01-091-0/+1
| |
* | Unit testing for log in Solidity.Gav Wood2015-01-091-0/+92
|/
* Bugfix: Additional swap for compound assignment.Christian2014-12-191-0/+35
|
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-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