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

Elastic scaling: use an assumed CoreIndex in candidate-backing #3229

Merged
merged 24 commits into from
Feb 22, 2024

Commits on Feb 1, 2024

  1. Switch statement table from ParaId to CoreIndex

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cab6ab9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. cargo lock

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d2df658 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. add experimental feature

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4a8b8d5 View commit details
    Browse the repository at this point in the history
  2. inject core_index from statements

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9244632 View commit details
    Browse the repository at this point in the history
  3. temporary provisioner fix

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    22e017b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/backing_multiple_cores_per_para
    sandreim committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    574b06a View commit details
    Browse the repository at this point in the history
  5. cargo lock

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fbb7351 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. It was damn hard to fix these tests

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6c72918 View commit details
    Browse the repository at this point in the history
  2. These tests were easy to fix

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fc5c109 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    33351b4 View commit details
    Browse the repository at this point in the history
  4. clippy was angry

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0d994bf View commit details
    Browse the repository at this point in the history
  5. A bit refactor and add a test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    534c019 View commit details
    Browse the repository at this point in the history
  6. taplo happy

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    10d86dd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. review feedback

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    222609c View commit details
    Browse the repository at this point in the history
  2. remove log

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a02e896 View commit details
    Browse the repository at this point in the history
  3. more feedback

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dd34850 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge remote-tracking branch 'origin/master' into sandreim/backing_mu…

    …ltiple_cores_per_para
    alindima committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    838a846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad98f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    606d7c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. small nits and typos

    Signed-off-by: alindima <alin@parity.io>
    alindima committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c793b89 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into sandreim/backing_mu…

    …ltiple_cores_per_para
    alindima committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8398bb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge remote-tracking branch 'origin/master' into sandreim/backing_mu…

    …ltiple_cores_per_para
    alindima committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9f70276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3dd5c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. use Arc to avoid cloning

    alindima committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    af1cd82 View commit details
    Browse the repository at this point in the history