mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 16:25:09 -05:00
* Fixes parameters and makes clear that the inactivity leak is on a per-epoch basis (before the leak was technically 64 times too weak as it was calculated per-slot but applied per-epoch) * Adds a `// 2` to the inactivity leak to compensate for it being applied twice * Changes how it is calculated (no inactivity leak for not being part of the head, only basic leak) * Separates out early inclusion incentives into a separate incentive component rather than being multiplicative with everything else