penumbra-zone / penumbra

Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
https://penumbra.zone
Apache License 2.0
364 stars 289 forks source link

pd: add the ability to replay `CompactBlock`s #2915

Closed erwanor closed 10 months ago

erwanor commented 10 months ago

Since CometBFT supports non-zero genesis height, we can simply start the chain at height h+1 so that there is no discontinuity in block height. If we ever perform an upgrade of the private state, clients will have to replay historical CompactBlocks to get update their private state view, but this is already supported by the full node.