fix: cover two-candidate dispute slashing - #83
Open
huangminghuang wants to merge 10 commits into
Open
Conversation
Change-Id: I4e754b569c729378751a182f29eb1093387c9f80
…tform Change-Id: I8a1498a59d3f6d41b164ee7bc89ff8ab16def7c9
huangminghuang
marked this pull request as ready for review
August 22, 2026 14:57
…ndidate-slashing-flow-platform Change-Id: I86ef108e0842924d5f3bae6133c39caf04acc846
Change-Id: Ia1741dcf76e25ca3a7ec6351fa3128fd8755a710
Change-Id: I4d999441a80dc1bfbe8d42eb34a07fa831150495
Change-Id: Ia3d11b250a3c69fcbfdf91ad177a409d9cbc0b6a
…ndidate-slashing-flow-platform # Conflicts: # packages/cluster-tool/package.json # packages/flow-batch-operator-slashing/package.json
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.
Summary
flow-batch-operator-terminal-tie, which materializes a three-operator schedule, administratively terminates one operator through typedopreg::terminateorchestration, and proves the two remaining live operators can open and resolve a two-candidate terminal tie with one non-canonical slash.flow-batch-operator-slashingas the original three-operator, three-candidate regression that produces two slashes.cluster-tool; neither flow package depends on the other.BatchOperatorDisputeScenario,BatchOperatorDisputeConstants, andBatchOperatorDisputeSteps, with the steps barrel exported through the parent flow barrel.operators_per_epochvalue at three and verifies it explicitly while the terminal dispute opens from the two-operator live eligible set.cluster-tool, and corrects the documented Jest project count.Validation
wire-tools-tshead:b42ee96bd352becde9dbba0ac76e66f953df6753.git diff --checkpassed.wire-tools-tsatb42ee96bd352becde9dbba0ac76e66f953df6753,wire-sysioat234abff294a5ddeca2832bc0617bef7d007b90fa, and ran onlyflow-batch-operator-terminal-tie. The run concluded with “All E2E flows passed.”Reviewer notes