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

past-session validator discovery APIs #2009

Merged
43 commits merged into from
Nov 26, 2020

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    4fecb64 View commit details
    Browse the repository at this point in the history
  2. primitives: SessionInfo type

    ordian committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f3b5430 View commit details
    Browse the repository at this point in the history
  3. punt on approval keys

    ordian committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    62843e9 View commit details
    Browse the repository at this point in the history
  4. ah, revert the type alias

    ordian committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    1f720aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25dd0c9 View commit details
    Browse the repository at this point in the history
  6. update the guide

    ordian committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f1dd12a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2ef662 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2512be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6432bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d350875 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93e29b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a5ca12 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e594e5d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Merge branch 'master' into ao-session-info

    * master:
      Bump smallvec from 1.4.2 to 1.5.0 (#1971)
      Companion PR for substrate#7549 (#1967)
      Bump parking_lot from 0.11.0 to 0.11.1 (#1970)
      Connect to different validators on different leaves (#1966)
      patches (#1965)
      Bump dlmalloc from 0.1.4 to 0.2.1 (#1962)
    ordian committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    c9f4e7c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Merge branch 'master' into ao-session-info

    * master:
      base priority on client changes only (#1969)
    ordian committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d308491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b01341a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e563d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    532429e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0dd493 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca9dd13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    088efb3 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into ao-session-info

    * master:
      A simple check to reject obviously wrong validation code binaries (#1989)
      fix approval keytypes doc (#1988)
      add max_pov_size to runtime config and PersistedValidationData (#1984)
      Bump env_logger from 0.8.1 to 0.8.2 (#1981)
      Bump pin-project from 1.0.1 to 1.0.2 (#1982)
    ordian committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    4599423 View commit details
    Browse the repository at this point in the history
  9. Update primitives/src/v1.rs

    ordian committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    76ec9ab View commit details
    Browse the repository at this point in the history
  10. small fixes

    ordian committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    f8a11cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f6905a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Merge branch 'master' into ao-session-info

    * master:
      Improve collator side of the collator-protocol (#1955)
      add parity-keyring to install instructions (#1993)
      sane messaging defaults (#1994)
      cleanup validator discovery (#1992)
      Add Prometheus timers to the subsystems (#1923)
      Add tracing support to node (#1940)
    ordian committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d50073b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ao-session-info

    * master:
      overseer: send_msg should not return an error (#1995)
      Bump async-trait from 0.1.41 to 0.1.42 (#1996)
    ordian committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    612c170 View commit details
    Browse the repository at this point in the history
  3. fix off-by-one error

    ordian committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    35cb563 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    3d22556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5304563 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into ao-validator-discovery-previous-sessions

    * master:
      backing: reorder votes to match bitfield in backed candidate (#2006)
      Switch to wasm-builder 3.0.0 (#2004)
      Make sure we inform statement listeners about received statements (#1999)
      Update docker.md (#2000)
      Bump tracing from 0.1.21 to 0.1.22 (#2001)
      Bump assert_cmd from 1.0.1 to 1.0.2 (#2003)
      Bump color-eyre from 0.5.7 to 0.5.8 (#2002)
      *: Update authority discovery and remove WorkerConfig (#1953)
      companion for substrate#7546 (#1954)
    ordian committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    60aede3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Update runtime/parachains/src/session_info.rs

    Co-authored-by: Sergei Shulepov <sergei@parity.io>
    ordian and pepyakin committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    21eb2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e13e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158a5fa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ao-session-info' into ao-validator-discovery-previous-s…

    …essions
    
    * ao-session-info:
      runtime/session_info: define the keys
      runtime/session_info: add a comment about missing entries
      Update runtime/parachains/src/session_info.rs
    ordian committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    8c32d84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09c9359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d7ad3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    992ed07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    835ae2f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into ao-validator-discovery-previous-sessions

    * master:
      Some code cleanup in overseer (#2008)
      PoV Distribution optimization (#1990)
      Approval Distribution Subsystem (#1951)
      Session management for approval voting (#1973)
      Do not send messages twice in bitfield distribution (#2005)
    ordian committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    f1cc838 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    248fd37 View commit details
    Browse the repository at this point in the history
  11. fix compilation

    ordian committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1a16356 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    947a4fc View commit details
    Browse the repository at this point in the history