Uh oh!
There was an error while loading. Please reload this page.
[DOCS] client-sdk: Teecryptor decrypts today, not the Threshold Network - #78
Merged
Conversation
Contributor
Preview deployment for your docs. Learn more about Mintlify Previews.
|
haimbj1
commented
Sep 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
haimbj1
commented
Sep 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
DOC-66
The Client SDK tab named the Threshold Network as the component that decrypts today. It is not. Teecryptor decrypts CoFHE ciphertexts and signs the results, inside a hardware-attested TEE. The Threshold Network is a future plan.
This fixes all 21 mentions across 6 Client SDK pages, using the wording already merged in the Deep Dive tab (PR 43).
What changed:
decryptForTxreturns a Teecryptor signature.The runtime behaviour on the two guide pages was verified, not renamed blind. Teecryptor serves the
/v2/decryptand/v2/sealoutputsubmit and poll routes, returnsrequest_id, and answers404when the ciphertext is not found. The SDK 0.7.1 build matches:onPoll, an emptyrequestIdduring submit retries, and a 10000 ms default forset404RetryTimeout.The chain config field is still spelled
thresholdNetworkUrlin the SDK. BothsetChainIdsections now name the Teecryptor URL and keep that identifier in backticks, so a reader can still find the field.No other tab is touched. Separate tickets cover the FHE library and Tutorials tabs.