You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) TestAsyncDecrypt
"before all" hook for"test async decrypt bool":
Error: Impossible to fetch public key: wrong gateway url.
at getKeysFromGateway (node_modules/fhevmjs/lib/node.cjs:122:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async getTfheCompactPublicKey (node_modules/fhevmjs/lib/node.cjs:672:24)
at async createInstance (node_modules/fhevmjs/lib/node.cjs:1119:27)
at async createInstance (test/instance.ts:11:20)
at async Context.<anonymous> (test/gateway/decrypt.ts:18:18)
Caused by: Error: "Invalid size 7311066695147732796: sizes must fit in a usize (0 to 4294967295)"
at module.exports.__wbindgen_error_new (node_modules/node-tfhe/tfhe.js:15240:17)
at wasm://wasm/00b0220a:wasm-function[1614]:0x21eee0
at Function.safe_deserialize (node_modules/node-tfhe/tfhe.js:14409:18)
at getKeysFromGateway (node_modules/fhevmjs/lib/node.cjs:105:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async getTfheCompactPublicKey (node_modules/fhevmjs/lib/node.cjs:672:24)
at async createInstance (node_modules/fhevmjs/lib/node.cjs:1119:27)
at async createInstance (test/instance.ts:11:20)
at async Context.<anonymous> (test/gateway/decrypt.ts:18:18)
The text was updated successfully, but these errors were encountered:
Testing Titouan's PR on the Catchup Mechanism in fhevm-devops
Context:
We are working to update fhevm-devops to ensure compatibility with the main version of kms-core.
Why?
Titouan's PR modifies several components in the Gateway and Connector.
Goal:
The objective is to implement a mechanism that saves the current state of decryption and allows resumption in case of a failure or interruption.
Changes in fhevm-devops:
Configuration files are being updated to incorporate the new CSC .
Deployment scripts are being revised to align with changes in the KMS Blockchain.
Current Issue:
During testing, we encountered an issue when parsing/reading the result from the /keyurl endpoint.
Potential cause:
from the outputs (in thread) we can see that signatures is replaced by external_signatures ???
Technical context:
Images to test main: v0.9.1-rc3-test-catchup-mechanism
Images to test release: v0.9.0-rc37
Fhevm version: "fhevmjs": "^0.6.0-18",
Is this error related to tfhe-rs v0.10.0 ?
Initially I supposed yes, but the tfhe-rs version upgrade in kms-core has been merged today, images are from friday (so not related)
Outputs from /keyurl:
Main:
Release v0.9:
Error
The text was updated successfully, but these errors were encountered: