aboutsummaryrefslogtreecommitdiffstats
path: root/solidityExecutionFramework.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved copy code to CompilerUtils.Christian2015-02-121-1/+1
|
* Code generation for events.Christian2015-01-301-1/+0
|
* Exclude standard contracts by default.Christian2015-01-291-2/+2
|
* Cleaner solution to provide standard sources.Christian2015-01-281-2/+4
|
* Improved handling of exceptions in some Solidity TestsLefteris Karapetsas2015-01-201-6/+2
|
* Adding blockhash test in Solidity ExpressionCompilerLefteris Karapetsas2015-01-201-9/+1
|
* Some addition to Solidity Execution FrameworkLefteris Karapetsas2015-01-191-2/+24
|
* Padding for ABI types.Christian2015-01-101-14/+27
|
* Merge pull request #754 from LefterisJP/sol_abiFunctionHashchriseth2015-01-091-8/+10
|\ | | | | Calculation of ABI Function Identifier Hash
| * Compiler EVM generation now takes into account for the new function hashLefteris Karapetsas2015-01-091-29/+12
| | | | | | | | | | | | | | | | 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
| * work in progress in testing the new function selector in the end to end testsLefteris Karapetsas2015-01-081-5/+24
| |
* | Unit testing for log in Solidity.Gav Wood2015-01-091-0/+2
|/
* Implemented 256-long history for PREVHASH, though still optional.Gav Wood2014-12-241-1/+1
|
* Beginnings of cleaning up the Executive/State code.Gav Wood2014-12-121-2/+2
|
* Some (few) tests for the optimizer.Christian2014-12-111-0/+161