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

Correct the duration of HISTORICAL_ROOTS_LIMIT #1619

Merged
merged 1 commit into from
Feb 15, 2020
Merged

Commits on Feb 14, 2020

  1. Correct the duration of HISTORICAL_ROOTS_LIMIT

    The duration of HISTORICAL_ROOTS_LIMIT is:
        SECONDS_PER_SLOT * SLOTS_PER_HISTORICAL_ROOT * HISTORICAL_ROOTS_LIMIT
    which is
        12s * 2^13 * 2^24 = 1.65e12s = 52,262 years
    benjaminion committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8620adc View commit details
    Browse the repository at this point in the history