openethereum/ethcore/src
Robert Habermeier 203fd8a471 Memory-based pruning history size (#4114)
* prune states based on memory param

* pruning memory CLI and usage in sync

* return purged value from memorydb

* calculate memory used incrementally in overlayrecentdb

* refactor shared history pruning code in client

* Fixed usage alignment

* journal_size function for fast memory calculation
2017-01-20 13:25:53 +01:00
..
account_provider Better error messages for PoA chains 2017-01-04 12:50:50 +01:00
blockchain Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
blooms Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
client Memory-based pruning history size (#4114) 2017-01-20 13:25:53 +01:00
engines Common EngineSigner (#4189) 2017-01-20 13:25:17 +01:00
ethereum gas_limit for blocks, mined by Parity will be divisible by 37 (#4154) 2017-01-16 14:29:51 +01:00
evm Improvements and optimisations to estimate_gas (#4142) 2017-01-12 11:06:12 +01:00
json_tests UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
migrations Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
miner Fixing minimal transaction queue price (#4204) 2017-01-18 19:44:24 +01:00
snapshot UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
spec Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
state UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
tests Remove unnecessary Engine method (#4184) 2017-01-18 18:49:50 +01:00
trace Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
types Memory-based pruning history size (#4114) 2017-01-20 13:25:53 +01:00
verification Light protocol syncing improvements (#4212) 2017-01-20 12:41:59 +01:00
views UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
account_db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
action_params.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
basic_types.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
block.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
builtin.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
cache_manager.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
env_info.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
error.rs Merge branch 'master' into auth-bft 2016-12-12 21:28:46 +01:00
executive.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
externalities.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
factory.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
header.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
lib.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
pod_account.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_state.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
service.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
state_db.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00