aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use "pending", not "latest" during ``eth_call`` in ``sendMessage``.Daniel Kirchner2018-09-131-2/+2
|
* Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ↵Daniel Kirchner2018-08-141-0/+16
| | | | ``block.gaslimit``.
* Determine transaction status in RPC sessions.Daniel Kirchner2018-07-021-0/+5
|
* Provide EVM version to assembly analysis.chriseth2018-03-021-7/+1
|
* Test both EVM versions.chriseth2018-03-021-3/+12
|
* Improved error messages for EndToEnd tests.chriseth2017-09-251-0/+28
|
* Move all file specific globals to anonymous namespaceAlex Beregszaszi2017-08-291-2/+4
|
* Create getBlockByNumber RPC methodAlex Beregszaszi2017-02-101-2/+2
|
* Add blockNumber and blockTimestamp to ExecutionFrameworkAlex Beregszaszi2017-02-101-0/+8
|
* Display tx hash for debugging.chriseth2016-12-101-2/+5
|
* Also provide value and format slightly differently.chriseth2016-12-071-3/+6
|
* Option to show messages in tests.chriseth2016-12-071-0/+11
|
* Move ExecutionFramework to the dev::test namespaceAlex Beregszaszi2016-11-301-2/+1
|
* Split out Solidity-specific part of ExecutionFrameworkAlex Beregszaszi2016-11-301-0/+137