hotfix: temporarily disable SDK/client complaint and storage challenge evidence submission#279
Merged
mateeullahmalik merged 3 commits intomasterfrom Mar 25, 2026
Conversation
…rage challenge - disable SubmitCascadeClientFailureEvidence in SDK adapter (log + no-op) - disable storage challenge failure evidence submission path (log + no-op) - keep runtime behavior explicit with mitigation comments for incident-response rollback clarity
Both previously flagged dead-code issues have been resolved by commenting out the
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Per incident directive, preserve evidence construction/validation code and comment out only chain submission calls for: - cascade client complaint evidence (SDK adapter) - storage challenge failure evidence (storage challenge service)
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
Temporary incident-response mitigation to stop audit evidence submissions from supernode paths that can contribute risk during stabilization.
Changes
sdk/adapters/lumera/adapter.goSubmitCascadeClientFailureEvidence(...)now logs and returns without broadcasting tx.supernode/storage_challenge/service.gomaybeSubmitEvidence(...)now logs and returns without broadcasting tx.Validation
go test ./sdk/adapters/lumera ./sdk/task ./supernode/storage_challengeNotes