-
Notifications
You must be signed in to change notification settings - Fork 713
test: add engine blockchain pyspec fixtures and fix BAL gas budget tracking #10939
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
d6276bf
feat: add engine blockchain test fixtures and fix BAL gas budget trac…
benaadams db97571
fix: version-aware ExecutionPayload creation and engine test improvem…
benaadams fae0fe9
fix: restructure CreateExecutionPayload to explicit switch on derived…
benaadams 9ef3678
fix: only set ExecutionRequests=[] on V4 payloads, not V3 - caused 'E…
benaadams 97cae8b
refactor: use two if-checks instead of switch to avoid duplicating V3…
benaadams 2250759
refactor: add HexToNumber/HexToNullableNumber helpers, document versi…
benaadams e001c42
fix: handle both JSON object and RLP hex string formats for withdrawa…
benaadams b88f206
fix: default ExecutionRequests to empty array for V4 engine tests on …
benaadams 3599e8d
fix: parse executionRequests from params[3] for engine_newPayloadV4/V5
benaadams 7e17d02
fixes
benaadams 344a726
fix
benaadams 6dbdec1
feedback
benaadams 196f8bd
fix: remove pre-merge engine test fixtures to fix CI timeout
benaadams c1eed51
fix: remove brittle hardcoded engine test name
benaadams 46b01bc
fix: add timeout to ProcessHelper.RunAndReadOutput
benaadams 0ec1043
fix: restrict engine and Amsterdam tests to Linux only
benaadams b3fa285
refactor: route engine tests through JsonRpcService instead of reflec…
benaadams 45aa7ed
fix: BAL memory leak and shared reference bug
benaadams b1cbc08
fix: skip heavy engine/Amsterdam tests in checked and no-intrinsics CI
benaadams 4f29556
Single spec look up
benaadams 60f2ee6
fix: cancel uncancelled Task.Delays that prevent GC of disposed conta…
benaadams 8e9833f
fix: guard GCKeeper.Dispose against double-dispose of CTS
benaadams f348063
refactor: address PR review feedback
benaadams 0077b3a
fix: handle RPC-level errors in engine test negative cases
benaadams 3268340
fix: dispose PeriodicTimer instances to prevent resource leaks
benaadams bddd60d
fix: cancel MultiSyncModeSelector timer on Dispose
benaadams 200ebe6
fix: skip heavy engine/Amsterdam tests in Flat DB CI jobs
benaadams 8ef7f32
perf: use NullTxPool and disable prewarmer in blockchain tests
benaadams 4e5f9bb
perf: disable prewarmer and revert ProcessHelper to original
benaadams 0749b6d
refactor: address PR review feedback on Task.Delay and Dispose patterns
benaadams e5d2431
chore: remove codex-dotnet.ps1 and AGENTS.md changes
benaadams 5b4afa3
refactor: remove Convert engine payload tests
benaadams 5d17e09
refactor: simplify after code review
benaadams a370431
refactor: DelaySafe returns bool to indicate cancellation
benaadams 9a8e226
fix: remove Setup() calls from runner projects after method removal
benaadams f68f832
refactor: use CancelDisposeAndClear for CTS cleanup
benaadams 84d9a04
refactor: address automated code review feedback
benaadams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.