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
Background:
A common way to read state from a CosmWasm contract is to use query messages. On other blockchains, however, a more common pattern keeping up to date with contract state is using event subscriptions.
Idea:
Recently, CosmWasm has also provided documentation of their event system. We could investigate and try out what benefits and drawbacks using event subscription over state queries has in the context of the Perun CosmWasm backend.
The text was updated successfully, but these errors were encountered:
Background:
A common way to read state from a CosmWasm contract is to use query messages. On other blockchains, however, a more common pattern keeping up to date with contract state is using event subscriptions.
Idea:
Recently, CosmWasm has also provided documentation of their event system. We could investigate and try out what benefits and drawbacks using event subscription over state queries has in the context of the Perun CosmWasm backend.
The text was updated successfully, but these errors were encountered: