Skip to content

Indexer and CSV Parser Support Audit

pharr117 edited this page Jan 21, 2024 · 3 revisions

Indexer Message Support

The indexer supports indexing taxable relevant data from the following modules and message types.

Cosmos Modules

Cosmos bank Module

  • MsgSend
  • MsgMultiSend

Cosmos distribution Module

  • MsgFundCommunityPool
  • MsgWithdrawValidatorCommission
  • MsgWithdrawDelegatorReward

Cosmos gov Module

  • MsgDeposit
  • MsgSubmitProposal

Cosmos ibc Module

  • MsgTransfer

Cosmos staking Module

  • MsgDelegate
  • MsgUndelegate
  • MsgBeginRedelegate

Osmosis Modules

Osmosis gamm Module

  • MsgSwapExactAmountIn
  • MsgSwapExactAmountOut
  • MsgJoinSwapExternAmountIn
  • MsgJoinSwapShareAmountOut
  • MsgJoinPool
  • MsgExitSwapShareAmountIn
  • MsgExitSwapExternAmountOut
  • MsgExitPool
  • MsgCreatePool

Osmosis poolmanager Module

  • MsgSwapExactAmountIn
  • MsgSwapExactAmountOut

CSV Parser Support

Blockchain Module Message Type Accointing Cointracker CryptoTaxCalculator Koinly Taxbit
cosmos bank MsgSend
MsgMultiSend
distribution MsgFundCommunityPool
MsgWithdrawValidatorCommission
MsgWithdrawDelegatorReward
gov MsgDeposit
MsgSubmitProposal
ibc MsgTransfer
staking MsgDelegate
MsgUndelegate
MsgBeginRedelegate
osmosis gamm MsgSwapExactAmountIn
MsgSwapExactAmountOut
MsgJoinSwapExternAmountIn
MsgJoinSwapShareAmountOut
MsgJoinPool
MsgExitSwapShareAmountIn
MsgExitSwapExternAmountOut
MsgExitPool
MsgCreatePool
poolmanager MsgSwapExactAmountIn
MsgSwapExactAmountOut
MsgSplitRouteSwapExactAmountIn