Sam Kleinman
0bded371c5
This contains two major changes: - Remove the legacy test logging method, and just explicitly call the noop logger. This is just to make the test logging behavior more coherent and clear. - Move the logging in the light package from the testing.T logger to the noop logger. It's really the case that we very rarely need/want to consider test logs unless we're doing reproductions and running a narrow set of tests. In most cases, I (for one) prefer to run in verbose mode so I can watch progress of tests, but I basically never need to consider logs. If I do want to see logs, then I can edit in the testing.T logger locally (which is what you have to do today, anyway.) |
3 years ago | |
---|---|---|
.. | ||
mocks | abci/client: remove client-level callback (#7845) | 3 years ago |
doc.go | spec: merge spec repo into tendermint repo (#7804) | 3 years ago |
metrics.go | types/events+evidence: emit events + metrics on evidence validation (#7802) | 3 years ago |
pool.go | evidence: manage and initialize state objects more clearly in the pool (#8080) | 3 years ago |
pool_test.go | abci++: synchronize PrepareProposal with the newest version of the spec (#8094) | 3 years ago |
reactor.go | types/events+evidence: emit events + metrics on evidence validation (#7802) | 3 years ago |
reactor_test.go | testing: logger cleanup (#8153) | 3 years ago |
services.go | tools: add mockery to tools.go and remove mockery version strings (#6787) | 3 years ago |
verify.go | types/events+evidence: emit events + metrics on evidence validation (#7802) | 3 years ago |
verify_test.go | testing: logger cleanup (#8153) | 3 years ago |