openethereum/ethcore/src
Marek Kotewicz df63341eb4
ExecutedBlock cleanup (#7991)
* ExecutedBlock cleanup

* authority round makes only one call to note_rewards

* move Tracing from block to trace module

* removed BlockRef
2018-02-27 18:22:56 +01:00
..
account_provider Fix wallet import (#7873) 2018-02-14 14:21:58 +01:00
blockchain simplify compression and move it out of rlp crate (#7957) 2018-02-23 10:12:52 +01:00
client ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
engines ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
ethereum Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
json_tests Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
miner ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
snapshot Detect too large packets in snapshot sync. (#7977) 2018-02-22 14:52:29 +01:00
spec clean up ethcore::spec module imports (#7990) 2018-02-23 19:37:23 +01:00
state simplify compression and move it out of rlp crate (#7957) 2018-02-23 10:12:52 +01:00
tests ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
trace ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
verification fixed broken logs (#7934) 2018-02-22 11:22:56 +01:00
views remove wildcard imports from views, make tests more idiomatic (#7986) 2018-02-23 20:01:33 +01:00
account_db.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
block.rs ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +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 Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
encoded.rs bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
error.rs bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
executed.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
executive.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
externalities.rs Std-json format for VM traces (#7262) 2018-01-18 10:32:22 +01:00
factory.rs Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
header.rs removed redundant ethcore/basic_types.rs (#7584) 2018-01-17 10:35:43 +01:00
lib.rs moved PerfTimer to a separate crate - "trace-time" (#7985) 2018-02-23 19:49:08 +01:00
machine.rs ExecutedBlock cleanup (#7991) 2018-02-27 18:22:56 +01:00
pod_account.rs removed redundant PodAccount::new method (#7928) 2018-02-19 10:58:04 +01:00
pod_state.rs removed redundant PodAccount::new method (#7928) 2018-02-19 10:58:04 +01:00
service.rs Replace RandomTempDir with tempdir::Tempdir (#7624) 2018-01-19 17:32:53 +01:00
state_db.rs separated ethcore_migrations from ethcore (#7586) 2018-01-17 22:11:13 +01:00
tx_filter.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00