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
A significant change from 1.3.0-alpha.0, the plan is now to find candidates for withdrawals during block production (or caching on state transition) rather than a large buffer populated during epoch transition.
- State was missing `next_withdrawal_index`
- changed MaxWithdrawalsPerLayload to be int
- had to breakout process_execution_payload logic so that I could add withdrawals into that, and the spec still does the TTD check in capella which is maybe to cover corner cases, not sure...
fixesConsensys#6321
Signed-off-by: Paul Harris <[email protected]>
- State was missing `next_withdrawal_index`
- changed MaxWithdrawalsPerLayload to be int
- had to breakout process_execution_payload logic so that I could add withdrawals into that, and the spec still does the TTD check in capella which is maybe to cover corner cases, not sure...
fixes#6321
Signed-off-by: Paul Harris <[email protected]>
A significant change from 1.3.0-alpha.0, the plan is now to find candidates for withdrawals during block production (or caching on state transition) rather than a large buffer populated during epoch transition.
ethereum/consensus-specs#3068
The text was updated successfully, but these errors were encountered: