Release / 5.22.0 (Governance tone down)#4503
Merged
zuzunker merged 30 commits intoproductionfrom Mar 17, 2026
Merged
Conversation
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 143.0.4 to 144.0.0. - [Commits](giggio/node-chromedriver@143.0.4...144.0.0) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 144.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/e2e-tests/chromedriver-144.0.0 Bump chromedriver from 143.0.4 to 144.0.0 in /packages/e2e-tests
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 144.0.0 to 145.0.0. - [Commits](giggio/node-chromedriver@144.0.0...145.0.0) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 145.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/chromedriver-145.0.0
…/e2e-tests/chromedriver-145.0.0 Bump chromedriver from 144.0.0 to 145.0.0 in /packages/e2e-tests
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 145.0.0 to 145.0.1. - [Commits](giggio/node-chromedriver@145.0.0...145.0.1) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 145.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…/e2e-tests/chromedriver-145.0.1 Bump chromedriver from 145.0.0 to 145.0.1 in /packages/e2e-tests
Make dRep selection more neutral and dRep-agnostic
post governance-rework
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.
packages/yoroi-extension/app/UI/features/governace/useCases/GovernanceOptions/DRepOptions.tsx
Show resolved
Hide resolved
[Bump] Nightly Version: 5.21.0.2
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.

Note
Medium Risk
Removes/rewires governance UI entry points and delegation logic (routes, banners, delegation status), which can impact user navigation and governance transaction flows. Also drops the staking-governance gating modal in one delegate path, potentially changing expected UX.
Overview
Governance UI is simplified and “toned down.” The dedicated
GovernanceStatuspage/route is removed andROUTES.GOVERNANCE.ROOTnow lands directly on the options screen, with the “not allowed” state enforced fromGovernanceOptionsPage.Yoroi-specific promotion paths are removed. Drops the rewards banner and associated banner-queue logic, removes Yoroi/Emurgo DRep IDs, voting-record links, and name mapping, and simplifies DRep promotion banner navigation (no query-based auto-delegate).
Delegation flows are streamlined.
useGovernanceDelegationis generalized to focus on custom DRep selection + abstain/no-confidence,useGovernanceDelegationStatusis simplified to a single “delegated to some DRep” flag, and the options cards are reduced to three choices with unified styling and updated copy.Also bumps
chromedriverin e2e tests and increments extension version to5.22.0.Written by Cursor Bugbot for commit 157e643. This will update automatically on new commits. Configure here.