You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
We currently only have access in the logs to the proving trace upon failure.
It would be nice to also log
the GenerationInputs payload passed to generate_txn_proof() (to be able to regenerate locally easily when debugging)
the PublicValues associated to the AggregatableProof LHS and RHS arguments of generate_agg_proof(), and the ones for previous block proof and current one in generate_block_proof()
The text was updated successfully, but these errors were encountered:
I may have badly phrased it when writing the issue, but rather than logging, I really meant writing to disk the related components. Logs are usually pretty noisy already, and with real states generating pretty large partial tries pre-txn, it's impossible to easily extract from log outputs stuff like generation inputs for instance.
Public Values on the other hand are always limited in size (though the vector of previous block hashes is on its own a bit large and noisy to print), but are sufficiently small to be only part of the logging output.
We currently only have access in the logs to the proving trace upon failure.
It would be nice to also log
GenerationInputs
payload passed togenerate_txn_proof()
(to be able to regenerate locally easily when debugging)PublicValues
associated to theAggregatableProof
LHS and RHS arguments ofgenerate_agg_proof()
, and the ones for previous block proof and current one ingenerate_block_proof()
The text was updated successfully, but these errors were encountered: