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

Validate missing data after re-index #794

Closed
buberdds opened this issue Oct 31, 2024 · 6 comments
Closed

Validate missing data after re-index #794

buberdds opened this issue Oct 31, 2024 · 6 comments
Assignees

Comments

@buberdds
Copy link
Contributor

buberdds commented Oct 31, 2024

Validate prod instance once re-index is done

In stage instance old blocks have body: null

https://nexus.stg.oasis.io/v1/consensus/transactions?limit=10&offset=0&block=18018935
https://nexus.oasis.io/v1/consensus/transactions?limit=10&offset=0&rel=oasis1qp6pu7sr822u3mecyt3vtzm54wq2rl5ezg5gutvz
https://nexus.oasis.io/v1/consensus/transactions?limit=10&offset=0&rel=oasis1qqhlws02wjt94qauxr6lwvpf9qua7q6vccmyq43y
https://nexus.oasis.io/v1/consensus/transactions?limit=10&offset=0&rel=oasis1qppwp352cvnaxw3l3nw68wvlrs9t235j2ggzdvaw

vs newer
https://nexus.oasis.io/v1/consensus/transactions?limit=10&offset=0&block=18518935

Checklist:

  1. 🟢 Status endpoint
  2. 🔴 transactions list with rel filter
  3. 🟢 latest transactions
  4. 🟢 transactions with body null are fixed
  5. 🟡 validators list
  6. 🟢 eochs endpoint
  7. 🟢 tx_volumes (volumes are different, but I assume they are more correct in prd)
  8. 🟢 latest blocks list (the newest block is missing signers, proposer and signers entity_metadata is always null)
  9. 🟢 Emerald status
  10. 🟢 Sapphire status
  11. 🔴 accounts list
  12. 🟢 proposals list
  13. 🟢 block details
  14. 🟢 block events
  15. 🟢 account delegations
  16. 🟢 account debonding
  17. 🟢 account events (the order within block is diff)
  18. 🟡 validator details (missing media, but it is listed already in another endpoint)
  19. 🔴 validator history
  20. 🟢 account details
  21. 🔴 tokens list
@buberdds buberdds self-assigned this Nov 19, 2024
@buberdds
Copy link
Contributor Author

buberdds commented Nov 21, 2024

@buberdds
Copy link
Contributor Author

buberdds commented Nov 21, 2024

  1. Validator list
    https://nexus.prd.oasis.io/v1/consensus/validators?limit=10&offset=0
    vs
    https://nexus.oasis.io/v1/consensus/validators?limit=10&offset=0
  • stats total_count changed from 281 -> 247 (due to a change in how we count validators, but in overall it is fine)
  • diff total_staked_balance
  • missing validator media
  • start_date is diff but seems more correct

@buberdds
Copy link
Contributor Author

buberdds commented Nov 21, 2024

@buberdds
Copy link
Contributor Author

buberdds commented Nov 21, 2024

@buberdds
Copy link
Contributor Author

buberdds commented Dec 10, 2024

@buberdds
Copy link
Contributor Author

Closing / Token list issues are covered in another tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant