Ecosyste.ms: Timeline

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

input-output-hk/mithril

Alenar deleted a branch input-output-hk/mithril

djo/rust_1.82

Alenar pushed 3 commits to main input-output-hk/mithril
  • chore: apply rust `1.82` new clippy lints 4e4bb17
  • chore: upgrade crate versions * mithril-end-to-end from `0.4.40` to `0.4.41` d7e0a06
  • Merge pull request #2015 from input-output-hk/djo/rust_1.82 Fix clippy warnings from Rust 1.82 495f150

View on GitHub

Alenar closed a pull request on input-output-hk/mithril
Fix clippy warnings from Rust 1.82
## Content This PR fixes clippy warning added in [rust 1.82](https://releases.rs/docs/1.82.0/) _(released on: 17 October, 2024)_. ## Pre-submit checklist - Branch - [x] Crates versions ...
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: +4s 1 370 tests ±0  1 370 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  1 584 runs  ±0  1 584 :white_check_mark: ±0  0 :zzz: ±...

View on GitHub

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

View on GitHub

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

View on GitHub

Alenar opened a pull request on input-output-hk/mithril
Fix clippy warnings from Rust 1.82
## Content This PR fixes clippy warning added in [rust 1.82](https://releases.rs/docs/1.82.0/) _(released on: 17 October, 2024)_. ## Pre-submit checklist - Branch - [x] Crates versions ...
Alenar created a branch on input-output-hk/mithril

djo/rust_1.82 - Stake-based threshold multi-signatures protocol

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

View on GitHub

jpraynaud edited a wiki page on input-output-hk/mithril
dlachaume pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • refactor: create a test utility for validating metrics in integration tests 4651113

View on GitHub

jpraynaud created a review on a pull request on input-output-hk/mithril
LGTM :+1:

View on GitHub

dlachaume pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • [WIP] feat: compute metrics when certificates and artifacts are produced 3ce835b

View on GitHub

dlachaume pushed 1 commit to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • [WIP] feat: compute metrics when certificates and artifacts are produced bc6ca45

View on GitHub

dlachaume pushed 24 commits to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • refactor(client-cli): use a flattened clap structure for shared arguments Only apply to `--json` but allow to easily... 683ea8f
  • feat(client-cli): add a 'source' system for ConfigParameters Similar but simpler than the one used by config, this w... 3f42a7e
  • refactor(client-cli): supersed most config usage in commands Using crate defined `ConfigParameters`. 9006dfb
  • feat(client-cli): pass a context struct to all commands Instead of passing only config parameters, this design allow... 23c3fd5
  • refactor(client-cli): move unstable flag to context Allowing subcommands to check it if needed. f1d95eb
  • chore: upgrade crate versions * mithril-client-cli from `0.9.15` to `0.9.16` 13e97a9
  • Merge pull request #2012 from input-output-hk/djo/refactor_client_cli_command_params Refactor client cli command par... 7f3f4e5
  • refactor(client): rework & standardize logs * Move away from main log message to a property huge structure * Reduce ... 2d91a37
  • refactor(client): add a child logger to all components that use logs * Tagged with the component name. f45cff3
  • chore(client): remove unused `slog-scope` dependency 99d4d7a
  • style(client): simplify `mockall::automock` imports Use full path instead of needing a use gated by an `cfg(test)` t... 5ddb50f
  • style(client-cli): set application name in log to `mithril-client` Instead of the default `slog-rs`. 702507e
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... 1fc70e9
  • refactor(client-cli): use local logger instead of `slog_scope` 4ec95fa
  • refactor(client-cli): remove `slog_scope` 808ae15
  • chore: upgrade crate versions * mithril-client-cli from `0.9.16` to `0.9.17` * mithril-client from `0.9.2` to `0.9.3` 99bf8c3
  • Merge pull request #2013 from input-output-hk/djo/1981/enhance_logs_in_client Enhance logs in client and client-cli a3bbf33
  • Implementation of MetricService for the aggregator bc6954f
  • Add MetricsService to the dependency_builder and start MetricsServer 2c80bc3
  • test: rename metrics unit test Co-authored-by: Sébastien Fauvel <[email protected]> 23f4cf9
  • and 4 more ...

