ComposableFi / composable-cosmos

The home of IBC
29 stars 95 forks source link

rename module #481

Open faddat opened 5 months ago

faddat commented 5 months ago

We have been depending on a very old edition of x/transfermiddleware in packet forward middleware.

In order to resolve this, we need to rename the module from github.com/notional-labs/composable/v6 to github.com/ComposableFi/composable-cosmos/v6 and then reference a v6.6.0, but for now we can just use this commit.

Then, we need to update packet forward middleware to refer to this commit, and push that to our fork.

This also involves refactoring simapp in packetforwardmiddleware.

From there, we make another update to this branch to refer to that, and we can continue to debug knowing that we're for sure using the correct code.

The ongoing simapp refactor is here:

https://github.com/faddat/ibc-apps/tree/faddat/composable-ibc-apps

We won't want to merge this PR until the changes to ibc-apps are completed.