Calling updateDistribution
will unconditionally unpause the PriorityPool
.
When the DistributionOracle
calls updateDistribution
on the PriorityPool
, the pool is unpaused:
However, the pool is unpaused irrespective of the pause conditions - remember that the DistributionOracle
has the ability to permissionlessly pause the protocol based upon a set of predefined conditions:
Therefore, when the DistributionOracle
calls updateDistribution
, the PriorityPool
can be immediately placed back into an unpaused state even when the pool satisfies the pause condition i.e.:
The pool can immediately be re-paused after a successful call to updateDistribution
, stopping users from unqueueing.
Manual Review
Calls to updateDistribution
should revert
if the pool fails to satisfy the priority fee settings of the DistributionOracle
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.