mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-06 16:16:35 +00:00
ff3c4bfc76
* add go-deadlock tool to help detect deadlocks Run it with `make test_with_deadlock`. After it's done, use Git to cleanup `git checkout .` Link: https://github.com/sasha-s/go-deadlock/ Replaces https://github.com/tendermint/tendermint/pull/3148 * add a target to cleanup changes