Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(debug): engine reorg util depth #10575

Merged
merged 5 commits into from
Aug 28, 2024
Merged

Conversation

rkrasiuk
Copy link
Member

Description

Closes #10517.

Introduces depth parameter for engine reorg util.

@rkrasiuk rkrasiuk added C-enhancement New feature or request A-consensus Related to the consensus engine labels Aug 27, 2024
@github-actions github-actions bot added the C-test A change that impacts how or what we test label Aug 27, 2024
]),
};
continue
let item = match (next, &this.last_forkchoice_state) {
Copy link
Member Author

Choose a reason for hiding this comment

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

just a refactor, nothing to see here

@rkrasiuk rkrasiuk requested a review from gakonst as a code owner August 27, 2024 19:41
@rkrasiuk rkrasiuk added this pull request to the merge queue Aug 28, 2024
Merged via the queue into main with commit f600ff0 Aug 28, 2024
34 checks passed
@rkrasiuk rkrasiuk deleted the rkrasiuk/engine-reorg-depth branch August 28, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-consensus Related to the consensus engine C-enhancement New feature or request C-test A change that impacts how or what we test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: debug engine reorg depth
2 participants