cosmos / ibc-go

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

Remove deprecated Setup functions in coordinator #5063

Open colin-axner opened 10 months ago

colin-axner commented 10 months ago

Summary

Issue #3999 will move many of the setup functions from the coordinator to the path type. The existing functions will be marked as deprecated to avoid immediate disruption to users. This issue is to track the removal of the deprecated functions. This should happen in a major release which has a low amount of breaking changes (likely not coupled with a SDK major version increment)


For Admin Use

crodriguezvega commented 4 weeks ago

I will move it to v11, so that we respect the policy of removing in the second major release after the deprecation notice. If v11 coincides with an SDK upgrade, then we can decide to postpone to v12.