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

sfauvel created a review comment on a pull request on input-output-hk/mithril
Done

View on GitHub

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

View on GitHub

dlachaume pushed 12 commits to dlachaume/2024/make-cardano-stake-distribution-stable-in-client input-output-hk/mithril
  • chore: add Cardano configurations for '10.1' sanchonet d659b2a
  • chore: add Cardano configurations for '10.1' preview 963ef9a
  • chore: remove stale Cardano node configurations for sanchonet 07a324e
  • fix: adapt devnet to support Cardano node '10+' 6c2c616
  • chore: add Cardano '10.1.0-pre' in e2e tests in CI f2d3eed
  • docs: update networks.json file Cardano minimum version for sanchonet is '10.2.0-pre'. c48f640
  • chore: bump crates versions - 'mithril-infra' from '0.3.4' to '0.3.5' - 'mithril-devnet' from '0.4.2' to '0.4.3'. 8d04088
  • Merge pull request #2048 from input-output-hk/jpraynaud/2045-respin-sanchonet Respin `testing-sanchonet` with Cardan... 63e1204
  • feat: make stable in `mithril-client` + Removal of some leftovers related to Cardano transactions. 0a5c3fe
  • feat: make stable in `mithril-client-cli` The clap `unstable` argument was kept to avoid causing a breaking change. a749eaa
  • feat: make stable in `mithril-client-wasm` e4a431a
  • test: use `get_mithril_client()` directly in tests and remove `get_mithril_client_stable()` fb514c9

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages input-output-hk/mithril
  • deploy: 63e12046cbd8072b9607295efb637712ad2fbbb2 12ddbfe

View on GitHub

sfauvel created a review comment on a pull request on input-output-hk/mithril
I change the type of `content` attribute in `EventMessage` to use a `serde_json::value`. Then it's possible to use `json!` in the query

View on GitHub

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

View on GitHub

jpraynaud deleted a branch input-output-hk/mithril

jpraynaud/2045-respin-sanchonet

jpraynaud pushed 8 commits to main input-output-hk/mithril
  • chore: add Cardano configurations for '10.1' sanchonet d659b2a
  • chore: add Cardano configurations for '10.1' preview 963ef9a
  • chore: remove stale Cardano node configurations for sanchonet 07a324e
  • fix: adapt devnet to support Cardano node '10+' 6c2c616
  • chore: add Cardano '10.1.0-pre' in e2e tests in CI f2d3eed
  • docs: update networks.json file Cardano minimum version for sanchonet is '10.2.0-pre'. c48f640
  • chore: bump crates versions - 'mithril-infra' from '0.3.4' to '0.3.5' - 'mithril-devnet' from '0.4.2' to '0.4.3'. 8d04088
  • Merge pull request #2048 from input-output-hk/jpraynaud/2045-respin-sanchonet Respin `testing-sanchonet` with Cardan... 63e1204

View on GitHub

jpraynaud closed a pull request on input-output-hk/mithril
Respin `testing-sanchonet` with Cardano `10.1.0-pre`
## Content This PR includes the respin of the `testing-sanchonet` network with Cardano `10.1.0-pre`. ## Pre-submit checklist - Branch - [x] Crates versions are updated (if relevant) - ...
Alenar pushed 3 commits to djo/2037/refactor_chain_point input-output-hk/mithril
  • refactor(common): use `RawCardanoPoint` in chain reader and block scanner 92bf024
  • refactor: adapt transactions importers to the new scanner api f6ab13e
  • fix: avoid `latest_polled_point` reset if streamer polled nothing 77f19d8

View on GitHub

Alenar pushed 9 commits to djo/2037/refactor_chain_point input-output-hk/mithril
  • refactor: `has_epoch_changed` now returns an enum with current epoch if changed, or time point otherwise ab7e697
  • fix: use provided time point for determining beacon to sign This allows to remove the ticker service dependency from... 435c56f
  • chore: upgrade crate version * mithril-signer from `0.2.203` to `0.2.204` 2c18bec
  • Merge pull request #2046 from input-output-hk/dlachaume/2044/flakiness-in-ci-e2e-tests Fix: ensure epoch consistency... b3fdad2
  • feat(common): introduce `RawCardanoPoint` dd2532b
  • refactor(common): store block hash as bytes in scanned block Instead of a hex encoded string, making it closer to wh... c32305f
  • refactor(common): use `RawCardanoPoint` in chain reader and block scanner 3cd8497
  • refactor: adapt transactions importers to the new scanner api 30583b4
  • fix: avoid `latest_polled_point` reset if streamer polled nothing 0d4ee46

