polytope-labs / ismp-substrate

Substrate implementation of the interoperable state machine protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track keys for unfulfilled Get requests

Wizdave97 opened this issue · comments

Create a separate offchain storage entry that tracks unfulfilled Get requests offchain keys.
Should be some kind of set that gets updated when a response is received for a Get request.

The essence of this is so that a relayer can make queries for Get requests that are scheduled for a future height.