cosmos / ibc-go

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

Remove capabilities #7107

Open colin-axner opened 1 month ago

colin-axner commented 1 month ago

Summary

The module should be deleted and usage removed from ibc-go


For Admin Use

damiannolan commented 1 month ago

Capabilities usage should now be removed from each of the core msg server handlers. Other places to remove references:

colin-axner commented 3 weeks ago

We should add migration docs + changelog once the removal is complete