-
Notifications
You must be signed in to change notification settings - Fork 131
additional-libs feature for keyring dependencies (secure store) #1977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bdd7341
Add an additional libs feature for keyring crate
elizabethengelman 30fc05e
Move src/signer.rs to src/signer/mod.rs
elizabethengelman df082ff
Return an error if a user tries to create a StellarEntry without addi…
elizabethengelman 9d78b43
handle add-libs feature flagging in keyring.rs
elizabethengelman f35699a
Handle keyring specific errors in keyring.rs
elizabethengelman 0cc7f00
Fix keyring tests
elizabethengelman b3b30fb
Start to move additional-libs feature to secure_store.rs
elizabethengelman 6d1f398
Remove dependencies to secret.rs and locator.rs from secure_store.rs
elizabethengelman 14e8d53
Use secure_store in locator remove_identity instead of keyring directly
elizabethengelman 5dd755c
Use secure_store in secret to get pub key instead of keyring directly
elizabethengelman bef9a37
Use secure_store to get pub key in signer/mod
elizabethengelman 3f0960d
Use secure_store to sign tx data instead of keyring directly
elizabethengelman a91569b
Remove feature flag from keyring.rs
elizabethengelman f3e2444
Refactor to cleanup unreachable code warnings
elizabethengelman c681fc5
Fix secure_store write
elizabethengelman d299684
Update generate tests
elizabethengelman ac6013d
Cleanup clippy and fmt
elizabethengelman 956c488
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman 640bb3a
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman 9100472
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman 421c82a
Address feedback
elizabethengelman 8b9e16d
Add additional-libs feature to stellar-cli/Cargo.toml
elizabethengelman 1695dc3
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman 8467f0d
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman 5626fb0
Update Makefile to include additional-libs feature
elizabethengelman f731762
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman b741a33
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman e9643ad
Merge branch 'main' into feat/additional-libs-feature
elizabethengelman a7e96f5
additional-libs feature for ledger-stellar dependencies (ledger signi…
elizabethengelman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.