View on GitHub

Alenar pushed 2 commits to djo/1981/enhance_logs_in_relay input-output-hk/mithril
  • refactor(relay): move huge context data away from logs main msg And instead add them to a property. This allow to ke... e9be1eb
  • style(relay): remove prefixes used in logs & apply standard rules * Capitalize first letter of functionnal logs 881e3f2

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 27s :stopwatch: +2s 1 370 tests ±0  1 370 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  1 584 runs  ±0  1 584 :white_check_mark: ±0  0 :zzz: ±...

View on GitHub

Alenar opened a pull request on input-output-hk/mithril
Enhance logs in mithril-relay
## Content This PR refactor the log usage in `mithril-relay`: - A dedicated child logger is used for each service - Each child logger is tagged with its service name in order to identify quick...
Alenar created a branch on input-output-hk/mithril

djo/1981/enhance_logs_in_relay - Stake-based threshold multi-signatures protocol

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

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

View on GitHub

Alenar deleted a branch input-output-hk/mithril

djo/1981/enhance_logs_in_client

Alenar pushed 10 commits to main input-output-hk/mithril
  • refactor(client): rework & standardize logs * Move away from main log message to a property huge structure * Reduce ... 2d91a37
  • refactor(client): add a child logger to all components that use logs * Tagged with the component name. f45cff3
  • chore(client): remove unused `slog-scope` dependency 99d4d7a
  • style(client): simplify `mockall::automock` imports Use full path instead of needing a use gated by an `cfg(test)` t... 5ddb50f
  • style(client-cli): set application name in log to `mithril-client` Instead of the default `slog-rs`. 702507e
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... 1fc70e9
  • refactor(client-cli): use local logger instead of `slog_scope` 4ec95fa
  • refactor(client-cli): remove `slog_scope` 808ae15
  • chore: upgrade crate versions * mithril-client-cli from `0.9.16` to `0.9.17` * mithril-client from `0.9.2` to `0.9.3` 99bf8c3
  • Merge pull request #2013 from input-output-hk/djo/1981/enhance_logs_in_client Enhance logs in client and client-cli a3bbf33

View on GitHub

Alenar closed a pull request on input-output-hk/mithril
Enhance logs in client and client-cli
## Content This PR refactor the log usage in `mithril-client` and `mithril-client-cli`: - A dedicated child logger is used for each service (only `mithril-client`) - Each child logger is tagge...
github-actions[bot] deleted a tag input-output-hk/mithril

unstable

Alenar pushed 1 commit to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • chore: upgrade crate versions * mithril-client-cli from `0.9.16` to `0.9.17` * mithril-client from `0.9.2` to `0.9.3` 99bf8c3

View on GitHub

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

View on GitHub

Alenar pushed 9 commits to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • Merge pull request #2012 from input-output-hk/djo/refactor_client_cli_command_params Refactor client cli command par... 7f3f4e5
  • refactor(client): rework & standardize logs * Move away from main log message to a property huge structure * Reduce ... 2d91a37
  • refactor(client): add a child logger to all components that use logs * Tagged with the component name. f45cff3
  • chore(client): remove unused `slog-scope` dependency 99d4d7a
  • style(client): simplify `mockall::automock` imports Use full path instead of needing a use gated by an `cfg(test)` t... 5ddb50f
  • style(client-cli): set application name in log to `mithril-client` Instead of the default `slog-rs`. 702507e
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... 1fc70e9
  • refactor(client-cli): use local logger instead of `slog_scope` 4ec95fa
  • refactor(client-cli): remove `slog_scope` 808ae15

View on GitHub

Load more