fix(api): unlist removed validator profiles#139
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
validators-api-test | f5c1adc | Commit Preview URL Branch Preview URL |
Mar 02 2026, 10:57 AM |
064de84 to
af0cc88
Compare
|
@codex review |
…-unlisted-lifecycle
|
why not just removing it from the db? |
|
we track by default all validators in the db... also i am afraid of breaking the wallet somehow. Adding an additional field seems the best way for backward compat |
adding an additional param requires more work in the wallet, just dont mark removed validators as known? |
|
the validator does use another method to retrieve the validators from the blockchain. they don't use our api. Just to merge their addresses with the logo, description and score. |
Summary
is_listedflag tovalidatorsonly-known=truenow uses listed state (with fallback for legacyNULLrows)isListedon validator responses andunlistedActiveValidatorson status