forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extract signer crate * fmt * fix bs58 std usage * extract seed-derivable crate * extract seed-phrase crate * fix copy-pasted doc * extract presigner crate * make keypair module optional in solana-signer * remove serde_json dep and fix test features * remove thiserror from solana-signer * lint * more lint * fix dev dep feature * sort deps * remove itertools from solana-signer * move wasm impl to signer crate * add doc_auto_cfg like in #3121 * post-rebase fix * another post-rebase fix * fmt * make keypair functionality of solana-seed-phrase optional * fix feature-gated imports * Extract solana-keypair, move other things around * Cleanup things that I missed * Remove space * Add deprecated notice * Add deprecation notices * Refactor SeedDerivable trait implementation --------- Co-authored-by: Jon C <[email protected]>
- Loading branch information
1 parent
5a6f518
commit e752b38
Showing
21 changed files
with
1,054 additions
and
700 deletions.
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
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
Oops, something went wrong.