-
Notifications
You must be signed in to change notification settings - Fork 108
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
Unknown field errors when querying pre-v19 height cosmos transactions #2835
Comments
Another example Result
|
Both the example contain proto buffers which have been modified
|
@kingpinXD would this impact someone that tries to create an indexer for ZetaChain from genesis? |
This would impact someone trying to sync from block 1 , if they use the current binary and try to fetch older transactions |
v21 modifies the |
@lumtis does this need an update on the nodes? |
Describe the Bug
When querying
/cosmos/tx/v1beta1/txs?events=tx.height=4667204&page=1&limit=100&pagination.count_total=true
With heights previous to the v19 update, nodes fail errors like the following
To Reproduce
Query a pre-v19 block like
/cosmos/tx/v1beta1/txs?events=tx.height=4667204&page=1&limit=100&pagination.count_total=true
Expected Behavior
Transactions data should be returned successfully
The text was updated successfully, but these errors were encountered: