cosmos / ibc-go

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

Remove references to capability module in docs and godocs #7273

Closed damiannolan closed 1 month ago

damiannolan commented 1 month ago

The capability module has been removed as a dependency from IBC in a series of PRs and finally in https://github.com/cosmos/ibc-go/pull/7270.

This issue is a task to follow up on the removal of this module by removing references to it in:

bznein commented 1 month ago

I'll assign myself on this one for the second point. I have never touched the docs and I'd rather have someone else do it, someone that know exactly what they are doing :D

crodriguezvega commented 1 month ago

Closed by #7279, #7323, #7293.