go-livepeer-basicnet
go-livepeer-basicnet copied to clipboard
Stub out network calls in unit tests
A lot of our unit tests here are actually integration tests. This might be an incremental effort, but we should stub out the underlining, libp2p layer in the tests to remove external dependencies. This is causing some inconsistent test behaviors.
Partially addressed by https://github.com/livepeer/go-livepeer-basicnet/pull/28