feat(test-execute): tx batching for execute remote#1907
Merged
marioevz merged 4 commits intoethereum:forks/amsterdamfrom Jan 12, 2026
Merged
feat(test-execute): tx batching for execute remote#1907marioevz merged 4 commits intoethereum:forks/amsterdamfrom
marioevz merged 4 commits intoethereum:forks/amsterdamfrom
Conversation
cc82819 to
f5aba6d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## forks/amsterdam #1907 +/- ##
================================================
Coverage 86.26% 86.26%
================================================
Files 538 538
Lines 34557 34557
Branches 3222 3222
================================================
Hits 29809 29809
Misses 4161 4161
Partials 587 587
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3d2eede to
9e161b6
Compare
f5aba6d to
ab2748f
Compare
ab2748f to
588a3f0
Compare
marioevz
reviewed
Dec 16, 2025
Member
marioevz
left a comment
There was a problem hiding this comment.
Some improvement suggestions.
692c084 to
5029be9
Compare
5029be9 to
ec8d907
Compare
Carsons-Eels
pushed a commit
to Carsons-Eels/execution-specs
that referenced
this pull request
Jan 6, 2026
…thereum#1907) Convert absolute imports to relative imports within the same package Changes affect: * CLI components (eest, eofwrap) * Test files across all packages * Pytest plugin components (consume, execute, filler) * Framework utility modules
Carsons-Eels
pushed a commit
to Carsons-Eels/execution-specs
that referenced
this pull request
Jan 6, 2026
…thereum#1907) Convert absolute imports to relative imports within the same package Changes affect: * CLI components (eest, eofwrap) * Test files across all packages * Pytest plugin components (consume, execute, filler) * Framework utility modules
CPerezz
pushed a commit
to CPerezz/execution-specs
that referenced
this pull request
Feb 27, 2026
* feat: implement rpc rate limit * docs: add transaction batching for execute remote * docs: enhance transaction execution with batching support * refactor: move rate limit to rpc class
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.
🗒️ Description
Benchmark PR #1885 introduces approximately 15,000 funding transactions. Currently, the execute-remote mode aggregates all transactions and submits them at once, which causes issues since the RPC endpoint cannot handle such workload. Based on current testing, a local node can now reliably handle up to around 1000 transactions.
Solution
🔗 Related Issues or PRs
None
✅ Checklist
toxchecks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx tox -e statictype(scope):.mkdocs servelocally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.@ported_frommarker.Cute Animal Picture