polymerdao / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
11 stars 13 forks source link

Remove proof verification code from proof querying. #27

Open dshiell opened 1 year ago

dshiell commented 1 year ago

Proof verification code was added inline to the proof querying methods to help with development, but it no longer needed and should be removed to simplify the query logic.