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

Backport #4791 #5247

Merged
Merged

Commits on Aug 5, 2024

  1. Prepare PVFs if node is a validator in the next session (#4791)

    Closes #4324
    - On every active leaf candidate-validation subsystem checks if the node
    is the next session authority.
    - If it is, it fetches backed candidates and prepares unknown PVFs.
    - We limit number of PVFs per block to not overload subsystem.
    AndreiEres committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1cf6180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb849b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    9f71436 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update pr doc

    AndreiEres committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b98c9d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Upgrade time crate, fix compilation on Rust 1.80 (#5149)

    This will fix the compilation on the latest Rust 1.80.0
    
    PS. There are tons of new warnings about feature gates and annotations,
    it would be nice you guys to investigate them
    jasl authored and AndreiEres committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    27fc49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e1a149 View commit details
    Browse the repository at this point in the history