ava-labs / avalanchego

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

Remove api namespace #3066

Closed StephenButtolph closed 1 month ago

StephenButtolph commented 1 month 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