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

WIP(wire): add v2 transport #148

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rustaceanrob
Copy link

Getting things rolling on BIP324 just to start a discussion. It will take some significant time for signet nodes to adopt this so it can actually be tested more thoroughly. In the meantime I am open for nits and nacks. I did a couple weird things like use a bunch of guard statements when trying the V2 connection instead of passing Result because I think the V2 connection should fail silently, as there is a lot that can go wrong and we should eagerly fall back to V1 instead of disconnecting. Writing V2 messages is not correct yet, as I need to add the correct message bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant