-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters