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(engine): save original files for witness invalid block hook #11132

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Sep 23, 2024

Fixes two issues:

  1. Trie Updates are taking too long to diff (2 minutes on mainnet), so let's just save the original and re-executed outputs
  2. Diffs can be confusing, let's also save original and re-executed/healthy files of all types (bundle state, witness, trie updates)

@shekhirin shekhirin changed the title feat(engine): save original files before diff for witness invalid blo… feat(engine): save original files for witness invalid block hook Sep 23, 2024
@shekhirin shekhirin added C-enhancement New feature or request A-consensus Related to the consensus engine A-observability Related to tracing, metrics, logs and other observability tools A-trie Related to Merkle Patricia Trie implementation labels Sep 23, 2024
@shekhirin shekhirin marked this pull request as ready for review September 23, 2024 16:29
@shekhirin shekhirin added this pull request to the merge queue Sep 23, 2024
Merged via the queue into main with commit 7b128d6 Sep 23, 2024
36 checks passed
@shekhirin shekhirin deleted the alexey/witness-block-hook-files branch September 23, 2024 16:57
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 A-observability Related to tracing, metrics, logs and other observability tools A-trie Related to Merkle Patricia Trie implementation C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants