mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 990 forks source link

[DNM] Hash file simplification #3591

Closed antiochp closed 2 years ago

antiochp commented 3 years ago

Deprecate the (P)MMR data file (and size file) and store (leaf) data in the database. This PR reworks the PMMR backend data strcutures to only store the hash file on disk. Everything else is pushed into the db (indexed by MMR pos).

Very much still an experimental WIP.

Outputs, rangeproofs and kernels -

Headers -


TODO

yeastplume commented 2 years ago

Closed and marked as 'abandoned'. This does not mean the PR is unworthy. This means that merging it would require further work that nobody appears prepared to do at this time, or the original author has been unresponsive for a significant amount of time. Anyone who want to continue work on this functionality is free to re-open this at any time.