openethereum/util/src
Robert Habermeier f28b8352c1 Configurable history size in master (#2606)
* split journaldb commit into two functions: journal_under and mark_canonical

* use new commit mechanism in client

* Configurable history size in master

* Reduce DB history

* Configurable history size

* Set min history size

* Test

* Fixed a test and reduced the limit
2016-10-14 15:44:56 +03:00
..
journaldb Configurable history size in master (#2606) 2016-10-14 15:44:56 +03:00
migration Accounts bloom in master (#2426) 2016-10-03 12:02:43 +02:00
trie Polishing Actually enable fat db pr (#1974) (#2048) 2016-10-03 11:13:10 +02:00
bloom.rs ethkey and ethstore use hash structures from bigint (#1851) 2016-08-15 15:09:00 +02:00
bytes.rs Fixing output of eth_call and Bytes deserialization (#2230) 2016-09-22 14:50:00 +02:00
common.rs moving hash.rs to bigint in progress 2016-07-25 20:19:33 +02:00
error.rs get rid of populatable and bytesconvertable traits (#2019) 2016-09-01 12:23:31 +02:00
from_json.rs uint to separated crate 2016-03-01 00:21:15 +03:00
hashdb.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
kvdb.rs Database performance tweaks (#2619) 2016-10-14 15:44:11 +03:00
lib.rs prepare bigint for crates.io 2016-09-13 15:27:18 +02:00
log.rs Cleanup of colour code. Use is_a_tty. (#1621) 2016-07-15 10:11:14 +02:00
memorydb.rs get rid of populatable and bytesconvertable traits (#2019) 2016-09-01 12:23:31 +02:00
misc.rs Jumptable cache (#2427) 2016-10-02 18:45:36 +02:00
nibbleslice.rs Fixing clippy warnings. Implementing PartialEq for Uints 2016-02-23 11:40:23 +01:00
nibblevec.rs Fixing clippy warnings (#1568) 2016-07-10 13:18:33 +02:00
overlaydb.rs remove internal locking from DBTransaction (#2003) 2016-08-25 16:43:56 +02:00
path.rs Pro paths (#1650) 2016-07-17 23:00:47 +02:00
semantic_version.rs doc typo 2016-02-17 03:17:02 +03:00
sha3.rs Fetching content from HTTPS using `rustls` (#2024) 2016-09-03 01:34:32 +02:00
snappy.rs use ZST error type for snappy, use new snappy compression methods 2016-06-16 15:35:49 +02:00
standard.rs Jumptable cache (#2427) 2016-10-02 18:45:36 +02:00
timer.rs Merge with master 2016-06-29 14:46:29 +02:00
triehash.rs Snapshot format changes (#2234) 2016-09-22 19:47:03 +02:00
vector.rs expunge &Vec<T> pattern (#1579) 2016-07-12 10:28:35 +02:00