Skip to content
  1. Aug 20, 2020
  2. Aug 19, 2020
  3. Aug 18, 2020
    • Bastian Köcher's avatar
      Import `IterableStorage*` traits by `decl_storage!` (#6907) · 3f49041b
      Bastian Köcher authored
      Import `IterableStorageMap` and `IterableStorageDoubleMap` automatically
      by `decl_storage!` as the other storage traits.
      3f49041b
    • Roman Borschel's avatar
      Add support for sourced metrics. (#6895) · f8c83bd5
      Roman Borschel authored
      
      
      * Add support for sourced metrics.
      
      A sourced metric is a metric that obtains its values
      from an existing source, rather than the values being
      independently recorded. It thus allows collecting
      metrics from existing counters or gauges without
      having to duplicate them in a dedicated prometheus
      counter or gauge (and hence another atomic value).
      
      The first use-case is to feed the bandwidth counters
      from libp2p directly into prometheus.
      
      * Tabs, not spaces.
      
      * Tweak bandwidth counter registration.
      
      * Add debug assertion for variable labels and values.
      
      * Document monotonicity requirement for sourced counters.
      
      * CI
      
      * Update client/network/src/service.rs
      
      Co-authored-by: default avatarMax Inden <[email protected]>
      
      Co-authored-by: default avatarMax Inden <[email protected]>
      f8c83bd5
    • kaichao's avatar
      Add node id in events. · 1a81a513
      kaichao authored
      1a81a513
    • kaichao's avatar
      rename to allow list · 46cd9010
      kaichao authored
      46cd9010
  4. Aug 17, 2020
  5. Aug 16, 2020
  6. Aug 15, 2020
  7. Aug 14, 2020
  8. Aug 13, 2020