This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Consolidate inject_consensus_info
to just one call
#1712
Labels
inject_consensus_info
to just one call
#1712
When we update the view we call
inject_consensus_info
to start polling for various things. We should most likely push this logic down to the layers closer to the network layer. If we move to the exchange trait layer we can expose just one function calledupdate_view
and handle the appropriate information injection/poll spawning for the network layer there.The text was updated successfully, but these errors were encountered: