Skip to content

chore: apply improvements from ai-bot labeled PRs#3297

Merged
rakita merged 2 commits intomainfrom
aibot
Jan 9, 2026
Merged

chore: apply improvements from ai-bot labeled PRs#3297
rakita merged 2 commits intomainfrom
aibot

Conversation

@rakita
Copy link
Copy Markdown
Member

@rakita rakita commented Jan 9, 2026

Summary

This PR consolidates changes from 8 community PRs with the ai-bot label that were previously closed without being merged.

Included PRs

Test Plan

  • cargo check --workspace passes
  • cargo test --workspace --lib passes

This commit consolidates improvements from 8 community PRs with the ai-bot label:

- fix: correct debug log for blob gas fields in blockchaintest (#3291)
  Split blob_excess_gas_and_price into separate debug outputs for clarity

- perf(state): remove redundant clones in account_info.rs (#3287)
  Eliminate unnecessary clone operations in test code

- docs: fix duplicate word in MIGRATION_GUIDE.md (#3209)
  Remove duplicate "allows" in PrecompileError documentation

- fix: return G2NotInSubgroup for G2 subgroup check failure (#3179)
  Correct error type from G1NotInSubgroup to G2NotInSubgroup in BLS12-381

- refactor: reuse bound tx and remove redundant context.tx() calls (#3176)
  Optimize validation by reusing transaction binding

- docs: fix incorrect reth references in blockchain.rs comments (#3169)
  Update comments to use correct terminology instead of "reth"

- perf: use lazy defaults for env vars in burntpix benchmark (#3071)
  Replace unwrap_or with unwrap_or_else to avoid unnecessary allocations

All changes have been tested with cargo check and cargo test.
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Jan 9, 2026

Merging this PR will not alter performance

Summary

✅ 173 untouched benchmarks


Comparing aibot (add19b2) with main (6afbaf9)

Open in CodSpeed

@rakita rakita merged commit a31fa98 into main Jan 9, 2026
30 checks passed
@rakita rakita deleted the aibot branch January 9, 2026 13:06
@github-actions github-actions bot mentioned this pull request Jan 9, 2026
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.

1 participant