Merged
Conversation
xqft
added a commit
that referenced
this pull request
Jan 20, 2026
Replace NodeHash::from_slice(hash) with direct H256 construction using try_into to avoid the memcpy overhead from H256::from_slice. Actual profile result: Eliminated H256::from_slice calls from profile, reducing total steps by 756,778 (-0.15%) on block 24271094. Related: zkVM optimization #1
1 task
6 tasks
3 tasks
1 task
This was referenced Feb 9, 2026
This was referenced Feb 11, 2026
1 task
This was referenced Feb 11, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
…ub auto-links as issue references (#6187) ## Motivation The Claude AI code reviewer (`.github/workflows/pr_ai_review.yaml`) enumerates findings using `#1`, `#2`, etc., which GitHub auto-links as references to issues/PRs. This clutters PR activity feeds and confuses readers. Example: #6186 (comment) ## Description Add formatting rules to the AI review prompt (`.github/prompts/ai-review.md`) instructing the model to use `1.`, `2.` or bullet points instead of `#N`, and to refer back to items as "Item 1", "Point 2" rather than "Issue #1". ## Checklist - [ ] Updated `STORE_SCHEMA_VERSION` (crates/storage/lib.rs) if the PR includes breaking changes to the `Store` requiring a re-sync.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.