-
### Describe bug
When downloading S&P 500 index, the proxy is not working. However, for individual stock (e.g. AAPL), proxy setting is okay.
### Simple code that reproduces your problem
```python s…
-
The current draft says that the WIT must not be accepted without proof of possession of the corresponding private key. This is for security reasons because if you are willing to accept the WIT withou…
-
Hello.
I followed a guideline from an example [here](https://lita.gitbook.io/lita-documentation/quick-start/getting-started-with-llvm-valida#usage) using latest release from https://github.com/lita-x…
-
* Users should be able to easily find mechanized formalization of proof systems (and their meta-theory). This can be achieved by adding links to the proof scripts/code or to the paper mentioning it. …
-
-
# Prover
We need to implement:
- [ ] `copy_placeholder()`
- [ ] `add_polynomial_evaluations_to_transcript()` (not defined in barettenberg)
- [ ] `compute_batch_opening_polynomial()` (not defin…
-
Setting the maxBufferSizeBytes to handle the largest expected operation also allocates that memory for the smallest.
It would be good if the buffer could expand up to the max, rather than be pre-a…
-
We are currently operating our computer systems and networks in the basement, which requires immediate attention for maintenance and optimization. The current environment poses challenges that could i…
-
One can use services like https://proofofexistence.com to permanently record a document hash to be able to later prove its existence at given date.
Since keybase state is recorded in the Bitcoin bloc…
-
Great system! I want to add a verifier for a Groth16 proof on MNT curve. How can I do that?