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

feat(f3): prepare for f3 bootstrap #12552

Merged
merged 4 commits into from
Oct 7, 2024
Merged

feat(f3): prepare for f3 bootstrap #12552

merged 4 commits into from
Oct 7, 2024

Commits on Oct 3, 2024

  1. feat(f3): prepare for f3 bootstrap

    This patch:
    
    1. Bootstraps F3 when we hit the `F3BootstrapEpoch` (when non-negative).
    2. Refuses any/all dynamic manifests once we get within one finality of said epoch.
    3. Sets the F3 network name for mainnet to "filecoin".
    4. Refuses any/all dynamic manifests that don't start with the expected
        network name prefix.
    Stebalien committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    16204dc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. test(f3): use the default manifest provider constructor

    (for better test coverage)
    Stebalien committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e16dda4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b76e6b9 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update go-f3

    Stebalien committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    16f4ac0 View commit details
    Browse the repository at this point in the history