mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-04 04:00:30 +00:00
* t push base design for partial withdrawals * moor tests * clean up withdrawals naming * make partial withdrawal randomized tests better * Apply suggestions from code review Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com> Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com> * fix mainnet brokn test * name swap * lint Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com> Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
25 lines
617 B
YAML
25 lines
617 B
YAML
# Mainnet preset - Capella
|
|
|
|
# Misc
|
|
# ---------------------------------------------------------------
|
|
# 2**8 (= 256) withdrawals
|
|
MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 256
|
|
|
|
|
|
# State list lengths
|
|
# ---------------------------------------------------------------
|
|
# 2**40 (= 1,099,511,627,776) withdrawals
|
|
WITHDRAWALS_QUEUE_LIMIT: 1099511627776
|
|
|
|
|
|
# Max operations per block
|
|
# ---------------------------------------------------------------
|
|
# 2**4 (= 16)
|
|
MAX_BLS_TO_EXECUTION_CHANGES: 16
|
|
|
|
|
|
# Execution
|
|
# ---------------------------------------------------------------
|
|
# 2**4 (= 16) withdrawals
|
|
MAX_WITHDRAWALS_PER_PAYLOAD: 16
|