Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing solidity tests | arkpar | 2015-07-20 | 1 | -1/+5 |
| | |||||
* | now for SolidityEndToEndTest we can use compileRequireThrow<typename> | Liana Husikyan | 2015-07-16 | 1 | -1/+2 |
| | |||||
* | modified test network to test exceptions during parsing of documentation | Liana Husikyan | 2015-07-16 | 1 | -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. | chriseth | 2015-07-09 | 1 | -0/+6 |
| | |||||
* | Copy routines for non-byte arrays. | chriseth | 2015-06-24 | 1 | -0/+8 |
| | |||||
* | Tests for constructor arguments "from outside". | chriseth | 2015-06-18 | 1 | -4/+14 |
| | |||||
* | Copying between memory and memory. | chriseth | 2015-06-16 | 1 | -3/+3 |
| | | | | Also fixed some encoding and padding issues with older copying code. | ||||
* | Merge pull request #2025 from imapp-pl/refactor_executive | Gav Wood | 2015-06-08 | 1 | -1/+3 |
|\ | | | | | Executive on a diet | ||||
| * | Rename Executive::collectResult -> setResultRecipient. | Paweł Bylica | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/develop' into refactor_executive | Paweł Bylica | 2015-06-03 | 1 | -13/+28 |
| |\ | | | | | | | | | | | | | Conflicts: test/libsolidity/solidityExecutionFramework.h | ||||
| * | | Rename Executive::setResultRef -> collectResult. | Paweł Bylica | 2015-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | Change the way execution results are collected. | Paweł Bylica | 2015-05-28 | 1 | -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 constants | chriseth | 2015-06-05 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Merge remote-tracking branch 'upstream/develop' into ↵ | Paweł Bylica | 2015-06-02 | 1 | -13/+28 |
|\ \ | |/ |/| | | | | | | | | | feature/vm_gas_counter_refactor Conflicts: libethereum/Executive.h | ||||
| * | renamed the test framwork function. | Liana Husikyan | 2015-06-01 | 1 | -2/+2 |
| | | |||||
| * | fixed CALL case. added exception | Liana Husikyan | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | corrected intends in solidityExecutionFramwork.h | Liana Husikyan | 2015-06-01 | 1 | -147/+147 |
| | | |||||
| * | style fixes | Liana Husikyan | 2015-06-01 | 1 | -143/+141 |
| | | |||||
| * | style fixes in test/libsolidity/solidityExecutionFramework.h | Liana Husikyan | 2015-06-01 | 1 | -132/+149 |
| | | | | | | | | fixed the test | ||||
* | | Fix code duplication in Executive::call overloadings. | Paweł Bylica | 2015-05-21 | 1 | -1/+1 |
|/ | |||||
* | Gas estimation taking known state into account. | chriseth | 2015-05-20 | 1 | -4/+7 |
| | |||||
* | Restructure test folders | CJentzsch | 2015-04-21 | 1 | -0/+181 |