-
Notifications
You must be signed in to change notification settings - Fork 135
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
Store XORed wallet seed in-mem #200
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d7fd2c9
experimental xor token work
yeastplume 15c1abd
rustfmt
yeastplume be607e3
test implementation of build_coinbase_t function
yeastplume c2f883c
rustfmt
yeastplume c187b0f
add separate foreign_rpc_s interface for secure functions
yeastplume c600119
rustfmt
yeastplume 410486e
rustfmt
yeastplume 12892fb
fix http scheme to allow https as well
yeastplume d66a7b3
add tokenized owner API, modify all functions to use token
yeastplume 0dd434f
rustfmt
yeastplume 6b3ecd6
fix for api doctests, tests passing up to api crate
yeastplume 56444e3
rustfmt
yeastplume f7079fc
controller crate compilation
yeastplume b83d814
rustfmt
yeastplume 90aeaf0
controller tests passing and modified some to use masked keychains
yeastplume c35f5d5
rustfmt
yeastplume 4f562aa
fix wallet tests
yeastplume ab7e7f0
rustfmt
yeastplume 6bfb4c9
build from github
yeastplume 7c84e04
merge from upstream
yeastplume c3b71ec
rustfmt
yeastplume 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
Large diffs are not rendered by default.
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now just stored by a Foreign API instance, for the case where you want to run a foreign and owner API in the same process but only reference a single instance of the wallet.