Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment: State queries vs event subscription #6

Open
matthiasgeihs opened this issue Oct 12, 2021 · 0 comments
Open

Experiment: State queries vs event subscription #6

matthiasgeihs opened this issue Oct 12, 2021 · 0 comments

Comments

@matthiasgeihs
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant