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

Add scaffolding for rollkit E2E tests

Open chatton opened this issue 11 months ago • 1 comments

Summary

Add scaffolding for E2E tests which should do the following

  • spin up wasm simapp
  • spin up rollkit app
  • spin up celestia testnet

We can use the following images

  • ghcr.io/chatton/rollkit:latest
  • ghcr.io/chatton/ibc-go-wasm-simd:latest
  • ghcr.io/rollkit/local-celestia-devnet:v0.12.7

within the test for this initial step.


For Admin Use

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

chatton avatar Mar 14 '24 10:03 chatton

Work was done in https://github.com/cosmos/ibc-go/pull/6029 that can be referenced when this is picked up again.

chatton avatar Aug 26 '24 11:08 chatton