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
https://safe-transaction-gnosis-chain.safe.global/api/v1/safes/0xeda046C9f8fd29636Bb621892718B9754F244b97/all-transactions/?limit=17&offset=0&executed=true&trusted=true does not return the number of elements set by limit. It looks like it's related to caching of the endpoint
limit
The text was updated successfully, but these errors were encountered:
Fix pagination issues for all-transactions
9bafcb4
- Closes #1864
1d4b6b3
43ac607
Looks good to me, I can see that the expected number of transactions are being returned now when setting a limit 😄
Sorry, something went wrong.
Uxio0
Successfully merging a pull request may close this issue.
https://safe-transaction-gnosis-chain.safe.global/api/v1/safes/0xeda046C9f8fd29636Bb621892718B9754F244b97/all-transactions/?limit=17&offset=0&executed=true&trusted=true does not return the number of elements set by
limit
. It looks like it's related to caching of the endpointThe text was updated successfully, but these errors were encountered: