aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

fix(cli): Fee submission price estimates should take into account the number of proofs that are submitted.

Open PatStiles opened this issue 1 year ago • 0 comments

The current fee estimate flags in the aligned cli do not take into account the number of proofs that are submitted within a submit proof cli submission. Submitting multiple proofs within a single submission will affect the number of proofs in a batch and subsequently the required price of proof submission. For estimating the max_fee using cli we should account for this.

PatStiles avatar Dec 05 '24 23:12 PatStiles