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

*: Refactor authority discovery (key mngmt, runtime API) #3955

Merged
merged 34 commits into from
Nov 14, 2019

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    47b4f7c View commit details
    Browse the repository at this point in the history
  2. {srml,core}/authority-discovery: Verify signature outside of runtime

    Given that the `core/authority-discovery` uses concrete authority
    identifiers and signatures, one can verify a signature with the
    authority discovery within `core`. Given the above, the `verify` runtime
    api is obsolete and thus removed.
    mxinden committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4d80316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be93d3 View commit details
    Browse the repository at this point in the history
  4. *: Sign authority discovery DHT payload with keystore instead of runtime

    Instead of calling a runtime function to sign a dht payload, which then
    invokes the keystore, pass the keystore to the authority discovery
    module and use it directly.
    mxinden committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    3551221 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b516aee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    404d9a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e922805 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38cf886 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    50e90a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. *: Fix formatting

    mxinden committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    db05799 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'master' into refactor-authority-discovery

    Among others translate between the future 1 dht event stream and the future 3
    authority discovery module.
    mxinden committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b7b49c4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … refactor-authority-discovery
    mxinden committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    1d72997 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    180f5ec View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    8aca3d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8cfff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    642ca6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5241c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744c218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    409d885 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    79de0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8f7dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6d8f6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a90903 View commit details
    Browse the repository at this point in the history
  5. Test ci.

    tomusdrw committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    a2c9df5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edff1f8 View commit details
    Browse the repository at this point in the history
  7. Revert "Change the line width to 100."

    This reverts commit edff1f8.
    tomusdrw committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    ae5108a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b71b57 View commit details
    Browse the repository at this point in the history
  9. Revert "node/runtime: Bump impl version to debug CI"

    This reverts commit 1a90903.
    mxinden committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    65756f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    0ae3bfe View commit details
    Browse the repository at this point in the history
  2. Revert "Test ci."

    This reverts commit a2c9df5.
    mxinden committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fc5156c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    4d36114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d630c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    b689a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f5018 View commit details
    Browse the repository at this point in the history