cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
553 stars 593 forks source link

Move SetMultiAcknowledgement to PacketServerKeeper #7251

Open chatton opened 2 months ago

chatton commented 2 months ago

Summary

SetMultiAcknowledgement is currently on the channel keeper.

With Eureka, we won't want to me adding new functionality onto the Channel Keeper, so it makes sense to move this onto the PacketServerKeeper instead.


For Admin Use

chandiniv1 commented 1 month ago

@chatton can I work on this issue?

DimitrisJim commented 1 month ago

as a heads up @chandiniv1 many of the issues tagged with feat: port-router might possibly be stale at the moment. We are currently in the process of closing any of these up!

Sorry for the confusion.