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

ZIP-155: Parse addrv2 in Zebra #2681

Closed
teor2345 opened this issue Aug 26, 2021 · 1 comment · Fixed by #3022
Closed

ZIP-155: Parse addrv2 in Zebra #2681

teor2345 opened this issue Aug 26, 2021 · 1 comment · Fixed by #3022
Assignees
Labels
A-network Area: Network protocol updates or fixes C-enhancement Category: This is an improvement NU-5 Network Upgrade: NU5 specific tasks

Comments

@teor2345
Copy link
Contributor

teor2345 commented Aug 26, 2021

Motivation

ZIP-155 will require support for parsing inbound addrv2 messages.
But nodes can still keep sending addr messages.

We'll need to implement addrv2 parsing in both Zebra (in Rust) and the DNS Seeders (in Go).

This is the ticket for Zebra.

Scope

Zebra only needs to parse IPv4 and IPv6 in addrv2.

Parsing other address types is out of scope - they can be ignored.
Sending addrv2 is out of scope.

Deadline

ZIP-155 activates as of the NU5 mainnet activation network protocol version.
(On both mainnet and testnet.)

@teor2345 teor2345 added C-enhancement Category: This is an improvement S-needs-triage Status: A bug report needs triage NU-5 Network Upgrade: NU5 specific tasks P-Medium A-network Area: Network protocol updates or fixes labels Aug 26, 2021
@teor2345 teor2345 added this to the 2021 Sprint 21 milestone Aug 26, 2021
@mpguerra
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-network Area: Network protocol updates or fixes C-enhancement Category: This is an improvement NU-5 Network Upgrade: NU5 specific tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants