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
Ideally, we would be able to test that IBC still works as intended with a few commonly connected chains, such as osmosis and the cosmos hub. Not only could we test functionality such as the token filter introduced in #1219, but we could also have more confidence that we don't accidentally break compatability. We might be able to do this with ibctest after each docker release.
The text was updated successfully, but these errors were encountered:
Closes: #1249
Adds a test suite under `testing/tokenfilter` that does the
following:
- ensures that native celestia tokens can be sent out from celestia and
can return
- ensures that other chains can't send tokens to celestia chains and
that their balance is unaffected.
Ideally, we would be able to test that IBC still works as intended with a few commonly connected chains, such as osmosis and the cosmos hub. Not only could we test functionality such as the token filter introduced in #1219, but we could also have more confidence that we don't accidentally break compatability. We might be able to do this with ibctest after each docker release.
The text was updated successfully, but these errors were encountered: