Skip to content

feat: suspend sentinel during escape hatch#20471

Open
LHerskind wants to merge 1 commit intonextfrom
lh/tmnt-472-suspend-sentinel-committee-oversight-during-escape-hatch
Open

feat: suspend sentinel during escape hatch#20471
LHerskind wants to merge 1 commit intonextfrom
lh/tmnt-472-suspend-sentinel-committee-oversight-during-escape-hatch

Conversation

@LHerskind
Copy link
Contributor

@LHerskind LHerskind commented Feb 13, 2026

Suspends the processSlot and computeProvenPerformance to do nothing when in an active escape hatch.

Copy link
Contributor Author

LHerskind commented Feb 13, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@LHerskind LHerskind changed the title feat: sentinel skips escape hatch feat: suspend sentinel during escape hatch Feb 13, 2026
@LHerskind LHerskind marked this pull request as ready for review February 13, 2026 09:22
Base automatically changed from lh/uniswap-oracle-price-feed to next February 13, 2026 14:10
const { epoch, seed, committee } = await this.epochCache.getCommittee(slot);
const { epoch, seed, committee, isEscapeHatchOpen } = await this.epochCache.getCommittee(slot);
if (isEscapeHatchOpen) {
this.logger.trace(`Skipping slot ${slot} at epoch ${epoch} - escape hatch is open`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants