We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed you're missing the certificate verification and found the draft PR #56. What's the blocker here?
The text was updated successfully, but these errors were encountered:
The verification in each request would degrade the performance.
Besides, the wasmer package requires python3.7 or above.
wasmer
Sorry, something went wrong.
I worry that users may get a false sense of security using your agent.
You could add verification as an opt out feature. Note also, that it's only used for the read_state API when you actually get a result.
read_state
Besides using WASM you could also look for a BLS implementation in Python or a BLS implementation in Rust that could be called from Python using FFI.
Actually, we try to find other BLS implementations in Python, but all seem incompatible with the IC one.
No branches or pull requests
I noticed you're missing the certificate verification and found the draft PR #56.
What's the blocker here?
The text was updated successfully, but these errors were encountered: