-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: persist keys on disk #157
Merged
Merged
Conversation
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
kyranjamie
force-pushed
the
feat/persist-private-key
branch
3 times, most recently
from
June 22, 2020 14:34
67a4ee5
to
ab02077
Compare
aulneau
reviewed
Jun 22, 2020
kyranjamie
force-pushed
the
feat/persist-private-key
branch
5 times, most recently
from
June 23, 2020 08:37
12c1d8b
to
70a3d42
Compare
3 tasks
kyranjamie
force-pushed
the
feat/persist-private-key
branch
11 times, most recently
from
June 23, 2020 13:00
a309a1d
to
a655886
Compare
kyranjamie
force-pushed
the
feat/persist-private-key
branch
2 times, most recently
from
June 23, 2020 13:22
74a53b9
to
b7906ae
Compare
kyranjamie
commented
Jun 23, 2020
app/store/keys/keys.actions.ts
Outdated
|
||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
const [error, mnemonic] = await safeAwait(decryptMnemonic(encryptedMnemonic, key)); |
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.
kyranjamie
force-pushed
the
feat/persist-private-key
branch
from
June 23, 2020 15:25
b7906ae
to
b27a3b4
Compare
kyranjamie
force-pushed
the
feat/persist-private-key
branch
7 times, most recently
from
June 28, 2020 16:19
d44fbec
to
8bfb3c3
Compare
kyranjamie
force-pushed
the
release/stacking
branch
2 times, most recently
from
June 29, 2020 11:19
9901c2c
to
1e14ba5
Compare
kyranjamie
force-pushed
the
feat/persist-private-key
branch
3 times, most recently
from
June 30, 2020 13:14
20a73db
to
1d672b7
Compare
kyranjamie
force-pushed
the
feat/persist-private-key
branch
2 times, most recently
from
June 30, 2020 13:30
371be8e
to
cba7d28
Compare
hstove
approved these changes
Jul 2, 2020
kyranjamie
force-pushed
the
feat/persist-private-key
branch
5 times, most recently
from
July 3, 2020 12:30
ef8f60b
to
4f4749b
Compare
kyranjamie
force-pushed
the
feat/persist-private-key
branch
from
July 5, 2020 17:20
4f4749b
to
71d016b
Compare
Merging with broken build. A minor advisory on the lodash package is pending a fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds: