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

Move key/value RPCs into storage crate #3130

Closed
Tracked by #3125
hdevalence opened this issue Oct 1, 2023 · 0 comments · Fixed by #3459
Closed
Tracked by #3125

Move key/value RPCs into storage crate #3130

hdevalence opened this issue Oct 1, 2023 · 0 comments · Fixed by #3459
Assignees

Comments

@hdevalence
Copy link
Member

hdevalence commented Oct 1, 2023

As part of #3091, I tried to move the key/value query RPCs into the storage crate. These RPCs are used by relayer implementations to get data from the chain with inclusion proofs.

At the time, this turned out not to be possible, because of the complexities involved in our AppHash implementation, described in #3129. Implementing that approach would allow us to eliminate the custom Penumbra AppHash, and move the key/value query RPCs into the storage crate where they belong.

Then they can be used by Astria for their relayer implementation.

@aubrika aubrika moved this to Testnet 64: Titan in Testnets Oct 18, 2023
@aubrika aubrika moved this from Testnet 64: Titan to Next in Testnets Oct 19, 2023
@aubrika aubrika added this to Penumbra Oct 30, 2023
@github-project-automation github-project-automation bot moved this to 🗄️ Backlog in Penumbra Oct 30, 2023
@erwanor erwanor moved this from Next to Testnet 64: Titan in Testnets Nov 29, 2023
@erwanor erwanor self-assigned this Nov 29, 2023
@github-project-automation github-project-automation bot moved this from Testnet 64: Titan to Testnet 63: Rhea (Web Wallet) in Testnets Dec 4, 2023
@github-project-automation github-project-automation bot moved this from 🗄️ Backlog to ✅ Done in Penumbra Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Status: Testnet 63: Rhea (Web Wallet)
Development

Successfully merging a pull request may close this issue.

2 participants