PatStiles

Results 75 issues of PatStiles

NB: Feature requests will only be considered if they solve a pain or present a useful refactoring of the code. # Summary ## Problem The pederson commitment tests are currently...

How can I help?!? Will perform FRI rounds for food!

Adds opentelemetry traces to the batcher using [tracing-opentelemetry](https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/). ## TODO: - [ ] Format tracing logs to be less verbose. ## To Test: 1. Run anvil ``` make anvil_start_with_block_time ```...

**Changes** Adds a cli program to: - Generate, fund wallets, and deposit to aligned payment service - Send proofs with a burst of `n` infinitely from the generated wallets. -...

closes #1205 ## To Test: - `make test_risc_zero_go_bindings_macos` - `make test_sp1_go_bindings_macos` - run local testnet and confirm you can submit sp1 and risc0 proofs. via `make batcher_send_risc0_task` `make batcher_send_sp1_task` -...

# This PR: Removes Task data from aggregator response maps after a response has been responded to or expired. closes #977 #To Test: Setup local dev net as per the...

audit

We currently use sp1 = v1.0.1 and risc0 = v1.0.1 we should bump these to the latest version.

closes #1201 ## To Test: - Run local testnet - Submit risc0 proofs to the local batcher via `make batcher_send_risc0_burst`. Observe they are processed. - Submit risc0 proof with empty...

The Aligned submit CLI currently treats the public input argument for Risc0 as a required argument even though it is optional. We should submitting Risc0 proofs with no public input....

Update and finish the Nexus verifier: #418.