Make dRep selection more neutral and dRep-agnostic#4501
Merged
zuzunker merged 4 commits intoEmurgo:developfrom Mar 16, 2026
Merged
Make dRep selection more neutral and dRep-agnostic#4501zuzunker merged 4 commits intoEmurgo:developfrom
zuzunker merged 4 commits intoEmurgo:developfrom
Conversation
...ges/yoroi-extension/app/UI/features/governace/useCases/GovernanceOptions/DrepOptionsCard.tsx
Outdated
Show resolved
Hide resolved
...ges/yoroi-extension/app/UI/features/governace/common/hooks/useGovernanceDelegationStatus.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
zuzunker
approved these changes
Mar 16, 2026
Merged
This file contains hidden or 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
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.
Updates governance selection UI copy/labels to present DRep choices more neutrally and support informed user choice, without changing delegation functionality or available options.
Note
Medium Risk
Moderate UI/flow changes in governance delegation remove Yoroi-specific defaults and auto-delegation paths, which could affect how delegation status and CTAs are displayed or reached. No security-sensitive or funds-handling logic is changed, but the user journey into delegation is altered.
Overview
Makes the governance delegation UI DRep-agnostic by removing hardcoded Yoroi/Testnet DRep IDs, the Yoroi voting-record link, and the
drepNameslookup.Updates governance screens (
GovernanceStatus,DRepOptions, cards, and the promotion banner) to no longer auto-delegate or deep-link into “delegate to Yoroi”; CTAs now generally open the custom DRep selection modal and the UI tracks delegation as “delegated to a DRep” vs abstain/no-confidence.Transaction review and DRep ID selection are simplified by dropping Yoroi-specific shortcuts and displaying the normalized DRep ID directly.
Written by Cursor Bugbot for commit ac711c7. This will update automatically on new commits. Configure here.