View on GitHub

jpraynaud pushed 5 commits to jpraynaud/2045-respin-sanchonet input-output-hk/mithril
  • chore: remove stale Cardano node configurations for sanchonet 07a324e
  • fix: adapt devnet to support Cardano node '10+' 6c2c616
  • chore: add Cardano '10.1.0-pre' in e2e tests in CI f2d3eed
  • docs: update networks.json file Cardano minimum version for sanchonet is '10.2.0-pre'. c48f640
  • chore: bump crates versions - 'mithril-infra' from '0.3.4' to '0.3.5' - 'mithril-devnet' from '0.4.2' to '0.4.3'. 8d04088

View on GitHub

Alenar pushed 2 commits to djo/2037/refactor_chain_point input-output-hk/mithril
  • refactor: adapt transactions importers to the new scanner api ab35570
  • fix: avoid `latest_polled_point` reset if streamer polled nothing 5060f96

View on GitHub

sfauvel pushed 30 commits to sfauvel/2023/refactor_event_store_to_use_migration_mechanism 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 bd83d07
  • Merge pull request #2042 from input-output-hk/djo/devbook/upgrade_crates_and_open_api_script Devbook: upgrade crates... 38b3203
  • and 10 more ...

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 29s ⏱️ -2s 1 395 tests ±0  1 395 ✅ ±0  0 💤 ±0  0 ❌ ±0  1 609 runs  ±0  1 609 ✅ ±0  0 💤 ±0  0 ❌ ±0  Results for commit dac4fde7. ± Comparison...

View on GitHub

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

View on GitHub

jpraynaud pushed 3 commits to jpraynaud/2045-respin-sanchonet input-output-hk/mithril
  • chore: add Cardano '10.1.0-pre' in e2e tests in CI b4fc37a
  • docs: update networks.json file Cardano minimum version for sanchonet is '10.2.0-pre'. 3ff5d96
  • chore: bump crates versions - 'mithril-infra' from '0.3.4' to '0.3.5' - 'mithril-devnet' from '0.4.2' to '0.4.3'. dac4fde

View on GitHub

sfauvel pushed 1 commit to sfauvel/2023/refactor_event_store_to_use_migration_mechanism input-output-hk/mithril
  • Simplify json creation in query 99fbdf1

View on GitHub

jpraynaud opened a pull request on input-output-hk/mithril
Respin `testing-sanchonet` with Cardano `10.1.0-pre`
## Content This PR includes the respin of the `testing-sanchonet` network with Cardano `10.1.0-pre`. ## Pre-submit checklist - Branch - [x] Crates versions are updated (if relevant) - ...
jpraynaud created a branch on input-output-hk/mithril

jpraynaud/2045-respin-sanchonet - Stake-based threshold multi-signatures protocol

dlachaume pushed 6 commits to jpraynaud/1687-optimize-cardano-tx-proof input-output-hk/mithril
  • refactor: `has_epoch_changed` now returns an enum with current epoch if changed, or time point otherwise ab7e697
  • fix: use provided time point for determining beacon to sign This allows to remove the ticker service dependency from... 435c56f
  • chore: upgrade crate version * mithril-signer from `0.2.203` to `0.2.204` 2c18bec
  • Merge pull request #2046 from input-output-hk/dlachaume/2044/flakiness-in-ci-e2e-tests Fix: ensure epoch consistency... b3fdad2
  • DO NOT MERGE 7a746f4
  • test: add more debug logs for ChainReaderBlockStreamer dd35f7d

View on GitHub

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.89` | | 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: b3fdad2291c894add629170945f2f4018bcbae04 4a9420d

View on GitHub

dlachaume deleted a branch input-output-hk/mithril

dlachaume/2044/flakiness-in-ci-e2e-tests

dlachaume pushed 4 commits to main input-output-hk/mithril
  • refactor: `has_epoch_changed` now returns an enum with current epoch if changed, or time point otherwise ab7e697
  • fix: use provided time point for determining beacon to sign This allows to remove the ticker service dependency from... 435c56f
  • chore: upgrade crate version * mithril-signer from `0.2.203` to `0.2.204` 2c18bec
  • Merge pull request #2046 from input-output-hk/dlachaume/2044/flakiness-in-ci-e2e-tests Fix: ensure epoch consistency... b3fdad2

View on GitHub

dlachaume closed an issue on input-output-hk/mithril
Flakiness in e2e tests in CI
## Why We have noticed some flakiness in the e2e tests in the CI which fails with a high rate. ### Investigations E2E test results with Cardano node version `9.1.1`: - [Run](https://github.com/inp...
Load more