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
Currently, in transfer module v2 we have a lot of duplicate code in the keeper. Ideally, we should have the msgServer be the main place where changes are, and that the keeper sendPacket is the same for v1 and v2.
In other words, transfer module v2 implementation should be as thin as possible and reuse from v1 where it makes sense.
The text was updated successfully, but these errors were encountered:
Currently, in transfer module v2 we have a lot of duplicate code in the keeper. Ideally, we should have the msgServer be the main place where changes are, and that the keeper sendPacket is the same for v1 and v2.
In other words, transfer module v2 implementation should be as thin as possible and reuse from v1 where it makes sense.
The text was updated successfully, but these errors were encountered: