We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/cosmos/tx/v1beta1/txs?events=tx.height=14600621&pagination.limit=100&pagination.offset=0
/cosmos/tx/v1beta1/txs?events=tx.height=14600621&pagination.limit=100&pagination.offset=100
returns the same response. the block has 106 txs, we can not get the trailing 6 txs by the above pagination query
The text was updated successfully, but these errors were encountered:
For the LCD the command is different.
It is /cosmos/tx/v1beta1/txs?events=tx.height=14600621&limit=100&page=1 and page=2
Sorry, something went wrong.
strangely for LCD, I can query all 106 TXs
cosmos/cosmos-sdk#12261
Using page seems to return correctly
Yes. page=2 works
page=2
No branches or pull requests
/cosmos/tx/v1beta1/txs?events=tx.height=14600621&pagination.limit=100&pagination.offset=0
/cosmos/tx/v1beta1/txs?events=tx.height=14600621&pagination.limit=100&pagination.offset=100
returns the same response. the block has 106 txs, we can not get the trailing 6 txs by the above pagination query
The text was updated successfully, but these errors were encountered: