Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make use of C++ `= default` constructor declarations as well as more ↵ | Christian Parpart | 2018-12-19 | 1 | -1/+0 |
| | | | | non-static member initialization syntax. | ||||
* | Add tolerance to gas meter tests. | Daniel Kirchner | 2018-12-13 | 1 | -5/+7 |
| | |||||
* | liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and ↵ | Christian Parpart | 2018-12-06 | 1 | -2/+1 |
| | | | | making use of new SourceLocation's CharStream knowledge | ||||
* | Moving SourceReferenceFormatter into langutil namespace. | Christian Parpart | 2018-11-24 | 1 | -1/+1 |
| | |||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+1 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Specifies visibility in unit tests. | Erik Kundt | 2018-07-16 | 1 | -13/+13 |
| | |||||
* | Update test suite. | Daniel Kirchner | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Determine transaction status in RPC sessions. | Daniel Kirchner | 2018-07-02 | 1 | -0/+1 |
| | |||||
* | Updates compiled unit tests to new constructor syntax. | Erik Kundt | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | Fallback function has to be external: backwards-compatible changes. | chriseth | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Adjust tests. | chriseth | 2018-06-25 | 1 | -2/+2 |
| | |||||
* | Test with high path complexity. | chriseth | 2018-05-09 | 1 | -0/+40 |
| | |||||
* | Correctly ignore costs of fallback for other functions. | chriseth | 2018-04-12 | 1 | -0/+13 |
| | |||||
* | Use EVM version in gas meter and optimizer. | chriseth | 2018-03-05 | 1 | -5/+5 |
| | |||||
* | Correctly set evm version in tests | chriseth | 2018-03-02 | 1 | -0/+1 |
| | |||||
* | Convert static SourceReferenceFormatter functions to member ones | Federico Bond | 2018-02-19 | 1 | -2/+4 |
| | |||||
* | Implement CompilerStack.lastContractName() | Alex Beregszaszi | 2017-10-19 | 1 | -5/+5 |
| | |||||
* | Always require a contract/sourceName in CompilerStack | Alex Beregszaszi | 2017-10-19 | 1 | -6/+6 |
| | |||||
* | Remove duplicate EVMSchedule | Alex Beregszaszi | 2017-10-03 | 1 | -7/+3 |
| | |||||
* | Cleanup test helper macros. | chriseth | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Add CompilerStack::setOptimiserSettings | Alex Beregszaszi | 2017-07-26 | 1 | -1/+2 |
| | |||||
* | Run metadata and gas meter tests when optimiser is on too | Alex Beregszaszi | 2017-07-19 | 1 | -2/+1 |
| | |||||
* | Do not use obscure CompilerStack methods in tests | Alex Beregszaszi | 2017-07-18 | 1 | -1/+3 |
| | |||||
* | Use keccak256() in tests (and not sha3()) | Alex Beregszaszi | 2017-05-30 | 1 | -3/+3 |
| | |||||
* | Remove a test about SELFDESTRUCT because the test harness obtains refund ↵ | Yoichi Hirai | 2017-04-25 | 1 | -13/+0 |
| | | | | while the gas meter should not assume the refund. | ||||
* | test: fix invalid signatures | Yoichi Hirai | 2017-04-25 | 1 | -2/+2 |
| | |||||
* | test: add a test case about the gas cost of EXTCODESIZE | Yoichi Hirai | 2017-04-25 | 1 | -0/+15 |
| | |||||
* | test: add a failing test case about the gas cost of SUICIDE opcode | Yoichi Hirai | 2017-04-25 | 1 | -0/+13 |
| | |||||
* | Add a failing test about the gas cost of BALANCE | Yoichi Hirai | 2017-04-25 | 1 | -0/+13 |
| | |||||
* | test: add a test about gas costs of EXP | Yoichi Hirai | 2017-04-25 | 1 | -0/+17 |
| | |||||
* | Move ExecutionFramework to the dev::test namespace | Alex Beregszaszi | 2016-11-30 | 1 | -0/+1 |
| | |||||
* | Split out Solidity-specific part of ExecutionFramework | Alex Beregszaszi | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Rename dev::sha3 to dev::keccak256 | Alex Beregszaszi | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Fix version pragmas in tests. | chriseth | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Version pragma. | chriseth | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Make the Solidity repository standalone. | Bob Summerwill | 2016-08-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-) | ||||
* | Fixes for gas tests. | chriseth | 2016-06-29 | 1 | -1/+16 |
| | |||||
* | Refactor testing via IPC. | chriseth | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Remove code duplication in source references formatter. | chriseth | 2016-04-01 | 1 | -2/+3 |
| | |||||
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Fix up for new API from EIP-1.1. | Gav Wood | 2015-11-21 | 1 | -1/+3 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 1 | -1/+1 |
| | | | | - style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -8/+8 |
| | |||||
* | Move Solidity tests. | chriseth | 2015-08-20 | 1 | -0/+235 |