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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
A lot of the existing integration tests we inherit by forking Tharsis/ethermint won't work because they assume you can start an Ethermint chain with just the ethermintd binary. When using Optimint we need the underlying DA layer to be present to we need to use github.com/celestiaorg/ephemeral-cluster to run integration tests.
Because of this we should remove the GH actions that run the Tharsis integration tests since they'll always fail and replace them with appropriate tests using the ephemeral-cluster.
A lot of the existing integration tests we inherit by forking Tharsis/ethermint won't work because they assume you can start an Ethermint chain with just the
ethermintd
binary. When using Optimint we need the underlying DA layer to be present to we need to use github.com/celestiaorg/ephemeral-cluster to run integration tests.Because of this we should remove the GH actions that run the Tharsis integration tests since they'll always fail and replace them with appropriate tests using the ephemeral-cluster.
This includes:
The text was updated successfully, but these errors were encountered: