Supporting upper bounds puts a hard constraint on when commits can be pushed to L1,
which means that we can potentially lose a lot of work.
There are possibly ways of reducing this, but the simpler solution for now is to only allow minimum slots.
This is much easier since time only goes forward usually.
Minimal version of #63.
Supporting upper bounds puts a hard constraint on when commits can be pushed to L1, which means that we can potentially lose a lot of work. There are possibly ways of reducing this, but the simpler solution for now is to only allow minimum slots. This is much easier since time only goes forward usually.