You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ibc-go doesn't run SDK simulations as they do not accommodate the landscape of IBC well (they weren't designed for that purpose) and generally will be unable to test any extra scenarios not already covered by our unit tests + e2es.
Given the way simulations work, downstream users typically require ibc-go modules to be wired into the simulation structure to run their own sims. We should add a basic test which can check that we have wired up our sims properly, but I don't think it should do more extensive testing. The test should be light weight and easy to maintain.
Here are some example issues that should be caught by such a test:
Summary
Currently ibc-go doesn't run SDK simulations as they do not accommodate the landscape of IBC well (they weren't designed for that purpose) and generally will be unable to test any extra scenarios not already covered by our unit tests + e2es.
Given the way simulations work, downstream users typically require ibc-go modules to be wired into the simulation structure to run their own sims. We should add a basic test which can check that we have wired up our sims properly, but I don't think it should do more extensive testing. The test should be light weight and easy to maintain.
Here are some example issues that should be caught by such a test:
For Admin Use
The text was updated successfully, but these errors were encountered: