starknet_transaction_prover: origin-level breadcrumbs for validation errors#14172
starknet_transaction_prover: origin-level breadcrumbs for validation errors#14172avi-starkware wants to merge 1 commit into
Conversation
PR SummaryLow Risk Overview Updates the RPC layer’s prove failure log to Introduces an ignored in-test microbenchmark ( Reviewed by Cursor Bugbot for commit eba2906. Bugbot is set up for automated code reviews on this repo. Configure here. |
…errors Splits validation-error logging so each origin (request body, RPC, proving) carries an `event` tag and trimmed payload context, making it straightforward to root-cause production failures from the structured log stream. Also adds an in-test microbenchmark for HttpMetricsLayer overhead so any regression in the hot path is visible. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
e57d84d to
eba2906
Compare

Splits validation-error logging so each origin (request body, RPC,
proving) carries an
eventtag and trimmed payload context, making itstraightforward to root-cause production failures from the structured
log stream. Also adds an in-test microbenchmark for HttpMetricsLayer
overhead so any regression in the hot path is visible.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com