-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sct(component): Add
anchor_by_height
rpc method (#4250)
## Describe your changes This PR adds a `anchor_by_height` method to the [`SctQueryService`](https://github.com/penumbra-zone/penumbra/tree/main/crates/core/component/sct/src/component/rpc.rs). ## Issue ticket number and link Closes #4153 ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > This is an added rpc method for consumer convenience. It prevents consumers from being forced to perform raw KV queries against the chain state.
- Loading branch information
1 parent
fc7aac3
commit 863e4d3
Showing
6 changed files
with
334 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
193 changes: 193 additions & 0 deletions
193
crates/proto/src/gen/penumbra.core.component.sct.v1.serde.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters