# 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 forSendMsgs
but without asserting the results as a success. This allows us to test errors. - Adding a
SignAndDeliver
function as a replacement ofsimapp.SignAndDeliver
that does not require an instance oftesting.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.