-
Notifications
You must be signed in to change notification settings - Fork 217
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
Testing additional account pub key endpoints #2673
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
piotr-iohk
force-pushed
the
piotr/test-more-account-pub-key-endpoints
branch
from
May 26, 2021 14:11
42dab09
to
fb06bd1
Compare
paweljakubas
approved these changes
May 26, 2021
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.
lgtm
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
May 26, 2021
2662: Basic migration plans e2e tests r=rvl a=piotr-iohk # Issue Number ADP-680 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [ ] e2e tests on testnet for creating migration plans for Byron/Icarus/Shelley wallets. # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Jira will detect and link to this PR once created, but you can also link this PR in the description of the corresponding ticket ✓ Acknowledge any changes required to the Wiki ✓ Finally, in the PR description delete any empty sections and all text commented in <!--, so that this text does not appear in merge commit messages. --> 2669: Bump version to v2021-05-26 r=Anviking a=rvl ### Overview As per the [Release Checklist](https://github.com/input-output-hk/cardano-wallet/wiki/Release-Checklist). 2670: API: Pass TokenMetadataError through to API r=Anviking a=rvl ### Issue Number ADP-925 ### Overview If there was an error fetching metadata in the listMetadata or getMetadata endpoints, tell the user, rather than just returning "no metadata". ### Comments Could someone please pick this up and merge for v2021-05-26. 2673: Testing additional account pub key endpoints r=piotr-iohk a=piotr-iohk # Issue Number ADP-934 # Overview - 55b2fa4 Tests for get acc pub key for shelley and shared wallets - a388e30 Add assertions for shared wallet status - 9ab8eaf Cannot create acc pub key for wallets from acc pub key tests - 42dab09 Re-shuffle order and extend summary of key eps in swagger for clarity # Comments I've also improved a bit key endpoints summary in swagger for better clarity: ![Screenshot from 2021-05-26 16-08-47](https://user-images.githubusercontent.com/42900201/119674720-b80b5e00-be3c-11eb-81e5-38d95f88131f.png) ![Screenshot from 2021-05-26 16-09-01](https://user-images.githubusercontent.com/42900201/119674734-bcd01200-be3c-11eb-824e-c104bf1b927b.png) Co-authored-by: Piotr Stachyra <[email protected]> Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
Build failed (retrying...): #expected |
Build succeeded: |
WilliamKingNoel-Bot
pushed a commit
that referenced
this pull request
May 26, 2021
2669: Bump version to v2021-05-26 r=Anviking a=rvl ### Overview As per the [Release Checklist](https://github.com/input-output-hk/cardano-wallet/wiki/Release-Checklist). 2673: Testing additional account pub key endpoints r=piotr-iohk a=piotr-iohk # Issue Number ADP-934 # Overview - 55b2fa4 Tests for get acc pub key for shelley and shared wallets - a388e30 Add assertions for shared wallet status - 9ab8eaf Cannot create acc pub key for wallets from acc pub key tests - 42dab09 Re-shuffle order and extend summary of key eps in swagger for clarity # Comments I've also improved a bit key endpoints summary in swagger for better clarity: ![Screenshot from 2021-05-26 16-08-47](https://user-images.githubusercontent.com/42900201/119674720-b80b5e00-be3c-11eb-81e5-38d95f88131f.png) ![Screenshot from 2021-05-26 16-09-01](https://user-images.githubusercontent.com/42900201/119674734-bcd01200-be3c-11eb-824e-c104bf1b927b.png) Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Piotr Stachyra <[email protected]> f43bc23
rvl
reviewed
May 27, 2021
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.
Thanks, nice @piotr-iohk 👍
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.
Issue Number
ADP-934
Overview
55b2fa4
Tests for get acc pub key for shelley and shared wallets
a388e30
Add assertions for shared wallet status
9ab8eaf
Cannot create acc pub key for wallets from acc pub key tests
42dab09
Re-shuffle order and extend summary of key eps in swagger for clarity
Comments
I've also improved a bit key endpoints summary in swagger for better clarity: