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

app: lift k/v rpcs into storage crate #3459

Merged
merged 17 commits into from
Dec 4, 2023
Merged

app: lift k/v rpcs into storage crate #3459

merged 17 commits into from
Dec 4, 2023

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Dec 1, 2023

Close #3130, this PR:

  • Add query service definitions for storage protos
  • Remove the KV RPC definitions from the app query service
  • Lifts the key value rpc implementations into penumbra_storage::rpc

One unfortunate collateral damage that I forgot about is that we can't do the chain id fail-early check in the storage component because that's an implementation detail of the penumbra application. Maybe we should have a service layer that does this sort of generally useful checks, maybe not.

@erwanor
Copy link
Member Author

erwanor commented Dec 4, 2023

Merging this optimistically, but would appreciate a review async.

@erwanor erwanor merged commit d44c8f5 into main Dec 4, 2023
5 checks passed
@erwanor erwanor deleted the erwan/key_value_rpc branch December 4, 2023 22:38
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.

Move key/value RPCs into storage crate
1 participant