-
Notifications
You must be signed in to change notification settings - Fork 214
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
Implement API types for delegation endpoints #895
Milestone
Comments
jonathanknowles
changed the title
Implement delegation endpoints API types
Implement API types for delegation endpoints
Oct 24, 2019
2 tasks
iohk-bors bot
added a commit
that referenced
this issue
Oct 29, 2019
920: Api types for delegation endpoints r=jonathanknowles a=paweljakubas # Issue Number <!-- Put here a reference to the issue this PR relates to and which requirements it tackles --> #895 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] I have added types for stake delegation - [x] I have reused ApiMigrateByronWalletData within byron and pool stuff endpoints and rename it to ApiWalletPassphrase # 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) ✓ Once created, link this PR to its corresponding ticket ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Pawel Jakubas <[email protected]> Co-authored-by: Jonathan Knowles <[email protected]>
Added some preliminary tests in #962. |
iohk-bors bot
added a commit
that referenced
this issue
Nov 7, 2019
962: Stake pools join quit stub tests r=piotr-iohk a=piotr-iohk # Issue Number #895 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [ ] Added some preliminary tests for join/quit stake pool endpoints... # 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) ✓ Once created, link this PR to its corresponding ticket ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Piotr Stachyra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Decision
throwError err501
Acceptance Criteria
joinStakePool
operation from the swagger specquitStakePool
operation from the swagger spec501 Not Implemented
HTTP error when accessed.Development Plan
PR
master
QA
Two endpoints were added. It is worth if they are present and behave as REST verbs suggest. Moreover, if handled errors as advertised in swagger are as expected
The text was updated successfully, but these errors were encountered: