fix(node-tests): adapt test infra to HostNotifier trait#108
Merged
Conversation
prestwich
marked this pull request as draft
March 14, 2026 12:21
Member
Author
This was referenced Mar 14, 2026
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
from
March 17, 2026 16:03
f74d3a3 to
6b17714
Compare
prestwich
force-pushed
the
feat/host-rpc
branch
from
March 17, 2026 16:03
6b4707e to
0da22d0
Compare
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
from
March 17, 2026 16:20
6b17714 to
f74d3a3
Compare
prestwich
force-pushed
the
feat/host-rpc
branch
2 times, most recently
from
March 17, 2026 16:41
6b4707e to
ab85fdf
Compare
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
from
March 17, 2026 16:41
f74d3a3 to
4386c99
Compare
prestwich
force-pushed
the
feat/host-rpc
branch
from
March 17, 2026 17:03
ab85fdf to
b0522c9
Compare
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
from
March 17, 2026 17:03
4386c99 to
1344bf9
Compare
prestwich
force-pushed
the
feat/host-rpc
branch
from
March 18, 2026 12:21
b0522c9 to
f75795a
Compare
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
2 times, most recently
from
March 18, 2026 12:31
4b96a19 to
46673c4
Compare
prestwich
changed the base branch from
feat/host-rpc
to
feat/host-notifier-trait
March 18, 2026 12:31
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
2 times, most recently
from
March 18, 2026 13:50
342b828 to
1b348d1
Compare
prestwich
marked this pull request as ready for review
March 18, 2026 13:55
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
2 times, most recently
from
March 18, 2026 20:04
408976d to
93520b1
Compare
6 tasks
prestwich
marked this pull request as draft
March 18, 2026 20:21
prestwich
force-pushed
the
feat/host-rpc
branch
from
March 19, 2026 12:26
94bfb0a to
e5acff8
Compare
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
from
March 19, 2026 12:26
93520b1 to
6a99b2e
Compare
Fraser999
approved these changes
Mar 19, 2026
prestwich
force-pushed
the
feat/host-rpc
branch
2 times, most recently
from
March 19, 2026 14:57
ae53659 to
a8bfea2
Compare
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
2 times, most recently
from
March 19, 2026 15:06
550fd17 to
aee6ae1
Compare
10 tasks
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
prestwich
force-pushed
the
fix/node-tests-host-notifier
branch
from
March 20, 2026 18:22
b21848c to
b2fd16d
Compare
prestwich
marked this pull request as ready for review
March 20, 2026 18:22
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.
[Claude Code]
Summary
Decouples
signet-node-testsfrom reth's ExEx types by introducing a channel-backed test notifier.TestHostNotifier: unbounded-channelHostNotifierimplementation for integration tests — no reth ExEx dependencyto_host_notification(): convertssignet_test_utils::ExExNotification→HostNotification<Chain>directly, replacing theToRethPrimitiveconversion chainblob_test_utilsmodule (replaced by inlineBlobFetcher::builder().with_test_pool())signet-host-reth,reth-exex, andreth-node-apideps fromsignet-node-testsSignetTestContext::new()andtest_genesisto useTestHostNotifier+ explicit builder APIPR stack
This is part of the host context adapter refactor. PRs #104 and #105 are already merged.
Test plan
cargo clippy -p signet-node-tests --all-features --all-targets— cleancargo clippy --workspace --all-features --all-targets— cleancargo +nightly fmt --check— clean🤖 Generated with Claude Code