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

update cosmos proto files #103

Open
Artegus opened this issue Sep 15, 2024 · 0 comments
Open

update cosmos proto files #103

Artegus opened this issue Sep 15, 2024 · 0 comments

Comments

@Artegus
Copy link

Artegus commented Sep 15, 2024

Hi. I have a problem using the cosmos module from the osmo-query package. As indicated in the cosmos-sdk code it no longer uses flag events now it uses query.

using cosmos.tx.v1beta1.getTxsEvent({...}) with events property throw error Query failed with (6): rpc error: code = Internal desc = query cannot be empty: unknown request

client.cosmos.tx.v1beta1.getTxsEvent({
        //this should be query instead of events
        events: ["message.action='/osmosis.concentratedliquidity.v1beta1.MsgCreatePosition'"],
        limit: BigInt(1),
        orderBy: OrderBy.ORDER_BY_ASC,
        page: BigInt(1)
})
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