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
I note the following deviations from the reference implementation's API contract/spec (https://github.com/lightningdevkit/vss-server/blob/main/app/src/main/proto/vss.proto) with respect to object PUTting
version: 0
version
delete_items
I can tackle these; no promises on timeline
The text was updated successfully, but these errors were encountered:
We cannot do 3 as that'd break mutiny. 2 seems sound but could cause problems. Otherwise 1 and 4 seem fine to me
Sorry, something went wrong.
No branches or pull requests
I note the following deviations from the reference implementation's API contract/spec (https://github.com/lightningdevkit/vss-server/blob/main/app/src/main/proto/vss.proto) with respect to object PUTting
version: 0
version
number than current should cause error (vss-rs accepts call and silently drops / does not update db)version
field increasing by > 1 is accepteddelete_items
fieldI can tackle these; no promises on timeline
The text was updated successfully, but these errors were encountered: