Skip to content
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

Enforce the minimum protocol version #10

Closed
teor2345 opened this issue May 6, 2021 · 1 comment
Closed

Enforce the minimum protocol version #10

teor2345 opened this issue May 6, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@teor2345
Copy link
Contributor

teor2345 commented May 6, 2021

Currently, https://github.com/gtank/btcd/blob/master/peer/peer.go sets the MinAcceptableProtocolVersion to a recent bitcoin network protocol version.

But for Zcash, we want it to be the most recently activated network upgrade.

We might even want it to be configurable per-network (see #3).

@conradoplg
Copy link
Contributor

Done in #18 and other PRs that deployed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants