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

Add support for MsgExec contract execution indexing #443

Closed
pharr117 opened this issue Jun 25, 2023 · 2 comments · Fixed by #557
Closed

Add support for MsgExec contract execution indexing #443

pharr117 opened this issue Jun 25, 2023 · 2 comments · Fixed by #557
Assignees
Labels

Comments

@pharr117
Copy link
Collaborator

pharr117 commented Jun 25, 2023

We need to begin indexing MsgExec messages. The main thing to contend with on these message types is building a generalized system to handle contracts that we know how to support.

I suggest the following:

  1. A generalized parser to determine the contract against a list of known/indexable contracts
  2. Downstream parsers that receive the data and return relevant information based on the contract
@pharr117
Copy link
Collaborator Author

@pharr117
Copy link
Collaborator Author

Development strategy documented at CosmWasm MsgExecuteContract Indexing Strategy ‐ Pre‐Development

pharr117 added a commit that referenced this issue Jun 28, 2024
…cute-indexing-strategy

feat/#443 cosmwasm MsgExecuteContract indexing strategy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants