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

Add self-bond filter condition when computing new set of collators #1043

Merged
merged 12 commits into from
Mar 16, 2023

Commits on Mar 14, 2023

  1. Add self-bond filter condition when computing new set of collators

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c5609de View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bc17a56 View commit details
    Browse the repository at this point in the history
  3. fix2

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a33edac View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. fix: sequence bug in parachain_staking::compute_top_candidates()

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f23bf8f View commit details
    Browse the repository at this point in the history
  2. fix testing, collator 6 from whitelist was never selected

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    906cb4a View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c986f9b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix comment

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    298276d View commit details
    Browse the repository at this point in the history
  2. explicit is_candidate check

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7fcb00d View commit details
    Browse the repository at this point in the history
  3. syntax

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b6ae25c View commit details
    Browse the repository at this point in the history
  4. don't panic in compute

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    25761ff View commit details
    Browse the repository at this point in the history
  5. Use nightly-2023-03-13 for fmt/clippy

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3ae54d0 View commit details
    Browse the repository at this point in the history
  6. apt-get install yarn

    Signed-off-by: Adam Reif <Garandor@manta.network>
    Adam Reif authored and Adam Reif committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7f1042f View commit details
    Browse the repository at this point in the history