Ecosyste.ms: Timeline

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

input-output-hk/mithril

dlachaume closed a pull request on input-output-hk/mithril
Fix: ensure epoch consistency during epoch changes when signer is signing
## Content This PR includes a fix that was triggered by flakiness failures on the CI. The problem occurred when there was an epoch change after the signer had already begun its signature proces...
sfauvel created a review comment on a pull request on input-output-hk/mithril
It's a bit more complicated because `message.content` should not be serialized here. It's already a serialized value done by `TransmitterService` that build the `EventMessage` in function `send_eve...

View on GitHub

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

View on GitHub

rezabaram closed an issue on input-output-hk/mithril
Incremental Snapshots PoC
rezabaram opened an issue on input-output-hk/mithril
Incremental Snapshots PoC
Alenar created a branch on input-output-hk/mithril

djo/2037/refactor_chain_point - Stake-based threshold multi-signatures protocol

dlachaume pushed 1 commit to dlachaume/2044/flakiness-in-ci-e2e-tests input-output-hk/mithril
  • chore: upgrade crate version * mithril-signer from `0.2.203` to `0.2.204` 2c18bec

View on GitHub

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

View on GitHub

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

View on GitHub

dlachaume pushed 2 commits to dlachaume/2044/flakiness-in-ci-e2e-tests input-output-hk/mithril
  • fix: use provided time point for determining beacon to sign This allows to remove the ticker service dependency from... 435c56f
  • [DO NOT MERGE] Run x100 e2e tests in CI 7fe21cf

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 27s ⏱️ -3s 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 385bf0f0. ± Comparison...

View on GitHub

dlachaume created a review comment on a pull request on input-output-hk/mithril
This error message was already present before, but I find the phrasing a bit strange with the use of 'I'. What do you think? ```suggestion "No record from the database after saving ev...

View on GitHub

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

View on GitHub

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

View on GitHub

dlachaume opened a pull request on input-output-hk/mithril
Fix: ensure epoch consistency during epoch changes when signer is signing
## Content This PR includes a fix that was triggered by flakiness failures on the CI. The problem occurred when there was an epoch change after the signer had already begun its signature proces...
Alenar created a review comment on a pull request on input-output-hk/mithril
You should use our aliased type: `SqliteConnection`

View on GitHub

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

View on GitHub

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

View on GitHub

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

dlachaume/2044/flakiness-in-ci-e2e-tests - Stake-based threshold multi-signatures protocol

jpraynaud created a review comment on a pull request on input-output-hk/mithril
> Since the scope is small I think we can find a middle ground by using the `serde_json::json!` macro: Yes that works as well :+1:

View on GitHub

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

View on GitHub

Alenar created a review comment on a pull request on input-output-hk/mithril
Since the scope is small I think we can find a middle ground by using the `serde_json::json!` macro: ```suggestion sqlite::Value::String(serde_json::to_string( ...

View on GitHub

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

View on GitHub

jpraynaud opened an issue on input-output-hk/mithril
Upgrade `testing-sanchonet` for respin with Cardano `10.0.1`
## Why A re-spin of the `sanchonet` network was done and the network is now compatible with Cardano node `10.0.1`. We want the `testing-sanchonet` network to be upgraded and re-spun. ## What Upgra...
jpraynaud opened 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...
jpraynaud edited a wiki page on input-output-hk/mithril
sfauvel pushed 5 commits to sfauvel/2023/refactor_event_store_to_use_migration_mechanism input-output-hk/mithril
  • Add migration mechanism to the event store 428fb85
  • Move creation of event_store connection to the `builder` 430c3d0
  • Create a sub-module `database` in `event_store` 7ade5b0
  • Move and split database elements in into `event_store::database` (record, repository, query) 363a7ef
  • Add event_store to `upkeep` service to cleaning database d67e3fe

View on GitHub

dlachaume pushed 30 commits to jpraynaud/1687-optimize-cardano-tx-proof 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

sfauvel pushed 1 commit to sfauvel/2023/refactor_event_store_to_use_migration_mechanism input-output-hk/mithril
  • Add event_store to `upkeep` service to cleaning database e9a8296

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 37s ⏱️ +7s 1 396 tests +1  1 396 ✅ +1  0 💤 ±0  0 ❌ ±0  1 610 runs  +1  1 610 ✅ +1  0 💤 ±0  0 ❌ ±0  Results for commit a2c2abca. ± Comparison...

View on GitHub

Load more