Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add simple collator election mechanism #2960

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2023

  1. Introduce bags-list pallet to collator selection

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b477394 View commit details
    Browse the repository at this point in the history
  2. Add increase/decrease bond and benches

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a218cda View commit details
    Browse the repository at this point in the history
  3. UT and some bench fixes

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bd4064f View commit details
    Browse the repository at this point in the history
  4. Work on session UTs

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    54d8e58 View commit details
    Browse the repository at this point in the history
  5. Benchmarks and some refactoring

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    637112b View commit details
    Browse the repository at this point in the history
  6. Add extrinsic for buying slot

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6fc4026 View commit details
    Browse the repository at this point in the history
  7. Add UT for buy_slot

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9955611 View commit details
    Browse the repository at this point in the history
  8. Fix register candidate UT

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    54dd1c5 View commit details
    Browse the repository at this point in the history
  9. Rename buy_slot to take_candidate_slot

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5d928f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Renames and minor refactoring

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ca21855 View commit details
    Browse the repository at this point in the history
  2. Refund weight for bid extrinsics

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5f89bc3 View commit details
    Browse the repository at this point in the history
  3. Collapse take_candidate_slot events

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3e5494a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Move Candidates to StorageMap

    Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
    georgepisaltu committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7526910 View commit details
    Browse the repository at this point in the history