Skip to content
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

Update ibc transfer adapter contract post-ibc fee decopuling #46

Open
NotJeremyLiu opened this issue Aug 2, 2023 · 0 comments
Open

Comments

@NotJeremyLiu
Copy link
Member

NotJeremyLiu commented Aug 2, 2023

Background

  • The ibc transfer adapter contract was designed to accept a coin param to use as the ibc transfer coin sent the funds field may have had more than 1 coin to satisfy ibc fees
  • Since then, the entry point contract logic has changes such that the ibc fee coin is bank sent to the ibc transfer adapter contract separate from the ibc transfer adapter contract call. This means that the ibc transfer adapter contract call will now always only be one coin, and that coin is the same coin to be sent with the ibc transfer

To Explore

  • Remove the coin param when calling the ibc transfer adapter contract
  • Add a one_coin payment check in the ibc transfer adapter
  • Use that coin as the ibc transfer coin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant