reintroduce and refactor make proto-check #1041
Labels
scope: testing
Code review, testing, making sure the code is following the specification.
type: bug
Issues that need priority attention -- something isn't working
type: refactoring
Code refactoring
type: tech-debt
Slows down development in the long run
Problem
make proto-check
command has been disabled in feat/upgrade-ics-sdk47-ibc7 because the command would fail to run successfully in CI, even though it was passing without issues locally.Since the command was run as part of
automated-tests.yml
its failure meant that all tests would fail.Closing criteria
Reintroduce the
make proto-check
and fix any existing incompatibilities with new tooling.Problem details
The text was updated successfully, but these errors were encountered: