Sam Kleinman
a153f82433
p2p: ignore transport close error during cleanup ( #8011 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
Callum Waters
e81b0e290e
spec: merge spec repo into tendermint repo ( #7804 )
3 years ago
Sam Kleinman
824960c565
libs/service: regularize Stop semantics and concurrency primitives ( #7809 )
3 years ago
Sam Kleinman
6b35cc1a47
p2p: remove unneeded close channels from p2p layer ( #7392 )
3 years ago
Sam Kleinman
6ab62fe7b6
service: remove stop method and use contexts ( #7292 )
3 years ago
Sam Kleinman
0900ea8396
p2p: channel shim cleanup ( #7129 )
3 years ago
Sam Kleinman
5bf30bb049
p2p: cleanup transport interface ( #7071 )
This is another batch of things to cleanup in the legacy P2P system.
3 years ago
William Banfield
c3ae6f5b58
p2p: add coverage for mConnConnection.TrySendMessage ( #6754 )
This change adds additional coverage to the `mConnConnection.TrySendMessage` code path. Adds test to ensure it returns `io.EOF` when closed.
Addresses: #6570
3 years ago
Sam Kleinman
a855f96946
p2p: renames for reactors and routing layer internal moves ( #6547 )
3 years ago
Erik Grinaker
1f39f808e1
p2p: tighten up and test Transport API ( #6020 )
This tightens up the new P2P `Transport` API and infrastructure, fixes a bunch of bugs and inconsistencies, and adds tests.
4 years ago