Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5265 from ethereum/cleanupsha3 | chriseth | 2018-11-09 | 1 | -1/+1 |
|\ | | | | | Simplify sha3. | ||||
| * | Renamed SHA3.{h,cpp} files. | chriseth | 2018-10-18 | 1 | -1/+1 |
| | | |||||
* | | Eliminate `byte`-typedef and use `uint8_t` in all their places instead. | Christian Parpart | 2018-11-07 | 1 | -2/+2 |
|/ | | | | | | | | | | | This change is made to (easily) be forward compatible with future C++ standards, in order to allow compiling the code with newer standards at some point in the future. * Removed the `using byte = uint8_t;` line from Common.h * Mechanically change all uses of `byte` to `uint8_t`. Tested with GCC 7.3 in C++11/14/17 modes :-) | ||||
* | Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ↵ | Daniel Kirchner | 2018-08-14 | 1 | -0/+7 |
| | | | | ``block.gaslimit``. | ||||
* | Determine transaction status in RPC sessions. | Daniel Kirchner | 2018-07-02 | 1 | -0/+2 |
| | |||||
* | Add virtual destructors on base classes. | Alexander Arlt | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 1 | -1/+1 |
| | |||||
* | Test both EVM versions. | chriseth | 2018-03-02 | 1 | -0/+3 |
| | |||||
* | Decoder tests. | chriseth | 2017-11-30 | 1 | -3/+13 |
| | |||||
* | Move contract related code to test/contracts | Alex Beregszaszi | 2017-10-19 | 1 | -66/+1 |
| | |||||
* | Improved error messages for EndToEnd tests. | chriseth | 2017-09-25 | 1 | -0/+8 |
| | |||||
* | Ensure parameter names match between headers and implementation | Alex Beregszaszi | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Cleanup: Remove ABI.h | chriseth | 2017-08-25 | 1 | -18/+18 |
| | |||||
* | Add blockNumber and blockTimestamp to ExecutionFramework | Alex Beregszaszi | 2017-02-10 | 1 | -0/+2 |
| | |||||
* | Option to show messages in tests. | chriseth | 2016-12-07 | 1 | -0/+1 |
| | |||||
* | Fix type of optimizeRuns | Alex Beregszaszi | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Rename testSolidityAgainstCpp* to testContractAgainstCpp* | Alex Beregszaszi | 2016-11-30 | 1 | -10/+10 |
| | |||||
* | Add callFallback to ExectionFramework | Alex Beregszaszi | 2016-11-30 | 1 | -0/+11 |
| | |||||
* | Move ExecutionFramework to the dev::test namespace | Alex Beregszaszi | 2016-11-30 | 1 | -5/+1 |
| | |||||
* | Split out Solidity-specific part of ExecutionFramework | Alex Beregszaszi | 2016-11-30 | 1 | -0/+288 |