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

chain(penumbra): use gRPC for proof queries #47

Merged
merged 9 commits into from
Dec 6, 2024
Merged

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Dec 4, 2024

This PR:

  • makes the PenumbraChain provider rely on IBC gRPC to query
  • inserts a height field in the gRPC headers that serves as a query hint for the full node to generate proofs against a specific state root
  • adds conversion traits between proto and domain types modeling the IBC RPC protocol

@erwanor erwanor marked this pull request as ready for review December 5, 2024 20:32
@conorsch
Copy link

conorsch commented Dec 5, 2024

This PR adds support for new RPC endpoint logic added in penumbra-zone/penumbra#4905. As of today, that logic has not landed in a point release yet, but will soon.

Copy link
Member

@zbuc zbuc left a comment

Choose a reason for hiding this comment

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

@conorsch conorsch merged commit 2ed8bff into main Dec 6, 2024
2 of 35 checks 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.

3 participants