Martin Paulucci
Martin Paulucci
The example rc.lua says: ``` exclusive = true, -- Refuse any other type of clients (by classes) class = { --Accept the following classes, refuse everything else (because of "exclusive=true")...
Hello, I'm using the shifty branch 3.5, and my version of awesome is 3.5.1. I have two screens, and I'm trying to make a custom matcher, that looks like this:...
When using a localnet with Kurtosis, if we are chosen to build the first block we fail. Error message: `ERROR 14:11:03.050 [Validator] Failed to start building payload for slot 1....
**Motivation** Validator module is getting big and hard to follow. As part of a refactor of duties, I've extracted it into it's own module and added typespecs
We added https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1092 to keep our db small but this breaks the spec. We should remove this logic. Instead, we should be able to serve block up until `MIN_EPOCHS_FOR_BLOCK_REQUESTS` epochs...
We have genservers in a supervisor tree but when they are restarted due to a failure, the new state is not in sync with the rest of the app. One...
See this comment by @MegaRedHand https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1080#discussion_r1608451544
We keep the blocks "on hold" somehow and wait for the execution chain to be online again. Alternatively, we could set the block as optimistic.
Spec: https://github.com/lambdaclass/lambda_ethereum_consensus/blob/main/docs/specs/validator.md#sync-committee-1 Depends on: https://github.com/lambdaclass/lambda_ethereum_consensus/issues/910
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...