-
Notifications
You must be signed in to change notification settings - Fork 170
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
Redundant pagination parameters in API #304
Comments
Initially we introduced
Wdyt? |
In the current implementation the |
Agree, let's remove these two params after https://github.com/babylonchain/babylon-api/pull/60 |
Closed by #305 |
Summary of Bug
On a given epoch range pagination params in endpoint
/babylon/epoching/v1/epochs?start_epoch=0&end_epoch=5
are redundantSteps to Reproduce
curl --location --request GET 'http://rpc.testnet.babylonchain.io:1317/babylon/epoching/v1/epochs?start_epoch=0&end_epoch=5&pagination.key=AAAAAAAAAAY='
pagination.key
in response should be nilThe text was updated successfully, but these errors were encountered: