grin/chain/src
Antioch Peverell 8b7a20f8b0
The Header MMR (One MMR To Rule Them All) (#1716)
* header MMR in use within txhashset itself
works with fast sync
not yet in place for initial header sync

* add the (currently unused) sync_head mmr

* use sync MMR during fast sync
rebuild header MMR after we validate full txhashset after download

* support missing header MMR (rebuild as necessary) for legacy nodes

* rustfmt

* comments/docs

* rustfmt

* cleanup DBBackend

* cleanup DBBackend

* cleanup

* rename to HashOnly

* rustfmt

* cleanup backend.append()

* simply pmmr append api
no need to pass position when appending

* cleanup

* simplify vec_backend to match simpler append api

* rustfmt

* docs/comments

* rustfmt

* cleanup
2018-10-15 17:16:34 +01:00
..
txhashset The Header MMR (One MMR To Rule Them All) (#1716) 2018-10-15 17:16:34 +01:00
chain.rs The Header MMR (One MMR To Rule Them All) (#1716) 2018-10-15 17:16:34 +01:00
error.rs Dual proof of work, first step (#1534) 2018-09-18 15:12:57 -07:00
lib.rs introduce rewindable_kernel_view (readonly but rewindable kernel MMR view) (#1587) 2018-09-26 09:59:00 +01:00
pipe.rs The Header MMR (One MMR To Rule Them All) (#1716) 2018-10-15 17:16:34 +01:00
store.rs chain difficulty_iter don't need a WriteTransaction batch (#1710) 2018-10-10 16:49:07 +08:00
types.rs The Header MMR (One MMR To Rule Them All) (#1716) 2018-10-15 17:16:34 +01:00