CCF
CCF copied to clipboard
Remove `history` member variable from frontends
trafficstars
This introduces a race condition for early requests - who gets to populate the history variable? We should instead let each fetch it on-demand, or push the initialised history value in while the node is still single-threaded.