cosmos / ibc-go

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

Consider not returning creator in Channel grpc request #7508

Closed DimitrisJim closed 3 weeks ago

DimitrisJim commented 1 month ago

Raised in discussions in slack. This field will most of the times be empty (after provide counterparty has exec'ed). It might make sense to just remove it from the QueryChannelResponse until someone requests it be added.


For Admin Use

DimitrisJim commented 3 weeks ago

done in https://github.com/cosmos/ibc-go/pull/7523