Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

input-output-hk/mithril

jpraynaud pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • fix: add missing configuration file for the VM prometheus endpoint d2fe79f

View on GitHub

jpraynaud created a review on a pull request on input-output-hk/mithril
LGTM :+1: I left few comments and suggestions below. I have also pushed a commit with the missing configuration of the scraping Prometheus endpoint for the aggregator metrics in the infrastr...

View on GitHub

jpraynaud created a review on a pull request on input-output-hk/mithril
LGTM :+1: I left few comments and suggestions below. I have also pushed a commit with the missing configuration of the scraping Prometheus endpoint for the aggregator metrics in the infrastr...

View on GitHub

jpraynaud pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • feat: scrape the aggregator metrics endpoint in the VM prometheus endpoint a67d64a

View on GitHub

jpraynaud created a review on a pull request on input-output-hk/mithril
LGTM :+1: I left few comments and suggestions below. I have also pushed a commit with the missing configuration of the scraping Prometheus endpoint for the aggregator metrics in the infrastruc...

View on GitHub

jpraynaud created a review on a pull request on input-output-hk/mithril
LGTM :+1: I left few comments and suggestions below. I have also pushed a commit with the missing configuration of the scraping Prometheus endpoint for the aggregator metrics in the infrastruc...

View on GitHub

dlachaume pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • test: specify behavior of `increment_runtime_cycle` functions in `MockAggregatorRunner` during state machine tests 82c9400

View on GitHub

jpraynaud opened an issue on input-output-hk/mithril
Release `2444` distribution
## Why In order to deploy new features, improvements and bug fixes, we need to release a new distribution. ## What Create and release a new distribution `2444` > [!IMPORTANT] > - [ ] Make client ...
jpraynaud closed an issue on input-output-hk/mithril
Explore Signer Registration Solutions
## Why In order to have multiple aggregator running on a Mithril network, we want to explore the available solutions to implement the signer registration which: - must allow the liveness of the pro...
jpraynaud opened an issue on input-output-hk/mithril
Explore Signer Registration Solutions
## Why In order to have multiple aggregator running on a Mithril network, we want to explore the available solutions to implement the signer registration which: - must allow the liveness of the pro...
jpraynaud closed an issue on input-output-hk/mithril
Protocol usage metrics/statistics
## Why We want to provide consistent usage metrics and statistics for Mithril networks. In particular, the information should be accessible in the [Mithril Protocol Insights](https://lookerstudio.g...
jpraynaud opened an issue on input-output-hk/mithril
Protocol usage metrics/statistics
## Why We want to provide consistent usage metrics and statistics for Mithril networks. In particular, the information should be accessible in the [Mithril Protocol Insights](https://lookerstudio.g...
jpraynaud opened an issue on input-output-hk/mithril
Docker nightly builds in GitHub Actions
## Why We want to detect when the Docker image builds are failing. They are not currently tested in the CI because they are too long to run on each PR. ## What Implement scheduled CI runs for Doc...
jpraynaud opened an issue on input-output-hk/mithril
Remove pending certificate from explorer
## Why Following release of distribution `2441` in https://github.com/input-output-hk/mithril/issues/1943, the pending certificate will be deprecated on all networks and should be removed from the ...
jpraynaud opened an issue on input-output-hk/mithril
Make Cardano stake distribution stable in client
## Why We want to release the Cardano stake distribution client in a stable version (it is currently only available as an unstable feature) ## What Make the Cardano stake distribution client stabl...
jpraynaud opened an issue on input-output-hk/mithril
Record aggregator metrics in event store
## Why We need to store usage metrics in the event store of the aggregator in order to produce statistics reports. We want this feature to have a low impact on the performances of the aggregator. ...
github-actions[bot] created a tag on input-output-hk/mithril

unstable - Stake-based threshold multi-signatures protocol

github-actions[bot] published a release on input-output-hk/mithril
Unstable Development Builds
## Crates Versions | Crate | Version | |---------- |-------------| | mithril-aggregator | `0.5.84` | | mithril-client | `0.9.3` | | mithril-client-cli | `0.9.17` | | mithril-client-wasm | `0.5...
github-actions[bot] deleted a tag input-output-hk/mithril

unstable

