openethereum/ethcore/src
Tomasz Drwięga 662e76629c A last bunch of txqueue performance optimizations (#9024)
* Clear cache only when block is enacted.

* Add tracing for cull.

* Cull split.

* Cull after creating pending block.

* Add constant, remove sync::read tracing.

* Reset debug.

* Remove excessive tracing.

* Use struct for NonceCache.

* Fix build

* Remove warnings.

* Fix build again.
2018-07-07 16:55:39 +01:00
..
account_provider [beta] Backports (#8916) 2018-06-19 10:41:14 +02:00
blockchain Bump beta to 1.11.5 / Backports (#8955) 2018-06-29 09:55:47 +02:00
blooms revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
client A last bunch of txqueue performance optimizations (#9024) 2018-07-07 16:55:39 +01:00
engines Fixes for misbehavior reporting in AuthorityRound (#8998) 2018-07-07 13:09:56 +03:00
ethereum Add support for --chain tobalaba 2018-07-04 15:24:49 +02:00
json_tests Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
miner A last bunch of txqueue performance optimizations (#9024) 2018-07-07 16:55:39 +01:00
snapshot [beta] Backports (#8916) 2018-06-19 10:41:14 +02:00
spec [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
state [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
tests [beta] Backports (#8558) 2018-05-07 20:17:52 +02:00
trace [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
verification Recently rejected cache for transaction queue (#9005) 2018-07-07 16:17:50 +01:00
views [beta] Backports (#8916) 2018-06-19 10:41:14 +02:00
account_db.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
block.rs Fix receipts stripping. (#8414) 2018-04-19 10:25:15 +01:00
builtin.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
encoded.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
error.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
executed.rs Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
executive.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
externalities.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
factory.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
header.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
lib.rs Move ethcore::Error to error_chain (#8386) 2018-04-19 11:52:54 +02:00
machine.rs parity-version: bump beta to 1.11.3 (#8806) 2018-06-05 21:51:37 +02:00
pod_account.rs removed redundant PodAccount::new method (#7928) 2018-02-19 10:58:04 +01:00
pod_state.rs clean up account fmt::Debug (#7983) 2018-02-27 18:37:36 +01:00
state_db.rs Permission fix (#8441) 2018-04-20 12:22:19 +02:00
test_helpers_internal.rs Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00
test_helpers.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
tx_filter.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00