Ecosyste.ms: Timeline

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

input-output-hk/mithril

github-actions[bot] pushed 1 commit to gh-pages input-output-hk/mithril
  • deploy: 7f3f4e5bac0105823d079fc5e9d8b6f778b19eb6 57fcee5

View on GitHub

Alenar deleted a branch input-output-hk/mithril

djo/refactor_client_cli_command_params

Alenar pushed 7 commits to main 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

View on GitHub

Alenar closed a pull request on input-output-hk/mithril
Refactor client cli command parameters
## Content This PR change how parameters are passed to client-cli commands: Instead of providing a `ConfigBuilder` from the config crate a `CommandContext` new struct is passed so we can provide...
Alenar pushed 5 commits to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • style(client): simplify `mockall::automock` imports Use full path instead of needing a use gated by an `cfg(test)` t... da57fd7
  • style(client-cli): set application name in log to `mithril-client` Instead of the default `slog-rs`. b9deefe
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... 5b1bc10
  • refactor(client-cli): use local logger instead of `slog_scope` a11741b
  • refactor(client-cli): remove `slog_scope` d5119f4

View on GitHub

github-actions[bot] created a comment on a pull request on input-output-hk/mithril
## Test Results     4 files  +    1     55 suites  +34   10m 24s :stopwatch: + 10m 9s 1 370 tests +1 298  1 370 :white_check_mark: +1 298  0 :zzz: ±0  0 :x: ±0  1 584 runs  +1 370  1 584 :white_che...

View on GitHub

