Security: stop panicking due to NU5 unimplemented!()
statements
#2369
Labels
A-consensus
Area: Consensus rule updates
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
C-security
Category: Security issues
I-panic
Zebra panics with an internal error message
NU-5
Network Upgrade: NU5 specific tasks
Milestone
Motivation
When we were adding NU5 support to Zebra, we added comment TODOs and
unimplemented!()
placeholders to Zebra.We need to make sure all the
unimplemented!()
placeholders have been removed. We should also check for any comment TODOs.This ticket needs to be completed before NU5 testnet activation, otherwise Zebra will panic as soon as NU5 activates.
Solution
Fixing panics:
unimplemented!()
statements that haven't been implemented into ticketsunimplemented!()
statements that have been implemented elsewhereTask tracking (lower priority):
NU5
orZIP
TODO comments, and make sure they have ticketsThe text was updated successfully, but these errors were encountered: