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
Preemptively approved, thanks a lot for going through this @plafer!
It's a bit unfortunate that we now cannot statically rely on the proof being present in the returned type when IncludeProof is Yes but we can perhaps find a way to recover this statically in a follow-up PR, perhaps with something like:
Not clear how that would interact with the chain runtime, but we might be able to solve this in one go once we move the queries out of the runtime and expose them directly from the ChainHandle.
Preemptively approved, thanks a lot for going through this @plafer!
It's a bit unfortunate that we now cannot statically rely on the proof being present in the returned type when
IncludeProof
isYes
but we can perhaps find a way to recover this statically in a follow-up PR, perhaps with something like:Not clear how that would interact with the chain runtime, but we might be able to solve this in one go once we move the queries out of the runtime and expose them directly from the
ChainHandle
.@plafer @soareschen What do you think?
Rust playground
Originally posted by @romac in #2226 (review)
The text was updated successfully, but these errors were encountered: