grin/core/src
Antioch Peverell ef304ee9c1
add block header cache to store (#996)
* WIP - add blocks header cache to store
The DifficultyIter is expensive to use when validating block headers.

* lru_cache

* rustfmt

* cleanup
2018-04-23 14:55:25 -04:00
..
core still do not fully understand what PhantomData is *for* exactly (#991) 2018-04-21 17:03:45 -04:00
consensus.rs add block header cache to store (#996) 2018-04-23 14:55:25 -04:00
genesis.rs Correct chain initialization at genesis 2018-03-26 17:38:27 +01:00
global.rs Avoid repeated truncation in difficulty adjust + minor refactoring (#915) 2018-03-30 18:21:06 +00:00
lib.rs Remove Sumtree References and disambiguate some naming (#747) 2018-03-05 19:33:44 +00:00
macros.rs Use hashable_ord on short_ids (#932) 2018-04-05 15:48:30 +00:00
ser.rs Standardize and cleanup SerializationMode (#856) 2018-03-23 23:34:50 +00:00