Another step in removing access to the g_avalanche global in Chainstate code.
This adds some g_avalanche callsites in RPC commands, but they will be removed in a later diff when the node context owns avalanche.
Depends on D16267
Differential D16268
[avalanche] pass the processor to Chainstate::ProcessNewBlock PiRK on Jun 4 2024, 10:13. Authored by
Details
Another step in removing access to the g_avalanche global in Chainstate code. This adds some g_avalanche callsites in RPC commands, but they will be removed in a later diff when the node context owns avalanche. ninja all check-all
Diff Detail
Event TimelineComment Actions don't use EnsureAvalanche in the RPC calls, make it possible to use the RPCs with the processor not initialized |