mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-13 20:27:01 +00:00
This pull request removes the homegrown mocks in `light/provider/mock` in favor of mockery mocks. Adds a simple benchmark only mock to avoid the overhead of `reflection` that `mockery` incurs. part of #5274