Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add risc0 to task sender
Description
To test on anvil:
cargo run --release --manifest-path ./crates/task-sender/Cargo.toml -- generate-and-fund-wallets \ --eth-rpc-url http://localhost:8545 \ --network devnet \ --funding-wallet-private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 \ --number-wallets 5 \ --amount-to-deposit 1.0 \ --amount-to-deposit-to-aligned 0.1 \ --private-keys-filepath ./wallets.txtcargo run --release --manifest-path ./crates/task-sender/Cargo.toml -- send-infinite-proofs \ --private-keys-filepath ./wallets.txt \ --random-address \ --burst-size 5 \ --burst-time-secs 10 \ --network devnet \ risc0 \ --proof-path ./scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_2_0.proof \ --bin-path ./scripts/test_files/risc_zero/fibonacci_proof_generator/fibonacci_id_2_2_0.bin \ --pub-path ./scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_2_2_0.pubcargo run --release --manifest-path ./crates/task-sender/Cargo.toml -- send-infinite-proofs \ --private-keys-filepath ./wallets.txt \ --random-address \ --burst-size 5 \ --burst-time-secs 10 \ --network devnet \ gnark-groth16 --proofs-dir ./scripts/test_files/gnark_groth16_bn254_scriptType of change
Please delete options that are not relevant.