-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: support encrypt and decrypt json wallets #1041
Conversation
Coverage report
Show new covered files 🐣
Test suite run success1139 tests passing in 197 suites. Report generated by 🧪jest coverage report action from c4699d5 |
apps/docs/src/guide/wallets/encrypting-and-decrypting-json-wallets.md
Outdated
Show resolved
Hide resolved
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.
Looking really good, love all the mocking in the unit test, I'm sure it was a bit painful. Haven't completely finished reviewing the encrypt and decrypt logic but will come back to it.
apps/docs/src/guide/wallets/encrypting-and-decrypting-json-wallets.md
Outdated
Show resolved
Hide resolved
apps/docs/src/guide/wallets/encrypting-and-decrypting-json-wallets.md
Outdated
Show resolved
Hide resolved
apps/docs/src/guide/wallets/encrypting-and-decrypting-json-wallets.md
Outdated
Show resolved
Hide resolved
apps/docs/src/guide/wallets/encrypting-and-decrypting-json-wallets.md
Outdated
Show resolved
Hide resolved
This is blocked by #1049 |
@Torres-ssf I have pushed this commit to resolve the failed CI. This is a new CI check brought in to support the docs hub via #1177. Unfortunately it has also dismissed the reviews @arboleya @Dhaiwat10 🙃 |
@danielbate thanks 🙏 |
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.
Really clean implementation and great test examples. Couple small changes, thoughts and also nits (sorry).
apps/docs/src/guide/wallets/encrypting-and-decrypting-json-wallets.md
Outdated
Show resolved
Hide resolved
…lets.md Co-authored-by: Daniel Bate <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
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 PR introduces new functionality to encrypt and decrypt JSON wallets, closely following the implementation found in the Rust SDK.