DAL: export Adjustable DAL parameters in DAL proofs
This MR extends the DAL proofs with two fields attestation_threshold_percent and commitment_publisher(_opt) that are set with/for Adjustable DAL parameters/verification.
In the next MRs:
-
verify_proofwill take care of using those provided parameters when checking the proofs (modulo ADAL) -
verify_proofwill returns the (validated) versions of those parameters to be checked against theinput_requestinSc_rollup_proofs_repr.valid(But this will require some refactoring inSc_rollup_proofs_repr.validto ease this step).