Skip to content

Commit 4fff098

Browse files
committed
Merge branch 'refs/heads/staging' into refactor/move-agg-mode-sdk-to-new-dir
# Conflicts: # aggregation_mode/Cargo.lock # aggregation_mode/payments_poller/Cargo.toml
2 parents 0200611 + 218c172 commit 4fff098

29 files changed

Lines changed: 2351 additions & 548 deletions

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ agg_mode_gateway_send_payment:
325325
--network devnet \
326326
--rpc-url http://localhost:8545
327327

328+
agg_mode_gateway_send_sp1_proof:
329+
@cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit sp1 \
330+
--proof scripts/test_files/sp1/sp1_fibonacci_5_0_0.proof \
331+
--vk scripts/test_files/sp1/sp1_fibonacci_5_0_0_vk.bin \
332+
--private-key "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
328333

329334
agg_mode_install_cli: ## Install the aggregation mode CLI
330335
@cargo install --path aggregation_mode/cli

0 commit comments

Comments
 (0)