-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MultisigAddress & MultisigSignature Implementation (#290)
* Multisig (#1) * Add Multisig Support Co-authored-by: syuan100 <[email protected]> Co-authored-by: Joe <[email protected]> * Adding integration test for signing payment transaction * Cleanup from PR Feedback * More linting updates * More linting cleanup * Linting fixes and other refactoring / updates * Fix typo and more lint fixes * fix lint errors (#2) * Update README.md to include multi-signature example * Update README with more descriptive comments * Update README multisig example * Updating MultisigSignature to include sign method to match SignableKeypair interface * README Update for MultiSignature example * Updating MultisigSignature method signatures and update usage and documentation * Fix merge conflicts, use async verify (#3) * Add message for burn verification. * Verify burn txn. * Create signature verification utility. * Move @helium/crypto to dev dependencies. * Remove old code. * v4.1.0 Co-authored-by: Matt Reetz <[email protected]> Co-authored-by: syuan100 <[email protected]> Co-authored-by: Joe <[email protected]> Co-authored-by: Tyler Whitman <[email protected]> Co-authored-by: Andrew Allen <[email protected]> Co-authored-by: Matt Reetz <[email protected]>
- Loading branch information
1 parent
92a035b
commit 9f9ebe7
Showing
46 changed files
with
915 additions
and
464 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"include": ["./tests"] | ||
"extends": "../tsconfig.json", | ||
} |
Oops, something went wrong.