Skip to content

chore: merge upstream 9d1af5a09 #295

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

Open
wants to merge 301 commits into
base: scroll
Choose a base branch
from

Conversation

greged93
Copy link
Collaborator

Merges upstream changes into Reth. Main changes:

  • System call update using the new revm interface.
  • CLI update
  • AddOns interface simplified

leopardracer and others added 30 commits July 4, 2025 14:53
Co-authored-by: frankudoags <frankudoags.com>
Co-authored-by: frankudoags <frankudoags.com>
klkvr and others added 24 commits July 23, 2025 22:39
Co-authored-by: github-merge-queue <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
@greged93 greged93 requested a review from frisitano July 29, 2025 11:42
Copy link

codspeed-hq bot commented Jul 29, 2025

CodSpeed Performance Report

Merging #295 will not alter performance

Comparing chore-merge-upstream-9d1af5a09 (67e7759) with scroll (357655f)

Summary

✅ 77 untouched benchmarks

greged93 added 3 commits July 29, 2025 15:55
Signed-off-by: Gregory Edison <[email protected]>
Signed-off-by: Gregory Edison <[email protected]>
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

lgtm

sequencer_url: None,
payload_size_limit: SCROLL_DEFAULT_PAYLOAD_SIZE_LIMIT,
// TODO (scroll): update with default values.
min_suggested_priority_fee: 1_000_000,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we plan to change this before merging or after? If the later then lets create an issue to track this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm waiting for PR #291 to be merged, these changes were added just to make the later merge easier.

Comment on lines +318 to +320
// TODO (scroll): update default values.
min_suggested_priority_fee: 0,
payload_size_limit: 0,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shall we create an issue to track these values as well?

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.