Ecosyste.ms: Timeline

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

input-output-hk/mithril

sfauvel created a review comment on a pull request on input-output-hk/mithril
I don't understand why we compare previous_hash from 4th with hash from 2nd (idem with 7th and 5th). If it's an error in test, there is probably because all hashes are equals and it's a problem t...

View on GitHub

sfauvel created a review on a pull request on input-output-hk/mithril
LGTM Something strange in tests.

View on GitHub

sfauvel created a review on a pull request on input-output-hk/mithril
LGTM Something strange in tests.

View on GitHub

dlachaume created a branch on input-output-hk/mithril

ensemble/fix-clap-arguments-always-override-config - Stake-based threshold multi-signatures protocol

jpraynaud opened an issue on input-output-hk/mithril
Refactor `ChainPoint` conversion from pallas `Point`
## Why The conversion from pallas `Point` representation to `ChainPoint` is problematic as it introduces a `BlockNumber` with value `0`. This means that the conversionis not safe and should be done...
sfauvel created a review on a pull request on input-output-hk/mithril

View on GitHub

sfauvel created a review on a pull request on input-output-hk/mithril

View on GitHub

dlachaume created a review comment on a pull request on input-output-hk/mithril
It didn’t seem clear to me, do you think this is better? ```suggestion // The previous certificate that is not the first certificate of an epoch // is the...

View on GitHub

dlachaume created a review on a pull request on input-output-hk/mithril

View on GitHub

dlachaume created a review comment on a pull request on input-output-hk/mithril
```suggestion #### If there are two supported eras ```

View on GitHub

dlachaume created a review on a pull request on input-output-hk/mithril

View on GitHub

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

unstable - Stake-based threshold multi-signatures protocol

github-actions[bot] deleted a tag input-output-hk/mithril

unstable

github-actions[bot] pushed 1 commit to gh-pages input-output-hk/mithril
  • deploy: ef8c283f3106cde8cd4806f59d755c1a9ba3c5c9 856517d

View on GitHub

dlachaume deleted a branch input-output-hk/mithril

ensemble/1980/expose_prometheus_metrics_for_aggregator

dlachaume pushed 22 commits to main input-output-hk/mithril
  • Implementation of MetricService for the aggregator 6aa699d
  • Add MetricsService to the dependency_builder and start MetricsServer 9c70c72
  • test: rename metrics unit test Co-authored-by: Sébastien Fauvel <[email protected]> 3ee52b7
  • feat: update metrics help text 20ed3a1
  • feat: compute metrics in HTTP server routes 2b5b4be
  • feat: compute metrics when certificates and artifacts are produced 627bc47
  • feat: compute runtime cycle metrics 35f12e6
  • feat: add metrics clap arguments and `enable_metrics_server` in the configuration 0963008
  • fix: send signal to shut down metrics server when another task in the JoinSet completes 3f47cc4
  • docs: update aggregator node documentation with metrics server feature parameters 63f49fb
  • feat: deploy metrics endpoints for aggregator node in infra 88eb71e
  • test: specify behavior of `increment_runtime_cycle` functions in `MockAggregatorRunner` during state machine tests d627d39
  • feat: scrape the aggregator metrics endpoint in the VM prometheus endpoint 9dce660
  • fix: computation of aggegator metrics endpoints in the VM prometheus endpoint 18efa2d
  • fix: add missing configuration file for the VM prometheus endpoint 7baea0f
  • refactor: enhance calls to the metrics service in the aggregator runner, fix typos and renaming c7525be
  • fix: add component name as 'src' for MetricService logger Co-authored-by: Sébastien Fauvel <[email protected]... 89a21b6
  • feat: add a counter for recording the number of transactions requested for proof - Implement `increment_by` function... c7a032f
  • fix: allow use of clap parameters that where missing a05781c
  • chore: upgrade crate versions * mithril-metric from `0.1.0` to `0.1.1` * mithril-aggregator from `0.5.84` to `0.5.85` 77321b3
  • and 2 more ...

View on GitHub

dlachaume closed an issue on input-output-hk/mithril
Expose Prometheus metrics for aggregator
## Why We want to have Mithril aggregator expose simple metrics via a Prometheus endpoint to facilitate the monitoring by their operators. ## What When configured to do so, the Mithril aggregator ...
dlachaume pushed 10 commits 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 d627d39
  • feat: scrape the aggregator metrics endpoint in the VM prometheus endpoint 9dce660
  • fix: computation of aggegator metrics endpoints in the VM prometheus endpoint 18efa2d
  • fix: add missing configuration file for the VM prometheus endpoint 7baea0f
  • refactor: enhance calls to the metrics service in the aggregator runner, fix typos and renaming c7525be
  • fix: add component name as 'src' for MetricService logger Co-authored-by: Sébastien Fauvel <[email protected]... 89a21b6
  • feat: add a counter for recording the number of transactions requested for proof - Implement `increment_by` function... c7a032f
  • fix: allow use of clap parameters that where missing a05781c
  • chore: upgrade crate versions * mithril-metric from `0.1.0` to `0.1.1` * mithril-aggregator from `0.5.84` to `0.5.85` 77321b3
  • chore: reference the feature in the CHANGELOG 7352335

View on GitHub

Alenar created a review on a pull request on input-output-hk/mithril

View on GitHub

Alenar created a review comment on a pull request on input-output-hk/mithril
Maybe we could use a more compact code since those variables are not used afterward, I don't think that we loose any readability since the index is still provided (maybe giving the index as the fir...

View on GitHub

dlachaume created a review comment on a pull request on input-output-hk/mithril
Done ✅

View on GitHub

dlachaume created a review on a pull request on input-output-hk/mithril

View on GitHub

dlachaume pushed 3 commits to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • feat: add a counter for recording the number of transactions requested for proof - Implement `increment_by` function... 1e925e9
  • fix: allow use of clap parameters that where missing 78572e4
  • chore: upgrade crate versions * mithril-metric from `0.1.0` to `0.1.1` * mithril-aggregator from `0.5.84` to `0.5.85` e35d60a

View on GitHub

jpraynaud closed an issue on input-output-hk/mithril
`release-preprod` aggregator is unavailable
## Why The `release-preprod` aggregator stopped being accessible on **Oct 22, 2024, 3:13 AM GMT+2** as detailed in https://mithril.cronitorstatus.com/history/af2dc9a0fd05bee3. ### Investigation Af...
jpraynaud opened an issue on input-output-hk/mithril
`release-preprod` aggregator is unavailable
## Why The `release-preprod` aggregator stopped being accessible on **Oct 22, 2024, 3:13 AM GMT+2** as detailed in https://mithril.cronitorstatus.com/history/af2dc9a0fd05bee3. ### Investigation Af...
github-actions[bot] created a comment on a pull request on input-output-hk/mithril
## Test Results     4 files  ± 0     55 suites  ±0   10m 29s :stopwatch: +8s 1 384 tests +14  1 384 :white_check_mark: +14  0 :zzz: ±0  0 :x: ±0  1 598 runs  +14  1 598 :white_check_mark: +14  0 :z...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on input-output-hk/mithril
unresolved link to `latest_polled_chain_point` [Show more details](https://github.com/input-output-hk/mithril/security/code-scanning/1508)

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on input-output-hk/mithril
unresolved link to `latest_polled_chain_point` [Show more details](https://github.com/input-output-hk/mithril/security/code-scanning/1507)

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on input-output-hk/mithril
unresolved link to `latest_polled_chain_point` [Show more details](https://github.com/input-output-hk/mithril/security/code-scanning/1506)

View on GitHub

Load more