You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup(consensus): Remove Broadcaster and wrapper around NetworkManager (#6794)
# Description of change
This PR simplifies the implementation of managing network setup in the
Starfish consensus implementation. It removes unnecessary
`NetworkManager` trait, because there is currently one supported network
type - Tonic. Since Tonic supports streaming, Broadcaster has also been
removed as it was only used for network types that don't support
streaming.
## Links to any relevant issues
Fixes#6423
## Type of change
Choose a type of change, and delete any options that are not relevant.
- Enhancement (a non-breaking change which adds functionality)
## How the change has been tested
Unable to test because starfish implementation is not yet in a working
condition.
Make sure to provide instructions for the maintainer as well as any
relevant configurations.
- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)
0 commit comments