dlachaume pushed 22 commits to ensemble/1980/expose_prometheus_metrics_for_aggregator input-output-hk/mithril
  • feat: implement a certificate chain builder for tests facae4f
  • refactor: use CertificateChainBuilder in crypto helper tests setup 0d19ddd
  • feat: add support for certificate chain alteration in CertificateChainBuilder c6b5bda
  • refactor: simplify chain alteration processor in CertificateChainBuilder 3819759
  • refactor: enhance CertificateChainBuilder implementation d255561
  • feat: add support for number of signers per epoch processor in CertificateChainBuilder a944266
  • feat: enhance tests for CertificateChainBuilder 91ce6a5
  • refactor: make CertificateChainBuilderContext compute seed protocol message 391ac54
  • feat: CertificateChainBuilderContext checks if current certificate is last in chain e013fcd
  • fix: avoid unneeded computation of fixtures in CertificateChainBuilder fb13267
  • refactor: epochs sequence computation in CertificateChainBuilder f6ed39b
  • refactor: make epochs and certificate index sequences easier to understand By splitting the epochs sequence in: - (e... 9b63c01
  • refactor: clarify computation of the number of epochs in sequence bcd03dd
  • refactor: change visibility of processor function types And add a factory for the 'CertificateChainBuilderContext'. 22c9b78
  • refactor: simplify computation of chained certificate chain c223548
  • chore: bump crates versions - 'mithril-common' from '0.4.71' to '0.4.72'. 335ee13
  • Merge pull request #1999 from input-output-hk/jpraynaud/refactor-certificate-chain-test-setup Feat: implement certif... 3908e8a
  • Implementation of MetricService for the aggregator d4e1bbd
  • Add MetricsService to the dependency_builder and start MetricsServer 4b637d0
  • test: rename metrics unit test Co-authored-by: Sébastien Fauvel <[email protected]> 43f9af2
  • and 2 more ...

View on GitHub

Alenar opened 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...
Alenar pushed 5 commits to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • chore(client): remove unused `slog-scope` dependency 3b98a99
  • style(client-cli): set application name in log to `mithril-client` Instead of the default `slog-rs`. 7d2c6d7
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... 92f7a20
  • refactor(client-cli): use local logger instead of `slog_scope` 1226d75
  • refactor(client-cli): remove `slog_scope` 99ee776

View on GitHub

Alenar pushed 30 commits to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • feat: implement a certificate chain builder for tests facae4f
  • refactor: use CertificateChainBuilder in crypto helper tests setup 0d19ddd
  • feat: add support for certificate chain alteration in CertificateChainBuilder c6b5bda
  • refactor: simplify chain alteration processor in CertificateChainBuilder 3819759
  • refactor: enhance CertificateChainBuilder implementation d255561
  • feat: add support for number of signers per epoch processor in CertificateChainBuilder a944266
  • feat: enhance tests for CertificateChainBuilder 91ce6a5
  • refactor: make CertificateChainBuilderContext compute seed protocol message 391ac54
  • feat: CertificateChainBuilderContext checks if current certificate is last in chain e013fcd
  • fix: avoid unneeded computation of fixtures in CertificateChainBuilder fb13267
  • refactor: epochs sequence computation in CertificateChainBuilder f6ed39b
  • refactor: make epochs and certificate index sequences easier to understand By splitting the epochs sequence in: - (e... 9b63c01
  • refactor: clarify computation of the number of epochs in sequence bcd03dd
  • refactor: change visibility of processor function types And add a factory for the 'CertificateChainBuilderContext'. 22c9b78
  • refactor: simplify computation of chained certificate chain c223548
  • chore: bump crates versions - 'mithril-common' from '0.4.71' to '0.4.72'. 335ee13
  • Merge pull request #1999 from input-output-hk/jpraynaud/refactor-certificate-chain-test-setup Feat: implement certif... 3908e8a
  • 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
  • and 10 more ...

View on GitHub

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

View on GitHub

Alenar pushed 4 commits to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • chore(client): remove unused `slog-scope` dependency 4ac149a
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... e45f031
  • refactor(client-cli): use local logger instead of `slog_scope` 340eb36
  • refactor(client-cli): remove `slog_scope` 0320646

View on GitHub

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

View on GitHub

Alenar pushed 5 commits to djo/1981/enhance_logs_in_client input-output-hk/mithril
  • refactor(client): add a child logger to all components that use logs * Tagged with the component name. b8cee59
  • style(client-cli): set application name in log to `mithril-client` Instead of the default `slog-rs`. 75dd193
  • refactor(client-cli): rework & standardize logs * Move away from main log message to a property huge structure * Red... bb31641
  • refactor(client-cli): use local logger instead of `slog_scope` 4b0cc62
  • refactor(client-cli): remove `slog_scope` 68d735a

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.84` | | mithril-client | `0.9.2` | | mithril-client-cli | `0.9.15` | | 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: 3908e8aa3212c8bda3578883bc993e2fa10bfc8f 4ae923f

View on GitHub

jpraynaud pushed 17 commits to main input-output-hk/mithril
  • feat: implement a certificate chain builder for tests facae4f
  • refactor: use CertificateChainBuilder in crypto helper tests setup 0d19ddd
  • feat: add support for certificate chain alteration in CertificateChainBuilder c6b5bda
  • refactor: simplify chain alteration processor in CertificateChainBuilder 3819759
  • refactor: enhance CertificateChainBuilder implementation d255561
  • feat: add support for number of signers per epoch processor in CertificateChainBuilder a944266
  • feat: enhance tests for CertificateChainBuilder 91ce6a5
  • refactor: make CertificateChainBuilderContext compute seed protocol message 391ac54
  • feat: CertificateChainBuilderContext checks if current certificate is last in chain e013fcd
  • fix: avoid unneeded computation of fixtures in CertificateChainBuilder fb13267
  • refactor: epochs sequence computation in CertificateChainBuilder f6ed39b
  • refactor: make epochs and certificate index sequences easier to understand By splitting the epochs sequence in: - (e... 9b63c01
  • refactor: clarify computation of the number of epochs in sequence bcd03dd
  • refactor: change visibility of processor function types And add a factory for the 'CertificateChainBuilderContext'. 22c9b78
  • refactor: simplify computation of chained certificate chain c223548
  • chore: bump crates versions - 'mithril-common' from '0.4.71' to '0.4.72'. 335ee13
  • Merge pull request #1999 from input-output-hk/jpraynaud/refactor-certificate-chain-test-setup Feat: implement certif... 3908e8a

View on GitHub

jpraynaud deleted a branch input-output-hk/mithril

jpraynaud/refactor-certificate-chain-test-setup

jpraynaud closed a pull request on input-output-hk/mithril
Feat: implement certificate chain builder for tests
## Content This PR includes the implementation of a **Certificate Chain Builder for tests**: - This part of the code is now more readable and maintainable - The certificate chains allows alter...
Alenar created a branch on input-output-hk/mithril

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

github-actions[bot] created a comment on a pull request on input-output-hk/mithril
## Test Results     4 files  ±0     55 suites  ±0   9m 34s :stopwatch: +6s 1 357 tests +2  1 357 :white_check_mark: +2  0 :zzz: ±0  0 :x: ±0  1 571 runs  +8  1 571 :white_check_mark: +8  0 :zzz: ±0...

View on GitHub

Alenar pushed 3 commits to djo/refactor_client_cli_command_params input-output-hk/mithril
  • refactor(client-cli): supersed most config usage in commands Using crate defined `ConfigParameters`. 1c04f08
  • feat(client-cli): pass a context struct instead to all commands Instead of passing only config parameters, this desi... a75deea
  • refactor(client-cli): move unstable flag to context Allowing subcommands to check it if needed. a643ee7

View on GitHub

Alenar pushed 1 commit to djo/refactor_client_cli_command_params input-output-hk/mithril
  • refactor(client-cli): move unstable flag to context Allowing subcommands to check it if needed. 703e8bc

View on GitHub

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

djo/refactor_client_cli_command_params - Stake-based threshold multi-signatures protocol

jpraynaud pushed 1 commit to jpraynaud/refactor-certificate-chain-test-setup input-output-hk/mithril
  • chore: bump crates versions - 'mithril-common' from '0.4.71' to '0.4.72'. 335ee13

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
Absolutely, thanks for the proposal! I updated the implementation of the certificate chaining in https://github.com/input-output-hk/mithril/pull/1999/commits/c223548733d72af7094486246d299e7f63e3d...

View on GitHub

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

View on GitHub

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

ensemble/1980/expose_prometheus_metrics_for_aggregator - Stake-based threshold multi-signatures protocol

Load more