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 status usage from consensus #3140

Closed StephenButtolph closed 19 hours ago

StephenButtolph commented 1 week ago

Why this should be merged

This is the last PR to remove usage of .Status() from the block type in the production consensus engine. There is still one usage of the call in the bootstrapping logic.

How this works

How this was tested