-
We should make it easier to roll up updates to a Merkle tree with actions /.reducer.
Ideal (IMO) architecture is laid out here: https://github.com/o1-labs/snarkyjs/issues/659#issuecomment-1361320687
…
-
I guess it's the only thing left to achieve perfection. Imagine the steps being like these:
1. Add Dockerfiles for CPU and CUDA installs
2. Add GitHub Action to build images on release (could be b…
-
There are many scenarios where we can end up with spent or missing proofs in wallet.
These can originate from bugs or just outdated state in the wallet.
Anyway we need to ensure user is aware of err…
-
**Github username:** @erictee2802
**Twitter username:** 0xEricTee
**Submission hash (on-chain):** 0x855209c8d10b51c3adcee9f44e399059310668d2008f91592e4655cf5feafd1a
**Severity:** low
**Description:*…
-
## Description
Depends on [issue 1](https://github.com/keep-starknet-strange/skynet/issues/1).
1. Now, instead of passing a dummy call to a test contract, pass a [dummy proof](https://github.co…
-
Use Sigstore to sign build artifacts generated in CI, providing provenance for release artifacts and runtime assets. This is essentially a tamper-proof way of verifying that an artifact was actually b…
-
## What
Create a web portal containing links to the Stone prover binaries, packages, and Docker images for specific operating systems, as well as installation and usage instructions.
## Why
C…
-
## Objective
1. Package re-org.
2. Interface refactoring.
## Origin Document
### Packages - Before
```
./pkg/client/query
├── accquerier.go ==> ./pkg/client/auth/querier.g…
-
I'm using [zizmor](https://github.com/woodruffw/zizmor/) to audit GUAC's GitHub workflows and the scorecard workflow reports excessive permissions:
```
🌈 completed scorecard.yml
warning[excessive…
-
### Feature
Switch distribution libraries...again!
The problem with `tfp` is that if we want to run non-shared parameters we need `vmap` the apply function (over params and observations), but this…