Validate and refactor ICS20 sendPacket
flow
#219
Labels
20-transfer
Issues related to the ICS20 application
needs discussion
This issue needs more discussion before its implementation
solidity
Issues related to the solidity contracts
Summary
While implementing 3-chain workflows, several bugs were discovered in ICS20
sendPacket
flow (both insolidity-ibc-eureka
andibc-go
). The goal of this issue is to validate/refactor the design ofsendPacket
flow insolidity-ibc-eureka
and implement new tests for this flow.Problem Definition
While implementing #215, I ran into the following bugs:
MsgSendPacket
ibc-go#7848Both of which could be the signs of a larger design flaw. At this moment, it is not clear whether or not cosmos/ibc-go#7848 affects
solidity-ibc-eureka
.Next Steps
MsgSendPacket
ibc-go#7848 and determine ifsendPacket
flow needs to be refactored in this repo.sendPacket
flow (if needed) which also includes all the necessary testsFor Admin Use
The text was updated successfully, but these errors were encountered: