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 opened a draft pull request on input-output-hk/mithril
Sfauvel/2023/refactor event store to use migration mechanism
## Content This PR implement migration mechanism for the event_store module. The `event_store` module is reorganized to embedded a `database` folder with the same structure than the `mithril-ag...
sfauvel deleted a branch input-output-hk/mithril

sfauvel/2023/record_aggregator_metrics_in_event_store

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

sfauvel/2023/refactor_event_store_to_use_migration_mechanism - Stake-based threshold multi-signatures protocol

sfauvel pushed 1 commit to sfauvel/2023/record_aggregator_metrics_in_event_store input-output-hk/mithril
  • Move creation of event_store connection to the `builder` 0633cc3

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] pushed 1 commit to gh-pages input-output-hk/mithril
  • deploy: 38b32031653135140f36e52172f6a60ac826e206 489a362

View on GitHub

Alenar deleted a branch input-output-hk/mithril

djo/devbook/upgrade_crates_and_open_api_script

Alenar pushed 4 commits to main input-output-hk/mithril
  • docs: scaffold `devbook` folder 489f91a
  • docs: move upgrade dependencies to devbook 7aaca80
  • docs: add upgrade crates and openapi versions devbook bd83d07
  • Merge pull request #2042 from input-output-hk/djo/devbook/upgrade_crates_and_open_api_script Devbook: upgrade crates... 38b3203

View on GitHub

Alenar closed 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 bd83d07

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 4056a7a

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 69eb763

View on GitHub

Alenar created a review comment on a pull request on input-output-hk/mithril
I added a `--commit` argument to execute the commit instead.

View on GitHub

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

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 bb3853b

View on GitHub

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

View on GitHub

Alenar pushed 19 commits to djo/devbook/upgrade_crates_and_open_api_script 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
  • Merge pull request #2041 from input-output-hk/dlachaume/remove-counter-suffixe-from-aggregator-metrics Fix: remove `... e431657
  • 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
  • docs: scaffold `devbook` folder 489f91a
  • docs: move upgrade dependencies to devbook 7aaca80
  • docs: add upgrade crates and openapi versions devbook 8d00bc2

View on GitHub

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

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
Maybe this command can also part of the output?

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
```suggestion The script will output a preformatted commit message that can be used to create a commit when it completes. ```

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
```suggestion It requires to have `cargo-get` installed, which can be done with the following command: ```

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
```suggestion This devbook provides a script that allows to automatically upgrade the crates and Open API versions in the project. ```

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
```suggestion Only the crates and Open API specifications with changes on the branch compared to `origin/main` are upgraded. ```

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
```suggestion | **Upgrade crates and openapi versions** | [upgrade-crates-and-openapi-versions](./upgrade-crates-and-openapi-versions/README.md) | Script to easily upgrade crates and openapi versi...

View on GitHub

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

View on GitHub

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

View on GitHub

jpraynaud edited a wiki page on input-output-hk/mithril
jpraynaud edited a wiki page on input-output-hk/mithril
sfauvel created a branch on input-output-hk/mithril

sfauvel/2023/record_aggregator_metrics_in_event_store - Stake-based threshold multi-signatures protocol

Load more