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
It is not always practical or possible to get all the information required from handlers and the only way to get that information is by querying the contract state. Subql-cosmos allows querying contract state through the injected client but this will return the current state and not the state at the height being indexed.
This feature should inject a client to the sandbox that limits querying state to the current height being indexed.
Other requirements
Documentation should be updated to include the feature
Tests with examples that query the correct data at a specific height
Here is an example of querying wasm state at a specific height: aelesbao@c71a4db
The text was updated successfully, but these errors were encountered:
It is not always practical or possible to get all the information required from handlers and the only way to get that information is by querying the contract state. Subql-cosmos allows querying contract state through the injected client but this will return the current state and not the state at the height being indexed.
This feature should inject a client to the sandbox that limits querying state to the current height being indexed.
Other requirements
Here is an example of querying wasm state at a specific height:
aelesbao@c71a4db
The text was updated successfully, but these errors were encountered: