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] published a release on input-output-hk/mithril
Unstable Development Builds
## Crates Versions | Crate | Version | |---------- |-------------| | mithril-aggregator | `0.5.86` | | 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: cef78f0a7f84c5110f5349e7f825890607851c18 3b0fb87

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 31s :stopwatch: +2s 1 379 tests ±0  1 379 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  1 593 runs  ±0  1 593 :white_check_mark: ±0  0 :zzz: ±...

View on GitHub

jpraynaud closed an issue on input-output-hk/mithril
Prepare new `Pythagoras` Mithril era
## Why We want to get rid of some legacy code which can only be removed when we activate a new era: in particular the immutable file number reference in the certificate struct and the optional epoc...
jpraynaud deleted a branch input-output-hk/mithril

jpraynaud/1946-enhance-rera-marker-runbook

jpraynaud pushed 2 commits to main input-output-hk/mithril
  • docs: enhance the era markers runbook 01892ea
  • Merge pull request #2033 from input-output-hk/jpraynaud/1946-enhance-rera-marker-runbook Docs: enhance era markers r... cef78f0

View on GitHub

jpraynaud closed a pull request on input-output-hk/mithril
Docs: enhance era markers runbook
## Content This pull request includes extensive updates to the `docs/runbook/era-markers/README.md` to improve clarity and ensure proper configuration for managing Mithril activation eras on the...
jpraynaud opened a pull request on input-output-hk/mithril
Fix: monitoring configuration in infra
## Content This pull request includes updates to the monitoring configuration in the infrastructure. ### Configuration updates: * [`mithril-infra/assets/docker/docker-compose-monitoring.ya...
jpraynaud created a branch on input-output-hk/mithril

jpraynaud/1980-fix-monitoring-configuration-infra - 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.86` | | 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: 17b4319a4b2dbc5389440c6c5baa4325b061a6aa be39fa5

View on GitHub

Alenar pushed 8 commits to djo/2021/tx-chunk-importer_avoid-uneeded-rescan input-output-hk/mithril
  • fix: assign the values of the clap boolean arguments to the configuration only when they are true. 878c74a
  • chore: upgrade crate versions * mithril-aggregator from `0.5.85` to `0.5.86` 8a6fb72
  • Merge pull request #2038 from input-output-hk/ensemble/fix-clap-arguments-always-override-config Fix: `clap` argumen... 17b4319
  • refactor(common): use full chainpoint in `ChainBlockNextAction::RollBackward` This will allow to return the latest c... 878e5c0
  • feat(common): `BlockStreamer` can now return their latest polled chain point 0683fa2
  • fix(signer): avoid unnecessary rescan when importing transactions in chunk This fix the issue of importing when ther... 805f343
  • chore(aggregator): synchronise `cardano_transactions_importer` code with signer f4eefd5
  • chore: upgrade crate versions * mithril-aggregator from `0.5.86` to `0.5.87` * mithril-common from `0.4.72` to `0.4.... e0a921a

View on GitHub

dlachaume deleted a branch input-output-hk/mithril

ensemble/fix-clap-arguments-always-override-config

dlachaume pushed 3 commits to main input-output-hk/mithril
  • fix: assign the values of the clap boolean arguments to the configuration only when they are true. 878c74a
  • chore: upgrade crate versions * mithril-aggregator from `0.5.85` to `0.5.86` 8a6fb72
  • Merge pull request #2038 from input-output-hk/ensemble/fix-clap-arguments-always-override-config Fix: `clap` argumen... 17b4319

View on GitHub

dlachaume closed a pull request on input-output-hk/mithril
Fix: `clap` arguments are always overriding configuration
## Content This PR includes a fix that prevents `clap` arguments from systematically overriding the configuration with boolean arguments. ## Pre-submit checklist - Branch - [ ] Tests ar...
jpraynaud created a review comment on a pull request on input-output-hk/mithril
I compacted the code as you propose :+1:

View on GitHub

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

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 46s :stopwatch: +20s 1 379 tests ±0  1 379 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  1 593 runs  ±0  1 593 :white_check_mark: ±0  0 :zzz: ...

View on GitHub

Alenar pushed 26 commits to djo/2021/tx-chunk-importer_avoid-uneeded-rescan 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 6 more ...

View on GitHub

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

View on GitHub

jpraynaud pushed 1 commit to jpraynaud/1946-enhance-rera-marker-runbook input-output-hk/mithril
  • docs: enhance the era markers runbook 01892ea

View on GitHub

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

View on GitHub

dlachaume pushed 2 commits to ensemble/fix-clap-arguments-always-override-config input-output-hk/mithril
  • fix: assign the values of the clap boolean arguments to the configuration only when they are true. 878c74a
  • chore: upgrade crate versions * mithril-aggregator from `0.5.85` to `0.5.86` 8a6fb72

View on GitHub

Alenar 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
LGTM :+1:

View on GitHub

dlachaume opened a pull request on input-output-hk/mithril
Fix: `clap` arguments are always overriding configuration
## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Crates versions are updated (if relevant) - [ ] CHANGELOG file is upda...
Load more