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

backing: move the min votes threshold to the runtime #7577

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2023

  1. move min backing votes const to runtime

    also cache it per-session in the backing subsystem
    
    Signed-off-by: alindima <alin@parity.io>
    alindima committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5feadf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. add runtime migration

    alindima committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    eb864e0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into alindima-add-min-ba…

    …cking-votes-to-runtime
    alindima committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8c9a8d8 View commit details
    Browse the repository at this point in the history
  3. introduce api versioning for min_backing votes

    also enable it for rococo/versi for testing
    alindima committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    09c9f4e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. also add min_backing_votes runtime calls to statement-distribution

    this dependency has been recently introduced by async backing
    alindima committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fe51ef8 View commit details
    Browse the repository at this point in the history
  2. remove explicit version runtime API call

    this is not needed, as the RuntimeAPISubsystem already takes care
    of versioning and will return NotSupported if the version is not
    right.
    alindima committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c846d6d View commit details
    Browse the repository at this point in the history