Implement Block Header FinalSaplingRoot #2092
Labels
A-consensus
Area: Consensus rule updates
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
NU-1 Sapling
Network Upgrade: Sapling specific tasks
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
block::Commitment::FinalSaplingRoot
variant based on the specThe
Commitment
enum variants have already been implemented.Additional context
This historical validation rule was used in the Sapling and Blossom network upgrades. But it is replaced by the
ChainHistoryRoot
in Heartwood. Since Zebra checkpoints on Canopy, we do not need to implement this rule.But it might be useful while we're testing ZIP-221 (#1567) or ZIP-244 (#2048).
The text was updated successfully, but these errors were encountered: