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

[async_backing] Bump ParachainHost to api version 10 on polkadot #222

Commits on Mar 7, 2024

  1. Bump ParachainHost to api version 7 on polkadot

    This will enable async-backing subsystems on polkadot, the relaychain
    would work in legacy mode where only candiddates built on top of
    pervious relay chain are activated.
    
    - Had to bring an unrelated change as well `minimum_backing_votes`
      because that was the v6, we can't skip versions, the value of that
      configuration on polkadot is 2, so that's what is going to be used
      after this runtime update. Changes have been running on kusama, so I
      would.
    
    Async backing subsytems is a major change in the way collator-protocol
    and  the backing work, so there are still some unknowns if this is
    completely bug free. It has been running on kusama for a month
    already, but not without issues:
     - Validators that did not upgrade to compatible versions will not be
       able to participate in backing, so if enough of those are randomly
       picked that group won't be able to back anything. With
       backing_group_size = 5 and minimum_backing_votes = 2, 10% validator
       not upgraded that chance is about 2.5%.
    
     - Additionally, same un-upgraded groups won't be able to include the
       backing votes on chain when they author blocks, so 10% of the blocks
       won't back any candidates.
    
     - We are still not sure if item 2) from here paritytech/polkadot-sdk#3314 (comment)
       is caused by async backing, the observable issue is sometimes after restart/upgrade
       some validators are getting 0 rewards and apparently they are not
       backing anything.
    
    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f7ab191 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Bump up to 10

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2b48404 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    b49c804 View commit details
    Browse the repository at this point in the history
  2. Add change log

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    06719cd View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Empty commit to trigger ci

    alexggh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4fe4fe8 View commit details
    Browse the repository at this point in the history
  2. Empty commit to re-trigger CI

    alexggh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6a50e62 View commit details
    Browse the repository at this point in the history