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 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.89` | | 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: 0cbc4821a25f3c8bca015762814a3f3b12f21623 a3ae3cb

View on GitHub

jpraynaud deleted a branch input-output-hk/mithril

jpraynaud/fix-certificate-chain-chaining

jpraynaud pushed 6 commits to main input-output-hk/mithril
  • fix: computation of the chaining of the certificates in the test chain builder Previous certificate is either: - the... cf2de5b
  • refactor: make 'builds_certificate_chain_correctly_chained' test easier to read 9082f39
  • feat: implement FakeCertificaterRetriever for CertificateRetriever trait 84ba128
  • fix: verification tests for full valid and invalid chains 3831a3b
  • chore: bump crates versions - 'mithril-common' from '0.4.73' to '0.4.74'. 199d6c5
  • Merge pull request #2032 from input-output-hk/jpraynaud/fix-certificate-chain-chaining Fix: computation of the chain... 0cbc482

View on GitHub

jpraynaud closed a pull request on input-output-hk/mithril
Fix: computation of the chaining of the certificates in tests
## Content This PR includes a fix to the chaining computation of the certificate chain in tests: The previous certificate is either: - the first certificate of the previous epoch if the cert...
github-actions[bot] published a release on input-output-hk/mithril
Unstable Development Builds
## Crates Versions | Crate | Version | |---------- |-------------| | mithril-aggregator | `0.5.89` | | 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: e431657f91b34d9eb7bd2673cb2f66a1a56e575d f8b9cfa

View on GitHub

jpraynaud pushed 51 commits to jpraynaud/fix-certificate-chain-chaining input-output-hk/mithril
  • docs: add dev blog post for certification of Cardano stake distribution 6273e01
  • docs: update dev blog post for Cardano stake distribution certification c50cc46
  • Merge pull request #1892 from input-output-hk/dlachaume/1844/cardano-stake-distribution-dev-blog-post Create dev blo... 6101238
  • 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
  • and 31 more ...

View on GitHub

dlachaume deleted a branch input-output-hk/mithril

dlachaume/remove-counter-suffixe-from-aggregator-metrics

dlachaume pushed 3 commits to main input-output-hk/mithril
  • fix: remove `_counter` suffix on aggregator metrics 2a0f5e7
  • chore: upgrade crate version * mithril-aggregator from `0.5.88` to `0.5.89` 90d15e9
  • Merge pull request #2041 from input-output-hk/dlachaume/remove-counter-suffixe-from-aggregator-metrics Fix: remove `... e431657

View on GitHub

dlachaume closed a pull request on input-output-hk/mithril
Fix: remove `_counter` suffix from aggregator metrics
## Content This PR includes a renaming of aggregator metrics, removing the `_counter` suffix. ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [x] Crates ver...
github-actions[bot] published a release on input-output-hk/mithril
Unstable Development Builds
## Crates Versions | Crate | Version | |---------- |-------------| | mithril-aggregator | `0.5.88` | | 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

dlachaume pushed 9 commits to dlachaume/remove-counter-suffixe-from-aggregator-metrics input-output-hk/mithril
  • refactor(common): use full chainpoint in `ChainBlockNextAction::RollBackward` This will allow to return the latest c... bf0b886
  • feat(common): `BlockStreamer` can now return their latest polled chain point c34b08d
  • fix(signer): avoid unnecessary rescan when importing transactions in chunk This fix the issue of importing when ther... 5eca733
  • chore(aggregator): synchronise `cardano_transactions_importer` code with signer 3bab5a3
  • chore: upgrade crate versions * mithril-aggregator from `0.5.87` to `0.5.88` * mithril-common from `0.4.72` to `0.4.... 906cdc1
  • chore: update changelog 84ca63f
  • Merge pull request #2035 from input-output-hk/djo/2021/tx-chunk-importer_avoid-uneeded-rescan Fix unneeded rescan wh... d36e448
  • fix: remove `_counter` suffix on aggregator metrics 2a0f5e7
  • chore: upgrade crate version * mithril-aggregator from `0.5.88` to `0.5.89` 90d15e9

View on GitHub

Alenar 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 34s :stopwatch: +12s 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

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

View on GitHub

Alenar deleted a branch input-output-hk/mithril

djo/2021/tx-chunk-importer_avoid-uneeded-rescan

Alenar pushed 7 commits to main input-output-hk/mithril
  • refactor(common): use full chainpoint in `ChainBlockNextAction::RollBackward` This will allow to return the latest c... bf0b886
  • feat(common): `BlockStreamer` can now return their latest polled chain point c34b08d
  • fix(signer): avoid unnecessary rescan when importing transactions in chunk This fix the issue of importing when ther... 5eca733
  • chore(aggregator): synchronise `cardano_transactions_importer` code with signer 3bab5a3
  • chore: upgrade crate versions * mithril-aggregator from `0.5.87` to `0.5.88` * mithril-common from `0.4.72` to `0.4.... 906cdc1
  • chore: update changelog 84ca63f
  • Merge pull request #2035 from input-output-hk/djo/2021/tx-chunk-importer_avoid-uneeded-rescan Fix unneeded rescan wh... d36e448

View on GitHub

Alenar closed an issue on input-output-hk/mithril
Fix Cardano transaction chunk importer
## Why The recording of Cardano transaction is very slow with the `preview` Cardano network. After investigation, we have noticed that: - When the importer of Cardano transactions is made by chun...
Alenar closed a pull request on input-output-hk/mithril
Fix unneeded rescan when importing transactions in chunk
## Content This PR fix the issue described in #2021. To do so the way that the importer obtains its starting point change: - Before it would compute it by getting data from the highest store...
Alenar opened a pull request on input-output-hk/mithril
Devbook: upgrade crates and openapi script
## Content This PR introduce the `devbook`: a collection of useful scripts and procedures for Mithril developers. In this `devbook` you will find: - `upgrade-repository-dependencies`, move...
Alenar pushed 1 commit to djo/devbook/upgrade_crates_and_open_api_script input-output-hk/mithril
  • docs: add upgrade crates and openapi versions devbook 9b15732

View on GitHub

Alenar pushed 1 commit to djo/devbook/upgrade_crates_and_open_api_script input-output-hk/mithril
  • docs: add upgrade crates and openapi versions devbook 2022362

View on GitHub

Load more