dlachaume pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • chore: reference the feature in the CHANGELOG dd9ffc7

View on GitHub

github-actions[bot] created a comment on a pull request on input-output-hk/mithril
## Test Results     4 files  ±0     55 suites  ±0   10m 18s :stopwatch: -11s 1 378 tests +8  1 368 :white_check_mark:  - 2  0 :zzz: ±0  10 :x: +10  1 592 runs  +8  1 582 :white_check_mark:  - 2  0 ...

View on GitHub

dlachaume opened a draft pull request on input-output-hk/mithril
Activate metrics endpoint on aggregator
## Content This PR includes: - Optional activation of a metrics (Prometheus) endpoint on the aggregator node - Computation of the following metrics: - `certificate_detail_total_served_since...
dlachaume pushed 18 commits to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • chore(ci): upgrade x86 mac runner from `macos-12` to `macos-14-large` Note: the `large` images are x86 based, the no... ee11cb1
  • fix(ci): use correct name for github token when building openapi ui Refs: #2017 d797d46
  • Merge pull request #2019 from input-output-hk/djo/2016-2017/ci/upgrade_mac_runner+fix_incorrect_param Upgrade mac ru... 222ea17
  • chore(ci): upgrade docker actions - docker/build-push-action from v5 to v6 706c910
  • chore(ci): upgrade `peaceiris/actions-gh-pages` from v3 to v4 94f3fd7
  • chore(ci): upgrade `dawidd6/action-download-artifact` from v3 to v6 2282539
  • Merge pull request #2020 from input-output-hk/djo/2018/ci/upgrade_actions_to_latest Upgrade actions to latest aea9363
  • Implementation of MetricService for the aggregator c048635
  • Add MetricsService to the dependency_builder and start MetricsServer d3937f0
  • test: rename metrics unit test Co-authored-by: Sébastien Fauvel <[email protected]> f052c80
  • feat: update metrics help text 494f563
  • feat: compute metrics in HTTP server routes 0f276c7
  • feat: compute metrics when certificates and artifacts are produced 6581dbd
  • feat: compute runtime cycle metrics 1bb56f4
  • feat: add metrics clap arguments and `enable_metrics_server` in the configuration 35b7e52
  • fix: send signal to shut down metrics server when another task in the JoinSet completes 8d596fd
  • docs: update aggregator node documentation with metrics server feature parameters 9ddf178
  • feat: deploy metrics endpoints for aggregator node in infra 55e7fdd

View on GitHub

Alenar opened an issue on input-output-hk/mithril
Fix Cardano transaction chunk importer
## Why 1. When the importer of Cardano transactions is chunk, the start block is based on what was previously stored in database. 2. If the whole chunk of blocks have no transactions, something fr...
github-actions[bot] pushed 1 commit to gh-pages input-output-hk/mithril
  • deploy: aea9363f14e779adc2a393433b9a4270470b6594 809281e

View on GitHub

Alenar deleted a branch input-output-hk/mithril

djo/2018/ci/upgrade_actions_to_latest

Alenar pushed 4 commits to main input-output-hk/mithril
  • chore(ci): upgrade docker actions - docker/build-push-action from v5 to v6 706c910
  • chore(ci): upgrade `peaceiris/actions-gh-pages` from v3 to v4 94f3fd7
  • chore(ci): upgrade `dawidd6/action-download-artifact` from v3 to v6 2282539
  • Merge pull request #2020 from input-output-hk/djo/2018/ci/upgrade_actions_to_latest Upgrade actions to latest aea9363

View on GitHub

Alenar closed an issue on input-output-hk/mithril
Update workflow github actions to node 20
## Why Github actions are [switching to node20 as the new default](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/). When runni...
Alenar closed a pull request on input-output-hk/mithril
Upgrade actions to latest
## Content This PR upgrade all github actions in our workflows to their latest version available if any. ## Pre-submit checklist - Branch - [x] Commit sequence broadly makes sense - ...
github-actions[bot] published a release on input-output-hk/mithril
Unstable Development Builds
## Crates Versions | Crate | Version | |---------- |-------------| | mithril-aggregator | `0.5.84` | | mithril-client | `0.9.3` | | mithril-client-cli | `0.9.17` | | mithril-client-wasm | `0.5...
Load more