Skip to content
  1. Apr 14, 2020
    • Max Inden's avatar
      .maintain/sentry-node: Add monitoring to docker-compose stack (#5321) · 61d64e2c
      Max Inden authored
      * Substrate Dashboard example
      
      * Improve README
      
      * Update README_dashboard.md
      
      * Add screenshots
      
      * Minor fix
      
      * Minor fix, image link
      
      * .maintain/sentry-node: Add monitoring to docker-compose stack
      
      With this patch a user can run the following fully configured and
      monitored setup with a single command:
      
      `docker-compose -f .maintain/sentry-node/docker-compose.yml up`
      
      - 2 validators in two different network namespaces, connected via one
      sentry node.
      
      - Polkadot-js/apps to connect to one of the nodes above.
      
      - Prometheus scraping the 3 Substrate nodes.
      
      - Grafana displaying data from Prometheus with community dashboards
      
      * .maintain/monitoring/grafana: Change default datasource name
      
      * .maintain/monitoring/grafana: Add metric namespace option
      
      * .maintain/monitoring/grafana: Remove `host` metric from most metrics
      
      * .maintain/monitoring/grafana: Remove underscore from metric_namespace
      
      * .maintain/monitoring: Use `instance` label instead of `hostname`
      
      To identify a scrape target, one should use `instance` and not
      `hostname` as multiple targets might run on the same node.
      
      See https://prometheus.io/docs/concepts/jobs_instances/
      
       for details.
      
      * .maintain/monitoring: Introduce instance variable
      
      * .maintain/monitoring/grafana: Rename substrate_block_height_number
      
      * .maitain/monitoring/grafana: Use instance instead of host in legend
      
      * .maintain/monitoring: Remove node exporter dependency
      
      * .maintain/sentry-node/prometheus: Simplify configuration
      
      * .maintain/monitoring/grafana: Update README and remove images
      
      * .maintain/sentry-node: Improve docs
      
      * .maintain/monitoring/grafana: Use metric_namespace template variable
      
      * Use --sentry from v0.7.29 instead of a reserved-node
      
      * .maintain/sentry-node: Revert sentry-a using validator-b as bootnode
      
      Co-authored-by: default avatarDerFredy - @derfredy:matrix.org <[email protected]>
      Co-authored-by: default avatardavid <[email protected]>
      61d64e2c
    • Alexander Theißen's avatar
      Add tests for weight refund (#5624) · af756331
      Alexander Theißen authored
      
      
      * Add tests for weight refund
      
      * Update frame/system/src/lib.rs
      
      Co-Authored-By: default avatarKian Paimani <[email protected]>
      
      * Fixed formatting
      
      * Format fixes
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      af756331
    • thiolliere's avatar
      Phragmen solution should submit for current era and be checked… (#5583) · 57659b8c
      thiolliere authored
      * submit solution for current era
      
      * add test
      
      * address comment
      
      * fix tests
      57659b8c
    • Pierre Krieger's avatar
      Give names to channels (#5626) · 1e1b0e27
      Pierre Krieger authored
      * Give names to channels
      
      * Fix
      
      * A couple more changes
      
      * More minor tweaks
      
      * Fix test
      1e1b0e27
    • Arkadiy Paronyan's avatar
      Bump trie-db (#5627) · 5afa7425
      Arkadiy Paronyan authored
      * Bump trie-db
      
      * Bumped version in Cargo.toml
      5afa7425
    • Xiliang Chen's avatar
      Introduce `Fixed128` from ORML to `sp_arithmetic` (#5614) · d1261d34
      Xiliang Chen authored
      
      
      * add fixed128
      
      * fix build
      
      * re-export
      
      * fix test
      
      * saturating_pow
      
      * Update primitives/arithmetic/src/fixed128.rs
      
      Co-Authored-By: default avatarShawn Tabrizi <[email protected]>
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      d1261d34
  2. Apr 13, 2020
  3. Apr 12, 2020
  4. Apr 11, 2020
  5. Apr 09, 2020
  6. Apr 08, 2020
  7. Apr 07, 2020