openethereum/ethcore/src
Robert Habermeier 53f1d7b6ff fix state unsafety with a mostly-guaranteed handle (#1755)
* fix state unsafety with a mostly-guaranteed handle

* ensure_cached takes a closure directly
2016-07-30 06:45:16 -07:00
..
blockchain Minor tweak to logging. Fix CLI help. 2016-07-29 00:22:46 +02:00
blooms fixed #1606 (#1615) 2016-07-13 21:10:20 +02:00
client Disable WAL (#1765) 2016-07-29 15:36:00 +02:00
engines Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
ethereum Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
evm Gas for mem optimization (#1768) 2016-07-30 06:38:44 -07:00
json_tests Single DB (#1741) 2016-07-28 23:46:24 +02:00
migrations Single DB (#1741) 2016-07-28 23:46:24 +02:00
miner Combine mining queue and enabled into single locked datum (#1749) 2016-07-28 21:06:36 +02:00
snapshot Single DB (#1741) 2016-07-28 23:46:24 +02:00
spec Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
tests Single DB (#1741) 2016-07-28 23:46:24 +02:00
trace Single DB (#1741) 2016-07-28 23:46:24 +02:00
types Stackoverflow fix (#1742) 2016-07-28 20:31:29 +02:00
verification Single DB (#1741) 2016-07-28 23:46:24 +02:00
views Single DB (#1741) 2016-07-28 23:46:24 +02:00
account.rs Blocks and snapshot compression (#1687) 2016-07-27 17:11:41 +02:00
account_db.rs have AccountDB use address hash for uniqueness (#1533) 2016-07-11 09:46:33 +02:00
account_provider.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +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 Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
block_queue.rs Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
builtin.rs spec loading cleanup (#858) 2016-04-09 10:20:35 -07:00
common.rs Core tracedb functionality. (#996) 2016-04-30 16:41:24 +01:00
db.rs Single DB (#1741) 2016-07-28 23:46:24 +02:00
env_info.rs Remove soft-fork stuff. 2016-07-05 18:18:35 +02:00
error.rs Add RPC & client call to replay a transaction. (#1734) 2016-07-27 21:34:32 +02:00
executive.rs Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
externalities.rs Collect consensus/null engines into a single module (#1754) 2016-07-28 20:32:20 +02:00
header.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
lib.rs Gas for mem optimization (#1768) 2016-07-30 06:38:44 -07:00
pod_account.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
pod_state.rs Client IPC Interface (#1493) 2016-07-07 09:39:32 +02:00
service.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
state.rs fix state unsafety with a mostly-guaranteed handle (#1755) 2016-07-30 06:45:16 -07:00
state_diff.rs address small syntax breakages 2016-05-31 21:38:05 +02:00
substate.rs cleaning up substate 2016-07-21 16:50:24 +02:00