Skip to content

Experiment: State queries vs event subscription #6

Description

@matthiasgeihs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions