openethereum/ethcore/src
Robert Habermeier 9d4bee4922 make block queue into a more generic verification queue and fix block heap size calculation (#2095)
* move block queue to own module, a couple readability changes

* make block queue generic over verifiable data

also fixes heap size calculation

* make block queue into a more generic verification queue

* some module reoganization

* implement header queue

* clean up verification error messages
2016-09-27 16:50:24 +02:00
..
blockchain Bump clippy & Fix warnings (#2109) 2016-09-16 23:03:26 +02:00
blooms port ethcore 2016-09-01 14:29:59 +02:00
client make block queue into a more generic verification queue and fix block heap size calculation (#2095) 2016-09-27 16:50:24 +02:00
engines Fixing output of eth_call and Bytes deserialization (#2230) 2016-09-22 14:50:00 +02:00
ethereum Various state copy optimizations (#2172) 2016-09-21 11:49:11 +01:00
evm DIV optimization (#2327) 2016-09-27 11:27:11 +02:00
json_tests Separate path for ext code size (#2251) 2016-09-22 19:58:42 +02:00
migrations port ethcore 2016-09-01 14:29:59 +02:00
miner saturating add 2016-09-23 20:59:41 +02:00
snapshot Snapshot format changes (#2234) 2016-09-22 19:47:03 +02:00
spec Bump clippy & Fix warnings (#2109) 2016-09-16 23:03:26 +02:00
state Separate path for ext code size (#2251) 2016-09-22 19:58:42 +02:00
tests Limit for logs filter. (#2180) 2016-09-21 11:51:10 +01:00
trace user defaults (#2014) 2016-09-26 19:21:25 +02:00
types make block queue into a more generic verification queue and fix block heap size calculation (#2095) 2016-09-27 16:50:24 +02:00
verification make block queue into a more generic verification queue and fix block heap size calculation (#2095) 2016-09-27 16:50:24 +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 Encryption, decryption and public key RPCs. (#1946) 2016-09-22 14:48:22 +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 Snapshot format changes (#2234) 2016-09-22 19:47:03 +02:00
builtin.rs Fixing output of eth_call and Bytes deserialization (#2230) 2016-09-22 14:50:00 +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 Fixing output of eth_call and Bytes deserialization (#2230) 2016-09-22 14:50:00 +02:00
externalities.rs Separate path for ext code size (#2251) 2016-09-22 19:58:42 +02:00
factory.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
header.rs make block queue into a more generic verification queue and fix block heap size calculation (#2095) 2016-09-27 16:50:24 +02:00
lib.rs make block queue into a more generic verification queue and fix block heap size calculation (#2095) 2016-09-27 16:50:24 +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 Local snapshot restore (#2058) 2016-09-11 14:05:59 +02:00