fix(coprocessor): make ciphertext compression fallible#1928
Merged
mergify[bot] merged 8 commits intomainfrom Feb 9, 2026
Merged
fix(coprocessor): make ciphertext compression fallible#1928mergify[bot] merged 8 commits intomainfrom
mergify[bot] merged 8 commits intomainfrom
Conversation
Eikix
commented
Feb 6, 2026
Eikix
commented
Feb 6, 2026
Eikix
commented
Feb 6, 2026
Eikix
commented
Feb 6, 2026
rudy-6-4
reviewed
Feb 6, 2026
rudy-6-4
reviewed
Feb 6, 2026
rudy-6-4
reviewed
Feb 6, 2026
🧪 CI InsightsHere's what we observed from your CI run for 1ddbdc2. 🟢 All jobs passed!But CI Insights is watching 👀 |
2cd9101 to
1ddbdc2
Compare
Contributor
Author
|
normally ready for re review |
rudy-6-4
approved these changes
Feb 9, 2026
Contributor
Author
|
@mergify queue |
✅ The pull request has been merged automaticallyDetailsThe pull request has been merged automatically at bed88b0 |
Merge Queue StatusRule:
This pull request spent 2 hours 41 minutes 4 seconds in the queue, including 9 hours 54 minutes 56 seconds running CI. Required conditions to merge
|
This was referenced Feb 9, 2026
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
This is the standalone fix for
zama-ai/fhevm-internal#1020.SupportedFheCiphertexts::compress()fallible and remove panic/expect usage.FhevmErrorvalues.Scope
Compression error propagation only.
No gRPC-refactor changes, no unrelated cleanup.
Validation
cd coprocessor/fhevm-engine && SQLX_OFFLINE=true cargo check -p fhevm-engine-common -p scheduler -p zkproof-worker -p tfhe-workercd coprocessor/fhevm-engine && SQLX_OFFLINE=true cargo test -p fhevm-engine-common -p scheduler -p zkproof-worker -p tfhe-worker --no-runcd coprocessor/fhevm-engine && SQLX_OFFLINE=true cargo test -p fhevm-engine-common compress_scalar_returns_error -- --nocapturecloses https://github.com/zama-ai/fhevm-internal/issues/1020