openethereum/ethcore/src
Robert Habermeier 4e466f09db Add a few small snapshot tests (#2038)
* add manifest data test

* begin tests for io

* add unit tests for snapshot io

* service smoke test

* remove empty service module
2016-09-05 12:24:03 +02:00
..
blockchain port ethcore 2016-09-01 14:29:59 +02:00
blooms port ethcore 2016-09-01 14:29:59 +02:00
client Merge pull request #2034 from ethcore/rlp-crate 2016-09-02 13:48:09 +02:00
engines port ethcore 2016-09-01 14:29:59 +02:00
ethereum port ethcore 2016-09-01 14:29:59 +02:00
evm facelift for traces, added errors (#2042) 2016-09-05 11:56:44 +02:00
json_tests port ethcore 2016-09-01 14:29:59 +02:00
migrations port ethcore 2016-09-01 14:29:59 +02:00
miner port ethcore 2016-09-01 14:29:59 +02:00
snapshot Add a few small snapshot tests (#2038) 2016-09-05 12:24:03 +02:00
spec merge with master 2016-09-01 15:07:06 +02:00
state facelift for traces, added errors (#2042) 2016-09-05 11:56:44 +02:00
tests port ethcore 2016-09-01 14:29:59 +02:00
trace facelift for traces, added errors (#2042) 2016-09-05 11:56:44 +02:00
types facelift for traces, added errors (#2042) 2016-09-05 11:56:44 +02:00
verification port ethcore 2016-09-01 14:29:59 +02:00
views port ethcore 2016-09-01 14:29:59 +02:00
account_db.rs port ethcore 2016-09-01 14:29:59 +02:00
account_provider.rs Bump clippy, fix warnings (#1939) 2016-08-17 16:06:41 +02:00
action_params.rs Trace other types of calls (#1727) 2016-07-27 17:41:21 +02:00
basic_types.rs Removing superflous check for nightly 2016-03-11 11:16:49 +01:00
block.rs port ethcore 2016-09-01 14:29:59 +02:00
block_queue.rs Make the block header struct's internals private (#2000) 2016-08-29 11:35:23 +02:00
builtin.rs get rid of populatable and bytesconvertable traits (#2019) 2016-09-01 12:23:31 +02:00
cache_manager.rs fixed cache_manager lock order 2016-08-08 16:14:37 +02:00
common.rs Fix up tests, remove dead state-diff code 2016-08-18 18:13:32 +02:00
db.rs port ethcore 2016-09-01 14:29:59 +02:00
env_info.rs improved naming 2016-08-04 08:52:31 +02:00
error.rs merge with master 2016-09-01 15:07:06 +02:00
executive.rs facelift for traces, added errors (#2042) 2016-09-05 11:56:44 +02:00
externalities.rs Fix up tests, remove dead state-diff code 2016-08-18 18:13:32 +02:00
factory.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
header.rs port ethcore 2016-09-01 14:29:59 +02:00
lib.rs move rlp to separate crate, port ethcore-util to it 2016-09-01 13:36:32 +02:00
pod_account.rs merge with master 2016-09-01 15:07:06 +02:00
pod_state.rs Client IPC Interface (#1493) 2016-07-07 09:39:32 +02:00
service.rs Take control of recovered snapshots, start restoration asynchronously (#2010) 2016-08-25 22:20:44 +02:00