bryanlabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Osmosis application support through CosmWasm message indexing #540

Open pharr117 opened 7 months ago

pharr117 commented 7 months ago

We need to explore indexer support for Osmosis dApp CosmWasm message execution. A few of the applications that have been requested for support are:

This will involve the issues tracked here:

pharr117 commented 7 months ago

There will need to be a few phases on this ticket to meet all the requirements:

  1. Add indexer support for parsing known contract MsgExec indexing - fill "known" contracts with none
  2. Determine contract addresses for the major Osmosis dApps, or determine a way to get these dynamically if further support is needed
  3. Research contract executions for determining how to parse the underlying executions/logs into indexed data
  4. Implement changes for parser support
  5. Implement changes for CSV support