Skip to content
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

Operator Status inaccurate #701

Open
jfrank-summit opened this issue Jul 10, 2024 · 1 comment
Open

Operator Status inaccurate #701

jfrank-summit opened this issue Jul 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working indexer Task and issues link to the indexers

Comments

@jfrank-summit
Copy link
Member

The status field on Manage My Operator page is inaccurate. For operator ID 0 the funds have been withdrawn and unlocked but show they are "ready to unlock" and operator 49 funds should not be ready to unlock yet, as it de-registration just happened.
image

@jfrank-summit jfrank-summit added the bug Something isn't working label Jul 10, 2024
@marc-aurele-besner
Copy link
Collaborator

marc-aurele-besner commented Jul 10, 2024

This is mainly an indexer issue, as the current squid return that operator 49 could unlock on block 1121655

query MyQuery {
  operators(where: {id_eq: "49"}) {
    id
    status
  }
}

{ "data": { "operators": [ { "id": "49", "status": "{\"deregistered\":{\"domainEpoch\":[0,11076],\"unlockAtConfirmedDomainBlockNumber\":1121655}}" } ] } }

@jfrank-summit jfrank-summit added the indexer Task and issues link to the indexers label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working indexer Task and issues link to the indexers
Projects
Status: Todo
Development

No branches or pull requests

2 participants