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
LGTM

View on GitHub

jpraynaud closed an issue on input-output-hk/mithril
Cardano transactions signature/proving MVP
## Why Following the PoC for Light Wallet use case implementation #1313, we want to make the signature of the Cardano Transactions type of data signed by Mithril network is production ready and del...
jpraynaud reopened an issue on input-output-hk/mithril
Incremental Snapshots PoC
## Why ## What ## How
sfauvel created a review on a pull request on input-output-hk/mithril
LGTM

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.90` | | 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: bb2b46bd6ffdb54b80205186a125934bf768a657 860caae

View on GitHub

sfauvel deleted a branch input-output-hk/mithril

sfauvel/2023/refactor_event_store_to_use_migration_mechanism

sfauvel pushed 9 commits to main input-output-hk/mithril
  • Add migration mechanism to the event store 4aa74cf
  • Move creation of event_store connection to the `builder` 08a56d8
  • Create a sub-module `database` in `event_store` de32f68
  • Move and split database elements in into `event_store::database` (record, repository, query) 15b24c2
  • Add event_store to `upkeep` service to cleaning database 998ab38
  • Simplify json creation in query ad9e701
  • Use `SqliteConnection` instead of `ConnectionThreadSafe` 97bb9ae
  • chore: upgrade crate versions * mithril-aggregator from `0.5.89` to `0.5.90` 9a7bf92
  • Merge pull request #2043 from input-output-hk/sfauvel/2023/refactor_event_store_to_use_migration_mechanism Refactor ... bb2b46b

View on GitHub

sfauvel closed a pull request on input-output-hk/mithril
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 pushed 16 commits to sfauvel/2023/refactor_event_store_to_use_migration_mechanism 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
  • Add migration mechanism to the event store 4aa74cf
  • Move creation of event_store connection to the `builder` 08a56d8
  • Create a sub-module `database` in `event_store` de32f68
  • Move and split database elements in into `event_store::database` (record, repository, query) 15b24c2
  • Add event_store to `upkeep` service to cleaning database 998ab38
  • Simplify json creation in query ad9e701
  • Use `SqliteConnection` instead of `ConnectionThreadSafe` 97bb9ae
  • chore: upgrade crate versions * mithril-aggregator from `0.5.89` to `0.5.90` 9a7bf92

View on GitHub

Alenar closed a draft pull request on input-output-hk/mithril
POC - Mithril signature diffusion with a "fake Cardano network layer"
## Content This PR is a proof a concept of a decentralized message queue to diffuse Mithril signatures. Since the protocol that will be used for signature diffusion through the Cardano node i...
Alenar pushed 109 commits to djo/1837/POC/multisig_diffusion_network_layer input-output-hk/mithril
  • docs: rotate current documentation With release of distribution '2442' by running 'make update-current' command. 8b6b9f0
  • docs: add dev blog post for certification of Cardano stake distribution 6273e01
  • chore(ci): upgrade x86 mac runner from `macos-12` to `macos-14-large` Note: the `large` images are x86 based, the no... ee11cb1
  • fix(ci): use correct name for github token when building openapi ui Refs: #2017 d797d46
  • Merge pull request #2019 from input-output-hk/djo/2016-2017/ci/upgrade_mac_runner+fix_incorrect_param Upgrade mac ru... 222ea17
  • chore(ci): upgrade docker actions - docker/build-push-action from v5 to v6 706c910
  • chore(ci): upgrade `peaceiris/actions-gh-pages` from v3 to v4 94f3fd7
  • chore(ci): upgrade `dawidd6/action-download-artifact` from v3 to v6 2282539
  • Merge pull request #2020 from input-output-hk/djo/2018/ci/upgrade_actions_to_latest Upgrade actions to latest aea9363
  • docs: final CHANGELOG for '2442.0' distribution 3e01819
  • Merge pull request #2005 from input-output-hk/jpraynaud/1943-rotate-doc-distribution-2442 Docs: rotate documentation... 089640c
  • Merge pull request #2031 from input-output-hk/jpraynaud/1943-update-changelog-2442 Docs: final CHANGELOG for '2442.0... 6ad37fc
  • 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
  • and 89 more ...

View on GitHub

Alenar pushed 1 commit to djo/better-e2e-termination input-output-hk/mithril
  • refactor(e2e): unify devnet & infra termination In order to limit the possibility of a e2e finishing without termina... d41a90e

View on GitHub

Alenar pushed 1 commit to djo/better-e2e-termination input-output-hk/mithril
  • refactor(e2e): unify devnet & infra termination In order to limit the possibility of a e2e finishing without termina... 04d196e

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 ⏱️ +6s 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 c1134460. ± Comparison...

View on GitHub

Alenar opened a pull request on input-output-hk/mithril
Enhance end-to-end tests termination
## Content This PR rework the termination system of the end to end test runner by unifying all signals into one. This will limit the possibility of a run finishing without terminating either ...
Alenar created a branch on input-output-hk/mithril

djo/better-e2e-termination - Stake-based threshold multi-signatures protocol

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 ⏱️ +21s 1 399 tests +4  1 399 ✅ +4  0 💤 ±0  0 ❌ ±0  1 613 runs  +4  1 613 ✅ +4  0 💤 ±0  0 ❌ ±0  Results for commit f9751370. ± Compariso...

View on GitHub

Alenar opened a pull request on input-output-hk/mithril
Refactor ChainPoint conversion from pallas Point
## Content This PR introduce a new type, `RawCardanoPoint`, that is used in place of our `ChainPoint` in the transaction import process. The `RawCardanoPoint` doesn't have a block number unli...
Alenar pushed 4 commits to djo/2037/refactor_chain_point input-output-hk/mithril
  • refactor(common): use `RawCardanoPoint` in chain reader and block scanner 352c7fd
  • refactor: adapt transactions importers to the new scanner api 1ebc4aa
  • fix: avoid `latest_polled_point` reset if streamer polled nothing f2fd82c
  • chore(common): remove now unused conversion from `ChainPoint` to pallas types f975137

View on GitHub

sfauvel pushed 1 commit to sfauvel/2023/refactor_event_store_to_use_migration_mechanism input-output-hk/mithril
  • Use `SqliteConnection` instead of `ConnectionThreadSafe` 978854d

View on GitHub

Alenar pushed 3 commits to djo/2037/refactor_chain_point input-output-hk/mithril
  • refactor: adapt transactions importers to the new scanner api c0d54f2
  • fix: avoid `latest_polled_point` reset if streamer polled nothing 4e739da
  • chore(common): remove now unused conversion from `ChainPoint` to pallas types 91d1d2a

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

Alenar pushed 14 commits to djo/2037/refactor_chain_point 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(common): introduce `RawCardanoPoint` 51d341f
  • refactor(common): store block hash as bytes in scanned block Instead of a hex encoded string, making it closer to wh... 072bc09
  • refactor(common): use `RawCardanoPoint` in chain reader and block scanner a4d0e90
  • refactor: adapt transactions importers to the new scanner api 9b74952
  • fix: avoid `latest_polled_point` reset if streamer polled nothing 2d2319e
  • chore(common): remove now unused conversion from `ChainPoint` to pallas types d546bab

View on GitHub

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

View on GitHub

Load more