-
Notifications
You must be signed in to change notification settings - Fork 83
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: implement new wallet trait for askar #1085
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
This was referenced Dec 6, 2023
xprazak2
force-pushed
the
indy-record-wallet
branch
7 times, most recently
from
December 21, 2023 11:10
c572e24
to
550ae5d
Compare
xprazak2
force-pushed
the
indy-record-wallet
branch
10 times, most recently
from
January 3, 2024 06:58
d7199da
to
748ab8a
Compare
xprazak2
force-pushed
the
indy-record-wallet
branch
5 times, most recently
from
January 4, 2024 15:16
bc3a5c6
to
91c0004
Compare
xprazak2
force-pushed
the
indy-record-wallet
branch
3 times, most recently
from
January 12, 2024 08:51
f85aedc
to
55cbf0a
Compare
xprazak2
force-pushed
the
ai
branch
2 times, most recently
from
February 19, 2024 14:45
3fc31ec
to
255acfc
Compare
Patrik-Stas
previously approved these changes
Feb 21, 2024
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.
Looks good to me, well done! ✅ Let's get this baby merged. Just need to sort out that napi
image
mirgee
previously approved these changes
Feb 22, 2024
Signed-off-by: Ondrej Prazak <[email protected]>
Signed-off-by: Ondrej Prazak <[email protected]>
Signed-off-by: Ondrej Prazak <[email protected]>
xprazak2
force-pushed
the
ai
branch
9 times, most recently
from
February 23, 2024 13:25
d8d5345
to
76876a7
Compare
Signed-off-by: Ondrej Prazak <[email protected]>
xprazak2
force-pushed
the
ai
branch
6 times, most recently
from
February 26, 2024 06:59
a63dca0
to
a7db7f5
Compare
Signed-off-by: Ondrej Prazak <[email protected]>
Patrik-Stas
approved these changes
Feb 26, 2024
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.
These changes include implementation of
BaseWallet
for askar.These changes intentionally do not include any data migrations between wallets using
BaseWallet
or compatibility tests between different wallet implementations. Even though both of them are important, they are not needed for a new wallet implementation to work on its own, therefore they can (and will) be added separately as this is already large enough.