mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-03 04:46:27 +00:00
There are many `//go:generate mockery` lines in the source code. This change adds a make target to invoke these mock generations. This change also invokes the mock invocations and adds the resulting mocks to the repo. Related to #5274