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
When calling the /settlements/{peer} endpoint it may return the received as null, but in the OpenAPI definition it is number.
/settlements/{peer}
received
null
bee/openapi/SwarmCommon.yaml
Line 284 in 67ff6fb
This worked last Friday, so something since then broke it. This commit is suspicious: 273f120
The text was updated successfully, but these errors were encountered:
fix: workaround for settlements bug
072f4ce
ethersphere/bee#1212
Fixed by #1213
Sorry, something went wrong.
refactor!: breaking api changes (#105)
5eb1d15
* refactor: breaking api changes * refactor: add owner to SOC interface * feat: add /soc endpoint module * fix: soc owner calculation * chore: fix linter issues * fix: add ReferenceResponse to types * fix: comment out beeinfra version change * chore: cleanup * docs: add comment to CI script * fix: workaround for settlements bug ethersphere/bee#1212 * refactor: requested changes * fix: settlements bug * test: change ci to run Bee 0.5.0
No branches or pull requests
Summary
When calling the
/settlements/{peer}
endpoint it may return thereceived
asnull
, but in the OpenAPI definition it is number.bee/openapi/SwarmCommon.yaml
Line 284 in 67ff6fb
This worked last Friday, so something since then broke it. This commit is suspicious:
273f120
The text was updated successfully, but these errors were encountered: