You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 PenumbraAppHash
, 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.
The text was updated successfully, but these errors were encountered: