stacks-core
stacks-core copied to clipboard
Make reward set calculation an event observer event and have signers subscribe to it
Signers currently spam the node on start up to see if the reward set is calculated yet. Instead, have it only query the node once on startup. Subsequent reward set calculations should be listened to via the event observer.