Skip to content
  1. Aug 14, 2020
    • ordian's avatar
      Merge branch 'master' into ao-prometheus-metrics · 85b1ba56
      ordian authored
      * master:
        Make parachain validation wasm executor functional (#1574)
        Use async test helper to simplify node testing (#1578)
        guide: validation data refactoring (#1576)
        Remove v0 parachains runtime (#1501)
        [CI] Add github token to generate-release-text (#1581)
        Allow using any polkadot client instead of enum Client (#1575)
        service/src/lib: Update authority discovery construction (#1563)
        Update .editorconfig to what we have in practice (#1545)
        Companion PR for substrate #6672 (#1560)
        pre-redenomination tockenSymbol change (#1561)
      85b1ba56
    • ordian's avatar
      metrics: add tests for overseer · 1f78b33d
      ordian authored
      1f78b33d
    • ordian's avatar
      use _total suffix for requests metrics · f0465111
      ordian authored
      
      
      Co-authored-by: default avatarMax Inden <[email protected]>
      f0465111
  2. Aug 13, 2020
  3. Aug 12, 2020
    • Max Inden's avatar
      service/src/lib: Update authority discovery construction (#1563) · f73f2a86
      Max Inden authored
      * service/src/lib: Update authority discovery construction
      
      https://github.com/paritytech/substrate/pull/6760 introduces the concept
      of an authority discovery `Service` allowing one to communicate with an
      authority discovery `Worker`, e.g. to learn the `Multiaddr`s for a given
      `AuthorityId`.
      
      Along with the new `Service` structure it also alters the authority
      discovery constructor to return both a worker and a service. This
      commit adjusts the callside of the constructor, ignoring the `Service`
      for now.
      
      * "Update Substrate"
      
      * Revert ""Update Substrate""
      
      This reverts commit 04fb79c4.
      
      * Update Substrate
      
      Co-authored-by: parity-processbot <>
      f73f2a86
    • Sergey Pepyakin's avatar
      Update .editorconfig to what we have in practice (#1545) · c78c2b46
      Sergey Pepyakin authored
      While editing the impl guide markdowns I tried to be inline with what seemingly more
      common way to indent them: spaces. However, despite that I changed it kept reseting.
      Turned out the culprit is the .editorconfig file.
      
      This commit addresses this issue. I didn't try to deduplicate the rules since
      I found that the formal specification is a bit ambigious and it is not a big
      deal anyway.
      c78c2b46
    • ordian's avatar
      f660101f
    • ordian's avatar
      metrics: oops · 4dc91a46
      ordian authored
      4dc91a46
    • ordian's avatar
      metrics: address review comments · 94ece8be
      ordian authored
      94ece8be
    • mattrutherford's avatar
      Companion PR for substrate #6672 (#1560) · 48678513
      mattrutherford authored
      
      
      * update Cargo.lock
      
      * "Update Substrate"
      
      Co-authored-by: default avatarMatt Rutherford <[email protected]>
      Co-authored-by: parity-processbot <>
      48678513
    • Federico Gimenez's avatar
      305355d5
    • ordian's avatar
      utils: add a comment for job metrics · 3cb35dba
      ordian authored
      3cb35dba
    • ordian's avatar
      Merge branch 'master' into ao-prometheus-metrics · fecef875
      ordian authored
      * master:
        Network bridge refactoring impl (#1537)
        Augment Implementer's Guide XCMP docs (#1569)
        Support `build-spec` for other chains than Polkadot (#1567)
      fecef875
    • asynchronous rob's avatar
      Network bridge refactoring impl (#1537) · 1e9c0540
      asynchronous rob authored
      * update networking types
      
      * port over overseer-protocol message types
      
      * Add the collation protocol to network bridge
      
      * message sending
      
      * stub for ConnectToValidators
      
      * add some helper traits and methods to protocol types
      
      * add collator protocol message
      
      * leaves-updating
      
      * peer connection and disconnection
      
      * add utilities for dispatching multiple events
      
      * implement message handling
      
      * add an observedrole enum with equality and no sentry nodes
      
      * derive partial-eq on network bridge event
      
      * add PartialEq impls for network message types
      
      * add Into implementation for observedrole
      
      * port over existing network bridge tests
      
      * add some more tests
      
      * port bitfield distribution
      
      * port over bitfield distribution tests
      
      * add codec indices
      
      * port PoV distribution
      
      * port over PoV distribution tests
      
      * port over statement distribution
      
      * port over statement distribution tests
      
      * update overseer and service-new
      
      * address review comments
      
      * port availability distribution
      
      * port over availability distribution tests
      1e9c0540
    • Dan Forbes's avatar
      Augment Implementer's Guide XCMP docs (#1569) · fb831768
      Dan Forbes authored
      
      
      * Augment Implementer's Guide XCMP docs
      
      * Remove the note about the third category
      
      * Make Cross-Chain Message Passing a h3
      
      Co-authored-by: default avatarSergei Shulepov <[email protected]>
      fb831768
  4. Aug 11, 2020
  5. Aug 10, 2020
  6. Aug 09, 2020