gossip
gossip copied to clipboard
Take non-async functions out of the Overlord, call them directly
We had to call unlock_key directly since we needed it before the Overlord was running.
So just do that with all the non-async functions, and since they no longer need to be part of the Overlord, put them directly in the lib.rs