aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/solidityExecutionFramework.h
Commit message (Collapse)AuthorAgeFilesLines
* fixing solidity testsarkpar2015-07-201-1/+5
|
* now for SolidityEndToEndTest we can use compileRequireThrow<typename>Liana Husikyan2015-07-161-1/+2
|
* modified test network to test exceptions during parsing of documentationLiana Husikyan2015-07-161-0/+8
| | | | | | todo: - change to work wirh all exceptions - fix white space problems in the output text for Natspec
* Flexible string literals, convertible to bytesX, bytes and string.chriseth2015-07-091-0/+6
|
* Copy routines for non-byte arrays.chriseth2015-06-241-0/+8
|
* Tests for constructor arguments "from outside".chriseth2015-06-181-4/+14
|
* Copying between memory and memory.chriseth2015-06-161-3/+3
| | | | Also fixed some encoding and padding issues with older copying code.
* Merge pull request #2025 from imapp-pl/refactor_executiveGav Wood2015-06-081-1/+3
|\ | | | | Executive on a diet
| * Rename Executive::collectResult -> setResultRecipient.Paweł Bylica2015-06-081-1/+1
| |
| * Merge remote-tracking branch 'upstream/develop' into refactor_executivePaweł Bylica2015-06-031-13/+28
| |\ | | | | | | | | | | | | Conflicts: test/libsolidity/solidityExecutionFramework.h
| * | Rename Executive::setResultRef -> collectResult.Paweł Bylica2015-05-281-1/+1
| | |
| * | Change the way execution results are collected.Paweł Bylica2015-05-281-1/+3
| | | | | | | | | | | | Changes handling ExecutionResult by Executive. From now execution results are collected on if a storage for results (ExecutionResult) is provided to an Executiove instance up front. This change allow better output management for calls - VM interface improved.
* | | Compute constantschriseth2015-06-051-1/+2
| |/ |/|
* | Merge remote-tracking branch 'upstream/develop' into ↵Paweł Bylica2015-06-021-13/+28
|\ \ | |/ |/| | | | | | | | | feature/vm_gas_counter_refactor Conflicts: libethereum/Executive.h
| * renamed the test framwork function.Liana Husikyan2015-06-011-2/+2
| |
| * fixed CALL case. added exceptionLiana Husikyan2015-06-011-1/+1
| |
| * corrected intends in solidityExecutionFramwork.hLiana Husikyan2015-06-011-147/+147
| |
| * style fixesLiana Husikyan2015-06-011-143/+141
| |
| * style fixes in test/libsolidity/solidityExecutionFramework.hLiana Husikyan2015-06-011-132/+149
| | | | | | | | fixed the test
* | Fix code duplication in Executive::call overloadings.Paweł Bylica2015-05-211-1/+1
|/
* Gas estimation taking known state into account.chriseth2015-05-201-4/+7
|
* Restructure test foldersCJentzsch2015-04-211-0/+181