openethereum/ethcore/src
Robert Habermeier 1c19a807d9 Take control of recovered snapshots, start restoration asynchronously (#2010)
* take control of given snapshot

* start snapshot restoration asynchronously,
2016-08-25 22:20:44 +02:00
..
blockchain remove internal locking from DBTransaction (#2003) 2016-08-25 16:43:56 +02:00
blooms fixed #1606 (#1615) 2016-07-13 21:10:20 +02:00
client remove internal locking from DBTransaction (#2003) 2016-08-25 16:43:56 +02:00
engines Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
ethereum Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
evm Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
json_tests Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
migrations ethkey and ethstore use hash structures from bigint (#1851) 2016-08-15 15:09:00 +02:00
miner Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
snapshot Take control of recovered snapshots, start restoration asynchronously (#2010) 2016-08-25 22:20:44 +02:00
spec Merge branch 'master' of github.com:ethcore/parity into move_hash 2016-08-06 00:03:07 +02:00
state Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
tests remove internal locking from DBTransaction (#2003) 2016-08-25 16:43:56 +02:00
trace remove internal locking from DBTransaction (#2003) 2016-08-25 16:43:56 +02:00
types Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
verification Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
views Single DB (#1741) 2016-07-28 23:46:24 +02:00
account_db.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +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 Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
block_queue.rs Snapshot creation and restoration (#1679) 2016-08-05 17:00:46 +02:00
builtin.rs Signature cleanup (#1921) 2016-08-24 18:35:21 +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 remove internal locking from DBTransaction (#2003) 2016-08-25 16:43:56 +02:00
env_info.rs improved naming 2016-08-04 08:52:31 +02:00
error.rs Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
executive.rs Signature cleanup (#1921) 2016-08-24 18:35:21 +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 Remove (almost all) panickers from trie module (#1776) 2016-08-03 18:35:48 +02:00
lib.rs Signature cleanup (#1921) 2016-08-24 18:35:21 +02:00
pod_account.rs Fix up tests, remove dead state-diff code 2016-08-18 18:13:32 +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