lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Re-enable attestations processing coming from gossip
See: https://github.com/lambdaclass/lambda_ethereum_consensus/blob/71f165dd82eccee63ec658bc0e766c922b3e816a/lib/lambda_ethereum_consensus/p2p/gossip/handler.ex#L33-L34
We need to re-enable these at least outside of mainnet. This task should include some performance analysis to see how can we do so that this doesn't become a bottleneck.
Some related readings / PRs:
- https://twitter.com/potuz_eth/status/1770526715170758767
- https://eips.ethereum.org/EIPS/eip-7549 (I think this one is related too)
- https://github.com/lambdaclass/lambda_ethereum_consensus/issues/752