You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- renamed getChurnLimit -> getBalanceChurnLimit
- added getMaxPerEpochActivationExitChurnLimit and defaulted value.
- added PredicatesElectra.required logic
- added queue_entire_balance
- added the epochProcessor interface, but haven't built out the electra versions
now that more of this is actually merged it should hopefully start to stabilize a bit...
Working on the dev (consensus-specs) version, not on PR versions any longer.
Signed-off-by: Paul Harris <[email protected]>
Copy file name to clipboardExpand all lines: ethereum/spec/src/main/java/tech/pegasys/teku/spec/logic/common/statetransition/epoch/AbstractEpochProcessor.java
Copy file name to clipboardExpand all lines: ethereum/spec/src/main/java/tech/pegasys/teku/spec/logic/versions/altair/statetransition/epoch/EpochProcessorAltair.java
+6
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,12 @@ public void processSyncCommitteeUpdates(final MutableBeaconState genericState) {
Copy file name to clipboardExpand all lines: ethereum/spec/src/main/java/tech/pegasys/teku/spec/logic/versions/electra/block/BlockProcessorElectra.java
Copy file name to clipboardExpand all lines: ethereum/spec/src/main/java/tech/pegasys/teku/spec/logic/versions/electra/helpers/BeaconStateAccessorsElectra.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public BeaconStateAccessorsElectra(
49
49
* @return Return the churn limit for the current epoch dedicated to activations and exits.
0 commit comments