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

ibc: split up query rpc implementations #3079

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

hdevalence
Copy link
Member

No description provided.

@hdevalence hdevalence temporarily deployed to smoke-test September 22, 2023 06:34 — with GitHub Actions Inactive
Comment on lines +19 to +21
pub fn routes(_storage: Storage) -> Routes {
unimplemented!("functionality we need is only in tonic 0.10")
}
Copy link
Member Author

Choose a reason for hiding this comment

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

The hope here was to be able to expose just an rpc::routes() method that would return a partial bundle of Services. This would avoid the code in pd/main.rs from having to recite them all, but that API was only added in Tonic 0.10, so it needs #3078 for that approach to work.

@hdevalence hdevalence temporarily deployed to smoke-test September 22, 2023 18:20 — with GitHub Actions Inactive
@hdevalence hdevalence merged commit 1ef4dac into main Sep 22, 2023
8 checks passed
@hdevalence hdevalence deleted the split-ibc-query-impls branch September 22, 2023 22:55
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.

1 participant