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
Some computations in the SQLite DB lead to a failing AsyncCompute call due to missing ciphertexts/handles in the PostgreSQL DB. The geth node retries indefinitely, each time AsyncCompute failing.
It is not possible to put arbitrary handles in the ACL, meaning that TFHEExecutor shouldn't be doing computations on these. Therefore, logically, it seems the issue is in the coprocessor itself.
Try to reproduce and understand how it geth node/coprocessor reached this state.
The text was updated successfully, but these errors were encountered:
Some computations in the SQLite DB lead to a failing AsyncCompute call due to missing ciphertexts/handles in the PostgreSQL DB. The geth node retries indefinitely, each time AsyncCompute failing.
It is not possible to put arbitrary handles in the ACL, meaning that TFHEExecutor shouldn't be doing computations on these. Therefore, logically, it seems the issue is in the coprocessor itself.
Try to reproduce and understand how it geth node/coprocessor reached this state.
The text was updated successfully, but these errors were encountered: