feat: validator resigning#7
Merged
Merged
Conversation
nova-tau-assistant
added a commit
that referenced
this pull request
Mar 19, 2026
Integrates the latest feat/eip8025 changes (PRs #7, #8) into the Kurtosis refactor branch. Key changes from upstream: - ProofNodeClient trait abstraction replacing direct HTTP/JSON-RPC calls - MockProofNodeClient with global registry and http://mock/{n}/ URL pattern - Production proof persistence (PersistedProofEngineState) - Validator proof resigning and gossip behaviour updates Conflict resolution: - Adopted feat/eip8025's ProofNodeClient architecture as the canonical transport abstraction - Removed the old --mock-proof-engine CLI flag and spawn_mock_proof_engine() in favor of the URL-based mock detection (http://mock/0/) - Added with_mock_proof_node() constructor to HttpProofEngine that enables mock_mode (auto-Valid for new_payload/forkchoice_updated, dummy proof injection) when using MockProofNodeClient - Kept kurtosis-refactor's mock_mode behavior (generate_mock_proof, immediate Valid returns) which is orthogonal to MockProofNodeClient's transport-level mocking - Updated Kurtosis YAML and scripts to use http://mock/0/ URL pattern - Removed mock-proof-engine Cargo feature (no longer needed)
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.
Issue Addressed
Which issue # does this PR address?
Proposed Changes
Please list or describe the changes introduced by this PR.
Additional Info
Please provide any additional information. For example, future considerations
or information useful for reviewers.