openethereum/ethcore/src
Arkadiy Paronyan 5b29b6d064 Squash remaining warnings (#6789)
* Fixed comment warnings

* Fixed remaining warnings
2017-10-16 12:31:52 +02:00
..
account_provider Removes redundant `mut` in ethcore 2017-10-15 20:10:20 +07:00
blockchain renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
blooms Remove reexport of HeapSizeOf in util (#6419) 2017-08-30 16:04:47 +02:00
client renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
engines updated ethabi to version 4.0 (#6742) 2017-10-16 10:21:35 +02:00
ethereum Forward-port #6754 #6755 (#6785) 2017-10-16 10:56:23 +02:00
json_tests renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
migrations separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb, #6693 2017-10-12 15:36:27 +02:00
miner Removes redundant `mut` in ethcore 2017-10-15 20:10:20 +07:00
snapshot renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
spec renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
state Removes redundant `mut` in ethcore 2017-10-15 20:10:20 +07:00
tests renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
trace renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
verification Removes redundant `mut` in ethcore 2017-10-15 20:10:20 +07:00
views separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
account_db.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
basic_types.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
block.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
builtin.rs Fixed modexp gas calculation overflow (#6741) 2017-10-13 16:06:53 +02: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 Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
error.rs Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
executed.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
executive.rs Removes redundant `mut` in ethcore 2017-10-15 20:10:20 +07:00
externalities.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
factory.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
header.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
lib.rs Merge branch 'master' into kvdb_split 2017-10-16 10:01:12 +02:00
machine.rs Squash remaining warnings (#6789) 2017-10-16 12:31:52 +02:00
pod_account.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
pod_state.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
service.rs Merge branch 'master' into kvdb_split 2017-10-13 12:18:49 +02:00
state_db.rs Refactors references to MemoryLruCache in ethcore (#6693) 2017-10-15 21:47:06 +07:00
timer.rs move timer.rs to ethcore (#6437) 2017-09-02 10:54:39 +02:00
transaction.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
tx_filter.rs renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00