-
Notifications
You must be signed in to change notification settings - Fork 339
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
feat(debugapi, postage): topup batch handling #2401
Conversation
@aloknerurkar could you please also update the openapi spec to reflect these changes? |
Yes. I was hoping @zelig to review once and approve the endpoint path and format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the endpoint is on the wrong api :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, I have a few minor nitpicks.
Also, a beekeeper integration test that checks that the batch value increases by the amount that was requested would be needed too
@acud Will add beekeeper tests for both topup and dilute in separate beekeeper PR. |
This change is