mimblewimble / grin

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

[PIBD_IMPL] PMMR Reassembly from Segments #3690

Closed yeastplume closed 2 years ago

yeastplume commented 2 years ago

This PR is focused on reconstructing txhashset PMMRs from segment data. Txhashset reconstruction via segments is now in its initially working state, with next steps being to finish hooking up desegmenter functionality to the sync process. (Note that sync will never still never exit the PIBD stage of sync, that's for the next PR.)