Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |