-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: signing behind interface (#20)
* chore: simplified equal pk check * feat: add crypto signer wrapper for btcstaking signing functions * chore: update fpName to keyName in ChainKeyringController * chore: address naming suggestions CriptoSigner -> Signer, KeyringCriptoSigner -> KeyringSigner, NewLocalKeyringCriptoSigner -> NewKeyringSigner * chore: add changelog #20 * feat: partial refactory in generating signatures * chore: removed unused funcs, simplified sort * fix: unit test sorting of covenant sigs to match expected * chore: rollback to use pub key with pointer * chore: rollback to schnorr sig with pointer * chore: rollback to use covenant sigs as pointer * chore: rollback to pointer * chore: refactory signer signature handling * chore: address gitferry pr comments * fix: pwd parameter * chore: modify to call the signed once per each delegation * chore: remove unecessary sorting of covenant signatures
- Loading branch information
1 parent
5af04ad
commit e23e7d1
Showing
10 changed files
with
359 additions
and
194 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
Oops, something went wrong.