Tore Frederiksen

Results 37 issues of Tore Frederiksen

Currently the functionality of `SockerNetwork.receive` is to to continue in an infinite loop if nothing is received. There should be a timeout. This will help in debugging when running interactive...

We need to construct a more complete CI/CD flow during PRs. In particular when it comes to integration, both with authenticator.js and attestation.id.

technical-debt

Update the validator according to the updated flow for KMS communication. I.e. facilitate communication between the KMS and client for decryption requests according to the [tech spec](https://github.com/zama-ai/tech-spec). Has to be...

This PR handles issue #501 by updating the description in the Network indexer tutorial to clarify the configuration file updates needed.

**What section and page of the Curriculum is this on** _Dev-Tools: Network Indexer_ **Describe the bug** In section *Set Up an index-provider Node*, where the corrections to be made to...

So far we have been using a single key per ASC on the KMS side and hence kept it as part of the configuration. However, to support multiple key's per...

fix