-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug]: Panic in proto decoding (v0.52) #22574
Comments
We stepped through this and found that there is no FieldDescriptors found for the |
Will add screenshots for clarity.
|
i was debugging this as well on ibc but never completed it. Is the generated file from the upgrade imported into a module anywhere? |
Yeah, the generated Were you thinking that maybe the generated pb.go wasn't getting included by go pkg loader? |
This patched version of x/tx may work a6d28e3 Using this version of Can you try it out? |
Thanks @kocubinski, I can try this out later today. I will report back and let you know here. Cheers |
Fix worked upgrading to that commit of x/tx. |
Thanks for getting this sorted! ❤ |
after #22852 is merged we'll have an x/tx tagged alpha.3 if you want to use that |
Is there an existing issue for this?
What happened?
While upgrading ibc-go to v0.52.0, we ran into an issue in which some tests were failing when broadcasting a message. They were failing with the following error
We were able to fix the issue by moving all of the contents of this file into this file.
link to list of replace statements being used.
Cosmos SDK Version
v0.0.0-20241108061010-a0458127fccf
How to reproduce?
Checkout this commit 0eb8205cd77c2b9d9bce7130726eb04238bafb0e in the ibc-go repo and run
make test
The text was updated successfully, but these errors were encountered: