-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZIP-221: Block Header Chain History Commitment #1567
Labels
A-consensus
Area: Consensus rule updates
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
Epic
Zenhub Label. Denotes a theme of work under which related issues will be grouped
NU-3 Heartwood
Network Upgrade: Heartwood specific tasks
NU-5
Network Upgrade: NU5 specific tasks
S-needs-design
Status: Needs a design decision
Comments
teor2345
added
A-consensus
Area: Consensus rule updates
A-rust
Area: Updates to Rust code
NU-3 Heartwood
Network Upgrade: Heartwood specific tasks
C-enhancement
Category: This is an improvement
S-needs-triage
Status: A bug report needs triage
labels
Jan 8, 2021
Is this issue in anyway related to #881 ? |
4 tasks
This was referenced Mar 29, 2021
teor2345
changed the title
ZIP-221: FlyClient - Block Header Changes
ZIP-221: FlyClient - Block Header Chain History Commitment
Apr 6, 2021
teor2345
changed the title
ZIP-221: FlyClient - Block Header Chain History Commitment
ZIP-221: Block Header Chain History Commitment
Apr 6, 2021
This was referenced Apr 21, 2021
teor2345
changed the title
ZIP-221: Block Header Chain History Commitment
ZIP-221: Implement Block Header Chain History Commitment
Apr 30, 2021
1 task
1 task
mpguerra
added
the
Epic
Zenhub Label. Denotes a theme of work under which related issues will be grouped
label
May 6, 2021
teor2345
changed the title
ZIP-221: Implement Block Header Chain History Commitment
ZIP-221: Block Header Chain History Commitment
May 11, 2021
I think #2283 will be part of this |
This implementation is done, it just has tests left. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-consensus
Area: Consensus rule updates
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
Epic
Zenhub Label. Denotes a theme of work under which related issues will be grouped
NU-3 Heartwood
Network Upgrade: Heartwood specific tasks
NU-5
Network Upgrade: NU5 specific tasks
S-needs-design
Status: Needs a design decision
This implementation is done, it just has tests left.
Is your feature request related to a problem? Please describe.
The Heartwood network upgrade changes the meaning of the
Commitment
block header field:https://zips.z.cash/zip-0221
Describe the solution you'd like
ChainHistoryMmrRootHash
type - ZIP-221: Integrate history merkle mountain range from librustzcash #2132The
Commitment
enum variants have already been implemented.Additional context
This is a required validation rule for Heartwood and later network upgrades. It is modified by ZIP-244 in NU5.
The text was updated successfully, but these errors were encountered: