-
Notifications
You must be signed in to change notification settings - Fork 692
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
Missing address in signing_infos of rest api #1344 #1734
Comments
Super weird. Could be something trivial. Will take a look... |
I'm stumped here as to how we have records w/o addresses as there are numerous safe guards around addresses. However, if you notice all the records with an empty address have a Regardless, I wouldn't worry to much about this. Maybe in the next Gaia release, we delete all records with an empty address. |
moving this to gaia as its related to the hub |
Is this issue being worked at right now? |
I've also run into this bug. It doesn't look like those are old records because See the issues I opened in other repos:
It can be reproduced via both (g)RPC and REST API. And it only affects Cosmos Hub as I haven't been able to reproduce it on any other chain. |
Thanks again @livthomas for providing these insightful details about the issue! Based on our investigation, we have identified that the issue spans a considerable number of the signing info records (168/444 to this date). Although pinpointing the exact root cause proves challenging, it's clear that these incorrect records are associated with active validators and require rectification. We plan to address this issue during the Gaia v15 upgrade migration, by filling in the missing address in the signing info records. |
Summary of Bug
visit: https://cosmos.api.ping.pub/cosmos/slashing/v1beta1/signing_infos
Version
"cosmos_sdk_version":"v0.44.3"
Steps to Reproduce
Not see this issue on other blockchains: like Osmosis
For Admin Use
The text was updated successfully, but these errors were encountered: