-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Rust based vss-service. #34
Conversation
Rebased on top of main. |
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.
Concept ACK. Need to read through the tests still.
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.
Mostly nits on the tests. Verified that they match the Java integration tests. https://github.com/lightningdevkit/vss-server/blob/main/java/app/src/test/java/org/vss/AbstractKVStoreIntegrationTest.java
Addressed all current comments, lmk if it is good to squash or needs another round of review. |
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.
LGTM. Let's squash and merge.
Will fix and squash ! |
Squashed with minor fixups, diff here: https://github.com/lightningdevkit/vss-server/compare/13496520de8a5ba61943c1bacf6c280be2c37ebb..2fc3fd3fb451e4f430e82efd98b5c84fa7dfb29e |
Add Rust based vss-service.