mimblewimble / grin

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

Add BLOCK_HIST capability and enable it if archive_mode=true #3562

Closed antiochp closed 3 years ago

antiochp commented 3 years ago

We want to advertise an additional BLOCK_HIST capability if we are running with archive_mode=true. This will enable other peers to request historical blocks from us along with other peers that advertise support for this.

Related #3552.