-
Notifications
You must be signed in to change notification settings - Fork 9
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
Wrong DRep type returned after change from DRep to Direct Voter #957
Comments
jankun4
added a commit
that referenced
this issue
May 13, 2024
5 tasks
MSzalowski
added a commit
that referenced
this issue
May 15, 2024
…ed-after-change-from-drep-to-direct-voter [#957] drep/list drep type fix
This was referenced May 15, 2024
OK when user is Retired as Direct Voter and Registered as DRep: NOT OK when user Retired as DRep and Registred as Direct Voter - his DRep id is not retrived by /drep/list endpoing @JanJaroszczak @jankun4 please consult if regarding above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a user, so far registered as DRep, registers as Direct Voter:
ada-holder/get-current-delegation/{stakekey}
returns:drep/info/{drepId}
returns (isRegisteredAsSoleVoter: true
):but
drep/list?page=0&pageSize=10&search={dRepView of myself}
still returnstype: "DRep"
:The text was updated successfully, but these errors were encountered: