-
Notifications
You must be signed in to change notification settings - Fork 0
Chain fault testing framework + Enable auto-rejoin #51
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
GTC6244
merged 17 commits into
master
from
feature/node-4901-chain-fault-tests-framework
Jan 13, 2026
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
577c680
Port code from the prod release PR.
GTC6244 ab2b568
c&p
GTC6244 15e4bbc
Update rust/lit-node/lit-node/tests/common/faults.rs
GTC6244 b8a1b8c
Update rust/lit-node/lit-node/tests/toxiproxy/chain_faults.rs
GTC6244 d8c8e60
remove comment
GTC6244 f69ec7a
Update rust/lit-node/lit-node-testnet/src/testnet/actions.rs
GTC6244 71e4a97
Update rust/lit-node/lit-node/tests/toxiproxy/chain_faults.rs
GTC6244 e56632e
formatting
GTC6244 3e64c07
cargo fmt
GTC6244 4d7dd91
ack.
GTC6244 fd6095d
ack.
GTC6244 b616721
fix fault test setup
GTC6244 5c90512
Merge branch 'master' into feature/node-4901-chain-fault-tests-framework
GTC6244 10cdce7
ignore redundant chain fault test - but keep as model.
GTC6244 50083cc
Merge branch 'feature/node-4901-chain-fault-tests-framework' of https…
GTC6244 6907125
re-add >= to epoch/previous epoch check
GTC6244 5db192a
Merge branch 'master' into feature/node-4901-chain-fault-tests-framework
GTC6244 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
GTC6244 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| pub const GIT_COMMIT_HASH: &str = "54d2b195ed373e9067276959ef9252fecf054b20"; | ||
| pub const GIT_COMMIT_HASH: &str = "26605433eeb1eda1c5a7bd750237fc054855438e"; |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the only place we need to update the provider?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup - code is nicely centralized. ;-)