Skip to content
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

Merged
merged 8 commits into from
Nov 22, 2024
Merged

Add Rust based vss-service. #34

merged 8 commits into from
Nov 22, 2024

Conversation

G8XSU
Copy link
Collaborator

@G8XSU G8XSU commented Sep 30, 2024

Add Rust based vss-service.

  • Add Base workspace setup and rustfmt config.
  • Add Base protobuf generation for types.
  • Add Vss KVStore api.
  • Add Authorizer Api with NoopAuthorizer.
  • Add empty postgres KvStore implementation.
  • Add VssService and base service setup.
  • Add KvStoreTestSuite.

@G8XSU G8XSU requested a review from jkczyz September 30, 2024 05:21
@G8XSU G8XSU changed the title Add Base Rust vss-service. Add Rust based vss-service. Sep 30, 2024
@G8XSU
Copy link
Collaborator Author

G8XSU commented Nov 7, 2024

Rebased on top of main.

Copy link

@jkczyz jkczyz left a 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.

rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/lib.rs Show resolved Hide resolved
rust/api/src/error.rs Outdated Show resolved Hide resolved
rust/api/src/error.rs Outdated Show resolved Hide resolved
rust/server/src/main.rs Outdated Show resolved Hide resolved
rust/server/src/vss_service.rs Show resolved Hide resolved
rust/server/src/vss_service.rs Show resolved Hide resolved
rust/server/src/vss_service.rs Outdated Show resolved Hide resolved
rust/server/src/vss_service.rs Outdated Show resolved Hide resolved
@G8XSU G8XSU requested a review from jkczyz November 16, 2024 04:20
Copy link

@jkczyz jkczyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/lib.rs Outdated Show resolved Hide resolved
rust/api/src/auth.rs Outdated Show resolved Hide resolved
rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
rust/api/src/kv_store.rs Outdated Show resolved Hide resolved
@G8XSU
Copy link
Collaborator Author

G8XSU commented Nov 21, 2024

Addressed all current comments, lmk if it is good to squash or needs another round of review.

@G8XSU G8XSU requested a review from jkczyz November 21, 2024 22:55
Copy link

@jkczyz jkczyz left a 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.

rust/api/src/kv_store_tests.rs Outdated Show resolved Hide resolved
@G8XSU
Copy link
Collaborator Author

G8XSU commented Nov 21, 2024

Will fix and squash !

@G8XSU
Copy link
Collaborator Author

G8XSU commented Nov 22, 2024

@G8XSU G8XSU merged commit f958e1f into lightningdevkit:main Nov 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants