Open
Description
As part of the ahead of time auction design, we have the idea of pricing delayed publications differently.
If we go down this path, calculating rewards when there are delayed publications becomes more tricky, at least with the current proposed implementation. This is because we are currently not storing in the Period
struct wether a publication is delayed or not.
Once we decide if we want to price them differently, we should implement a mechanism to do so in the ProverManager