ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
412 stars 106 forks source link

Set the minimum network protocol version to `170_110` after NU6 mainnet activation #9045

Open mpguerra opened 1 day ago

mpguerra commented 1 day ago

Motivation

After NU6 activates on mainnet, Zebra should always reject pre-NU6 nodes.

Scheduling

We need to wait for:

Tasks

Update the INITIAL_MIN_NETWORK_PROTOCOL_VERSION to:

Related work