fix: AnchorStateRegistry: remove blacklist check in getAnchorRoot
#14232
+13
−20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Re: incident response improvements audit issue 19: Blacklisted anchorGame in AnchorStateRegistry prevents submitting L2 root claims to L1
"Anchor game gets blacklisted" is an edge case that should never happen given our system assumptions. That said, our implementation accounted for this case by insisting on manual intervention. This broke an L2Beat stage 1 condition. So, we remove the handling of this edge case and the imposition of manual intervention, and rest instead on the assumption aASR-004