apollo_gateway: skip archiving proof if transaction is P2P#14022
apollo_gateway: skip archiving proof if transaction is P2P#14022einat-starkware wants to merge 1 commit into
Conversation
PR SummaryMedium Risk Overview For P2P transactions, the gateway skips spawning the async GCS proof archive write, while still storing the proof in the proof manager; archive-task abort handling is updated to account for the handle being optional. Tests are updated to thread Reviewed by Cursor Bugbot for commit aedeea7. Bugbot is set up for automated code reviews on this repo. Configure here. |
ff06d28 to
5965b54
Compare
AvivYossef-starkware
left a comment
There was a problem hiding this comment.
@AvivYossef-starkware reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on Yoni-Starkware).
crates/apollo_gateway/src/gateway_test.rs line 567 at r1 (raw file):
let expected_proof_archive_result: Result<(), ProofArchiveError> = Err(ProofArchiveError::WriteError("failed upload".to_string())); setup_mock_state(&mut mock_dependencies, &tx_args, Ok(()), expected_proof_archive_result, None)
name this arg before passing it
Code quote:
None)5965b54 to
aedeea7
Compare
|
Previously, AvivYossef-starkware wrote…
Done |

No description provided.