srdtrk / cw-ica-controller

This is a CosmWasm implementation of an ICS-27 interchain accounts controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a test for every CosmosMsg type supported

srdtrk opened this issue · comments

Description

#28 added support for cosmos msgs -> ICA tx. But not all message types are tested. They should be tested.

The following messages were tested anecdotally in cw-nft-ica: (only in protobuf encoding)

  • Send
  • IBC Transfer
  • Delegate
  • Undelegate
  • Redelegate
  • WithdrawDelegatorReward

The following messages are currently tested in the e2e suite:

  • Delegate
  • Vote

The following messages are not tested at all:

  • Wasm::*
  • VoteWeighted
  • Stargate
  • SetWithdrawAddress