Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit number of validators checked during withdrawals lookup #6593

Merged
merged 9 commits into from
Dec 16, 2022
Prev Previous commit
Next Next commit
Fix minimal and swift config
  • Loading branch information
lucassaldanha committed Dec 13, 2022
commit 935df7a0298689675ee3ac90d75c3e2256539526
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ MAX_WITHDRAWALS_PER_PAYLOAD: 4

# Withdrawals processing
# ---------------------------------------------------------------
# 2**14 (= 16384) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 16384
# 2**4 (= 16) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 16
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ MAX_WITHDRAWALS_PER_PAYLOAD: 4

# Withdrawals processing
# ---------------------------------------------------------------
# 2**14 (= 16384) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 16384
# 2**4 (= 16) validators
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP: 16