forked from iqlusioninc/tmkms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
SignableMsg::add_*_signature
; log extension sigs (iqlusioninc#839)
Moves the methods for adding signatures to a `SignableMsg` onto the type itself: - `SignableMsg::add_consensus_signature` - `SignableMsg::add_extension_signature` This helps keep as much of the signature-related logic on the `SignableMsg` type itself, rather than spread out elsewhere. Also, adds logging every time an extension signature is computed, so we can confirm it isn't being computed for chains which aren't using it.
- Loading branch information
1 parent
45c1534
commit 71e0ac4
Showing
3 changed files
with
56 additions
and
26 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