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

Introduce OriginPrivilegeCmp #4166

Merged
merged 4 commits into from
Oct 29, 2021
Merged

Introduce OriginPrivilegeCmp #4166

merged 4 commits into from
Oct 29, 2021

Commits on Oct 28, 2021

  1. Introduce OriginPrivilegeCmp

    Make use of the new `OriginPrivilegeCmp` feature of pallet scheduler.
    The idea is to make sure that a council origin with more yes votes has
    higher privileges than a council origin with less yes votes. This solves
    a problem that happened recently on Kusama where the council tried to
    cancel a scheduled task, but that required that the same council origin
    was used while the cancel motion had more yes votes than the origin
    motion that scheduled this task. With this origin privilege compare it
    should now be solved by checking the yes votes directly.
    bkchr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    11b4695 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Feedback

    bkchr committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    dd2d603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c0389 View commit details
    Browse the repository at this point in the history
  3. update lockfile for substrate

    parity-processbot committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    49d7964 View commit details
    Browse the repository at this point in the history