|
registryCoordinator.quorumUpdateBlockNumber(uint8(quorumNumbers[i])) + withdrawalDelayBlocks >= referenceBlockNumber, |
Hi,
Here the check assumes that update was triggered within RegistryCoordinator::updateOperatorsForQuorum but stakes could also be update from RegistryCoordinator::updateOperators. Shouldn't this be checked against StakeRegistry::operatorStakeHistory?
eigenlayer-middleware/src/BLSSignatureChecker.sol
Line 190 in 3d70abd
Hi,
Here the check assumes that update was triggered within
RegistryCoordinator::updateOperatorsForQuorumbut stakes could also be update fromRegistryCoordinator::updateOperators. Shouldn't this be checked againstStakeRegistry::operatorStakeHistory?