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

wire: add flag bits to PR message #3246

Merged
merged 1 commit into from
May 9, 2024
Merged

wire: add flag bits to PR message #3246

merged 1 commit into from
May 9, 2024

Conversation

jrick
Copy link
Member

@jrick jrick commented May 6, 2024

Two new flag fields are introduced to the pair request message, both of which are application specific and have no meaning to the wire package. The first is a Flags field which will be used to describe capabilities that do not affect the pairing type. This will be used in the initial release to allow wallets to advertise support for solving and publishing the factored polynomial. While here, a second flags field which affects the pairing compatibility is also added, as this will aid in any future incompatibility in the client behavior without disturbing clients who have not upgraded.

wire/msgmixpairreq.go Show resolved Hide resolved
wire/msgmixpairreq.go Outdated Show resolved Hide resolved
Two new flag fields are introduced to the pair request message, both of which
are application specific and have no meaning to the wire package.  The first
is a Flags field which will be used to describe capabilities that do not
affect the pairing type.  This will be used in the initial release to allow
wallets to advertise support for solving and publishing the factored
polynomial.  While here, a second flags field which affects the pairing
compatibility is also added, as this will aid in any future incompatibility in
the client behavior without disturbing clients who have not upgraded.
@davecgh davecgh merged commit 812e5ba into decred:master May 9, 2024
2 checks passed
@jrick jrick deleted the pr_flags branch May 9, 2024 14:28
@davecgh davecgh added this to the 1.9.0 milestone May 9, 2024
@davecgh davecgh added the wire protocol change Discussion and pull requests regarding items that require changes to the wire protocol. label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wire protocol change Discussion and pull requests regarding items that require changes to the wire protocol.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants