-
Notifications
You must be signed in to change notification settings - Fork 332
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
Develop Gaia fork with ICS29 Fee Middleware enabled #1967
Comments
Closing this depends on cosmos/ibc-go#1162. It seems that we are headed towards a two-phase process:
For our team, this essentially means we want to develop more support for running tests on |
Just to clarify on point 2, the issue with Gaia 7 is not that the RC came too late for us to test with it but rather that it does not come with the controller module enabled, cf. an internal message from the Go team:
|
I have tried the suggestion in cosmos/ibc-go#1162 and tested the integration test CI with the |
Summary
Try to create our own Gaia fork that uses cosmos/ibc-go#276 and release it on Cosmos.nix. This would only be worthwhile if there is not too much work needed to modify the existing Gaia source code. The work may be much smoother if there is already a Gaia branch that targets ibc-go master or ibc-go v3, which unfortunately doesn't appear to be present.
With this Gaia fork, we will be able to perform integration test on the fee middleware before it gets released. Otherwise we can only delay the testing and development until a proper version of Gaia is available.
Meanwhile, we can still start some development in the blind without testing support, at the risk of significant changes might be required depending on the official release.
For Admin Use
The text was updated successfully, but these errors were encountered: