These 11 commits are when the Protocol Buffers files have changed:
| Commit: | 61737e3 | |
|---|---|---|
| Author: | starkoracles | |
add
| Commit: | 69ad65b | |
|---|---|---|
| Author: | starkoracles | |
| Committer: | GitHub | |
Name change and readme (#10) Co-authored-by: starkoracles <starkoracles@gmail.com>
The documentation is generated from this commit.
| Commit: | f9781dc | |
|---|---|---|
| Author: | starkoracles | |
| Committer: | GitHub | |
Proto api workers (#9) * Proto api * Add all definitions * Start building wasm module * More parsing * Wasm is compiling * Some progress with sdk package * wasm package kind of runs, need to debug proving * Demo now works * change print * Add time loggers * Add commitments conversion * Add trace queries * Add constraint queries * All apis are in place * Shrank proof size * Add batch proofs to all queries * Run proof on demand * Add readme * Workers are starting to work * Start breaking down proving process to allow for workers * Extract some prover logic to stage 1 * Major progress in getting webworkers to work * Progress with parallel processing * Computation returns, need to debug hashes * Parallel hashes work * Nice speedup * Parallel works e2e * Cleanup and fix concurrency * stopping point * Works * cleanup --------- Co-authored-by: starkoracles <starkoracles@gmail.com>
| Commit: | 6e104cf | |
|---|---|---|
| Author: | starkoracles | |
Add batch proofs to all queries
| Commit: | 83d05e2 | |
|---|---|---|
| Author: | starkoracles | |
Shrank proof size
| Commit: | 5724f54 | |
|---|---|---|
| Author: | starkoracles | |
All apis are in place
| Commit: | da3c89a | |
|---|---|---|
| Author: | starkoracles | |
Add trace queries
| Commit: | 8512118 | |
|---|---|---|
| Author: | starkoracles | |
Demo now works
| Commit: | 43c4bf6 | |
|---|---|---|
| Author: | starkoracles | |
Start building wasm module
| Commit: | 0d3ff41 | |
|---|---|---|
| Author: | starkoracles | |
Add all definitions
| Commit: | 696f118 | |
|---|---|---|
| Author: | starkoracles | |
Proto api