lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Support Merkle proof generation
The implementation should pass the light_client spec-tests. More info on Merkle proofs.
@MegaRedHand which file should i implement it in
I'm not really sure... Let's leave it in lib/lambda_ethereum_consensus/state_transition/misc.ex for now.
Whoever works on this should start / look into the work from https://github.com/lambdaclass/lambda_ethereum_consensus/pull/545