package
16.1.2
Repository: https://github.com/osmosis-labs/osmosis.git
Documentation: pkg.go.dev

# README

Osmosis IBC Testing

This package provides helpers, for overriding components of ibctesting.

Tracked components we override:

  • Adding consensus minimum fees for sent messages
  • Adding SendMsgsNoCheck as a replacement for SendMsgs but without asserting the results as a success. This allows us to test errors.
  • Adding a SignAndDeliver function as a replacement of simapp.SignAndDeliver that does not require an instance of testing.Testing and will return the results instead of asserting success or failure.

# Functions

No description provided by the author
SignAndDeliver signs and delivers a transaction without asserting the results.

# Structs

No description provided by the author