cosmos / ibc-go

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

Run ICA Gov proposals in compatibility tests #7566

Open chatton opened 2 weeks ago

chatton commented 2 weeks ago

Summary

When the auto generation of compatibility tests was introduced, it surfaced a few tests that were not actually being run all, like these tests.

The skip annotation was added so as to retain the existing set of compatibility tests. We need to investigate which versions these tests should be run against, and provide the relevant annotations.

See this doc as as a reference.


For Admin Use