-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add testutils to build ed25519 keypairs (#764)
### What Test utils to build ed25519 keypairs from a Stellar public key and secret key. ### Why There currently is no way to build signatures for existing ed25519 keypairs, so if I wanted to generate signatures in tests or in a script to use them later with the CLI, I'd have to build the keypair and strkey decoding myself. With this PR users are provided with a function to build the keypair from a Stellar public and secret key (as you can see in tests). ### Known limitations N/A Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
- Loading branch information
1 parent
2c9d157
commit efeed7d
Showing
4 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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