-
Notifications
You must be signed in to change notification settings - Fork 2
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
Osmosis: Unable to query MsgCreatePool transaction #17
Comments
This could be 1 of 2 possible issues:
I will test this out myself to see if its possible to query it from probe. |
Thanks for the reply @pharr117. Let me know of any updates on the matter. I probably think its a node issue due to a deprecating change. However, I also noticed that I was unable to fetch a few Osmosis blocks, for example
Highly unlikely it is probe-related, as it is probably once again due to node versioning problems. However if you do get the chance to try querying it, would be appreciated also. |
@itsciccio
Defiant's Osmosis-specific solution to this was to:
This gets around Codec issues, but is Osmosis-specific in that:
Both methods are pretty brittle and hard to maintain, but we found success in both. tl;dr What you may be looking for is the Defiant Lens fork branch v0.0.19-dl |
Using
main.go
, I am trying to query block3513
from an Osmosis Archive Node. Although I am able to retrieve the block, I am unable to retrieve the transactions with the following error message:I have also attempted to add the following lines to the
MakeCodec
function, with the hopes of the system being able to recognize theMsgCreatePool
transaction, however had no luck:Is there something I am doing incorrectly, or is this a bug?
NB: Querying other blocks not containing this transaction type works as intended.
TIA
The text was updated successfully, but these errors were encountered: