trie icon indicating copy to clipboard operation
trie copied to clipboard

Reduce size of ProofVerificationError

Open mattsse opened this issue 10 months ago • 1 comments

 pub fn verify(&self, root: B256) -> Result<(), ProofVerificationError> {
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 144 bytes

we can change this by boxing some internals or changing the error so that it is a Repr wrapper

mattsse avatar Mar 03 '25 09:03 mattsse

can i work on this?

JoshdfG avatar May 20 '25 23:05 JoshdfG