Feature/1274 keeper key blast radius - #1341
Merged
K1NGD4VID merged 11 commits intoSep 3, 2026
Merged
Conversation
Contributor
Author
|
@blurbeast review and merge |
…anch - Restore ci.yml, package.json, and package-lock.json to match main: re-add the changes job and frontend rollup native binding step, drop the uncommitted @rollup/rollup-linux-x64-gnu optional dependency, and bring the lockfile back in sync so the frontend lint environment matches main. - Update cancel integration tests to send senderSecret in the request body and rewrite the concurrent-cancel test to reflect actual controller behavior (each request performs its own on-chain cancel). - Update cancel controller unit tests for the senderSecret contract and replace the obsolete KEEPER_SECRET_KEY-missing case with a senderSecret-missing case. Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
…ancel test) The main merge re-introduced a duplicate mysql2 override that made package.json invalid JSON, churned package-lock.json, and left a broken concurrent-cancel block in the integration test (duplicate promise2 declaration and dangling .set chain) that failed to compile. Restore package.json and package-lock.json to match main and repair the integration test so the branch diff contains only the keeper-key blast radius change. Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
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.
Description
Type of Change
Related Issues
Closes #1274
Changes Made
Testing
Test Coverage
Test Steps
Breaking Changes
Breaking Changes:
Migration Guide:
Screenshots/Demo
Checklist
Additional Notes