-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimApp uses an older version of ibc-go #173
Comments
Note: when we bump ibc-go we will likely have to modify the messages sent during celestia-zkevm-ibc-demo/testing/demo/pkg/setup/initialise_groth16_client.go Lines 131 to 148 in 7725583
Also this function celestia-zkevm-ibc-demo/testing/demo/pkg/setup/initialise_sp1tm_client.go Lines 78 to 123 in 7725583
Based on the spec instead of the channels, we just register counterparties. cc: @ninabarbakadze |
We should tackle this in stages:
|
We're bumping ibc-go from 3d84b47307b9 to 7dd7d2711c58: cosmos/ibc-go@7dd7d27 but that commit transitively pulls in cosmos-sdk v0.52.x which has been retracted 😢
so we may have to bump to latest solidity-ibc-eureka and ibc-go |
ICS20 v2 was removed in this PR so I think we need to modify to just use ICS20 v1 with IBC Eureka |
Context
SimApp currently uses an older version of ibc-go here. The commit of solidity-ibc-eureka that this repo uses, uses a more recent version of ibc-go here.
Problem
@fl0rek reported that the attribute names in parsed simapp events don't seem compatible with the relayer in the eureka repo.
Proposal
Explore if bumping the ibc-go version resolves @fl0rek problem. If it does, bump the ibc-go version in SimApp. Note this is non-trivial because it involves bumping the SDK version of SimApp which includes a breaking change to import paths.
The text was updated successfully, but these errors were encountered: