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
Lets initialize the packet sequence when setting the counterparty? This would allow us to remove the if's in send packet. I feel like calling ProvideCounterparty should be viewed as finalizing the communication details
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
Estimate provided
The text was updated successfully, but these errors were encountered:
We currently set the NextSequenceSend nonce in SendPackethere, where we have access to a port identifier as dictated by the application.
The ics24 path used here is the existing v1 path, which includes the port identifier. In v2/eureka, I would expect the ics24 path to not include the port id.
Currently, we do not have any port id within scope in the ProvideCounterparty rpc handler, and I would not expect there to be one.
Raised by @colin-axner in https://github.com/cosmos/ibc-go/pull/7174/files#r1752160538:
For Admin Use
The text was updated successfully, but these errors were encountered: