mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 02:35:41 +00:00
53dd49167b
* 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