feat(claimer): let a custom rewards claimer use the widget - #645
Merged
Conversation
…ATOR to manager or rewards
…nd tabs to operators
…av, stand seeds, routing tests
Role badges (M/R/C) now show the role's action list in a tooltip. The badge sits inside a Modal in most call sites, so it uses the propagation-stopping Tooltip wrapper rather than lido-ui's directly. getRoleActions had no CLAIMER branch and fell through to the Rewards list, so C would have advertised proposing a new Rewards Address.
Preview stand statusStand was demolished |
A sole new 0x02 operator becomes active, flipping the module to CSM_02 and turning the apply-form flag off, which hid the ICS/IDVTC cards on /create while the per-type route gates still allowed them. Only the apply fallback depends on that flag now. The DEF gate itself refuses a wallet holding an unconsumed ICS/IDVTC proof, so /create/0x01 and the card agree.
Appending flips the CAN_CREATE_* gate on the create page, whose Navigate fallback pushed /create and cancelled the in-flight push to /.
…y flows Operator discovery lists operators the wallet merely claims for, and both the creation gates and the ICS/IDVTC apply flows counted them as owned. A claimer-only wallet lost the 0x01 card and saw "Claimed" instead of its own application form. Only manager/rewards roles now make the wallet "an operator" in those places.
…into modules/web3
madlabman
approved these changes
Sep 10, 2026
Vorobeyko
approved these changes
Sep 10, 2026
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.
Stacked on #641 (base
feat/create-operator-flow).Lets a wallet that only holds the custom rewards claimer role use the widget instead of landing on the starter pack. Discovery already finds these wallets (SDK
ROLES.CLAIMER); this is the show-rule and routing side.HAS_CLAIMER_ROLE/HAS_ANY_ROLEshow rules;IS_NODE_OPERATORnow means manager or rewards only — a claimer is a role holder, not an operator, so keys/surveys/bond-management surfaces stay hidden./, and/bond/claimopen toHAS_ANY_ROLE; bond tabs andget-correct-pathkeep a claimer-only wallet off operator-only bond routes.2.3.0-alpha.10— that is the first alpha shippingROLES.CLAIMERandclaimerAddressfromgetManagementProperties./test/claimerstand + claimer-only mock providers for the claim form.Note: claimer wallets are only discoverable once the
SMDiscoveryupgrade (claimer search) is deployed; until then the paths are reachable but nothing resolves to a claimer.