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
Merge pull request ethereum#62 from zama-ai/louis-patch-cks-bug
fix(tfhe): warn when key file not found
Patch the bug where a full node would silently fail when not finding the client key `cks`.
Nodes now only look for the client key `cks` if they are configured in `oracle` mode and emit a warning when either the server key `sks` or the client key `cks` is not found.
0 commit comments