ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.12k stars 669 forks source link

Remove network namespace #3067

Closed StephenButtolph closed 4 months ago

StephenButtolph commented 4 months ago

Why this should be merged

Pulled out of https://github.com/ava-labs/avalanchego/pull/3053.

How this works

Replaces the passing of a namespace around with registering an additional registerer into the multigatherer.

How this was tested