ibc-go icon indicating copy to clipboard operation
ibc-go copied to clipboard

Enable checks for total escrow in E2Es

Open chatton opened this issue 8 months ago • 0 comments

Summary

In order to run E2Es in parallel, it is required to remove the checks for total escrow, as currently all of the tests are using the same denoms. Regular escrow checks and wallet balance checks are unaffected.

In order to be able to check the total escrow feature, we will need to configure each test to use a separate denom so tests do not interfere with one another.

This may require changes in interchaintest.


For Admin Use

  • [ ] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged/assigned

chatton avatar Jul 02 '24 14:07 chatton