lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

Support Merkle proof generation

Open MegaRedHand opened this issue 2 years ago • 3 comments

The implementation should pass the light_client spec-tests. More info on Merkle proofs.

The expected merkle proof generation function is this one.

More info on proof formats used here.

MegaRedHand avatar Dec 06 '23 12:12 MegaRedHand

@MegaRedHand which file should i implement it in

karasakalmt avatar Dec 12 '23 10:12 karasakalmt

I'm not really sure... Let's leave it in lib/lambda_ethereum_consensus/state_transition/misc.ex for now.

MegaRedHand avatar Dec 12 '23 12:12 MegaRedHand

Whoever works on this should start / look into the work from https://github.com/lambdaclass/lambda_ethereum_consensus/pull/545

mpaulucci avatar Mar 06 '24 15:03 mpaulucci