Potuz
Potuz
Prysm's interpretation of the spec (which I think it's the correct one) is that by the time the validator client requests an aggregate to sign, we should already have it...
ProcessSlots takes a state from the skipped slot cache and assumes that it's better than the passed current state. If the incoming state.Slot() is higher than the skipped slot cache,...
We have many caches that have the following general form, ``` // BalanceCache is a struct with 1 LRU cache for looking up balance by epoch. type BalanceCache struct {...
I'm wandering if there's already a plugin for this, I'd like to click on a mailto: link and open a terminal running mutt on it with
This PR implements the necessary changes to separate the processing of an Ethereum block into a consensus and an execution part. It also implements an auction mechanism for a consensus...
The current beacon state contains unnecessary information about the execution layer state. See for example https://github.com/ethereum/consensus-specs/issues/3612 This information is nowhere used in the consensus layer, yet the testsuite assume it...
This PR introduces the minimal changes needed to process payload attestation messages over the wire. - It includes the validator and the handler for the sync package - It includes...
This is a placeholder PR for ePBS so that the long standing branch runs CI and we can check tests are continuously passing.
This adds instructions to run a more thorough linter locally instead of `eipv`.
This PR enables and implements the modification to the pyspec tests so that the **currently existing** tests are executed with the EIP-7732 fork enabled. It is based on top of...