fix(coprocessor): persist computed ct128 as local backup#1757
Closed
goshawk-3 wants to merge 1 commit intorelease/0.10.xfrom
Closed
fix(coprocessor): persist computed ct128 as local backup#1757goshawk-3 wants to merge 1 commit intorelease/0.10.xfrom
goshawk-3 wants to merge 1 commit intorelease/0.10.xfrom
Conversation
7041809 to
a299426
Compare
🧪 CI InsightsHere's what we observed from your CI run for 4acec54. 🟢 All jobs passed!But CI Insights is watching 👀 |
a299426 to
c8fd170
Compare
Persist computed ct128 values in a dedicated `ciphertexts128` table as a failover mechanism when S3 uploads fail and require retry. Entries are deleted after a successful L2 `add_ciphertext` call. As an additional safeguard, a periodic GC procedure removes stale entries in cases where the txn-sender fails to clean up as expected.
c8fd170 to
4acec54
Compare
antoniupop
previously approved these changes
Jan 9, 2026
Collaborator
|
@goshawk-3 Is this still relevant? |
Contributor
Author
It is no longer relevant, as it has been merged into main ref: #1790. |
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.
Persist computed ct128 values in a dedicated
ciphertexts128table as a failover mechanism when S3 uploads fail and require retry.Entries are deleted after a successful L2
add_ciphertextcall. As an additional safeguard, a periodic GC procedure removes stale entries in cases where the txn-sender fails to clean up as expected.fixes: https://github.com/zama-ai/fhevm-internal/issues/761
fixes: https://github.com/zama-ai/fhevm-internal/issues/865