Ecosyste.ms: Timeline

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

input-output-hk/mithril

Alenar pushed 9 commits to main input-output-hk/mithril
  • feat(common): introduce `RawCardanoPoint` f900b51
  • refactor(common): store block hash as bytes in scanned block Instead of a hex encoded string, making it closer to wh... 56b8351
  • refactor(common): use `RawCardanoPoint` in chain reader and block scanner 908b5b8
  • refactor: adapt transactions importers to the new scanner api 00af33e
  • fix: avoid `latest_polled_point` reset if streamer polled nothing bd6d5ef
  • chore(common): remove now unused conversion from `ChainPoint` to pallas types 7fe427a
  • style(common): adjust naming and comments 16e65ba
  • chore: upgrade crate versions * mithril-aggregator from `0.5.90` to `0.5.91` * mithril-common from `0.4.74` to `0.4.... ddc7211
  • Merge pull request #2049 from input-output-hk/djo/2037/refactor_chain_point Refactor ChainPoint conversion from pall... aad95c1

View on GitHub

Alenar closed an issue on input-output-hk/mithril
Refactor `ChainPoint` conversion from pallas `Point`
## Why The conversion from pallas `Point` representation to `ChainPoint` is problematic as it introduces a `BlockNumber` with value `0`. This means that the conversionis not safe and should be done...
Alenar closed 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...
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.90` | | mithril-client | `0.9.3` | | mithril-client-cli | `0.9.17` | | mithril-client-wasm | `0.5...
Alenar created a review on a pull request on input-output-hk/mithril

View on GitHub

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

View on GitHub

Alenar pushed 21 commits to djo/2037/refactor_chain_point 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
  • refactor(e2e): unify devnet & infra termination In order to limit the possibility of a e2e finishing without termina... ea3fa5e
  • refactor(e2e): better handling of external cancellation Now all commands handle SIGINT, SIGTERM and SIGQUIT, ie: you... 7a25d63
  • chore: upgrade crate versions * mithril-end-to-end from `0.4.41` to `0.4.42` 625ff7b
  • Merge pull request #2050 from input-output-hk/djo/better-e2e-termination Enhance end-to-end tests termination bf48df5
  • feat(common): introduce `RawCardanoPoint` f900b51
  • refactor(common): store block hash as bytes in scanned block Instead of a hex encoded string, making it closer to wh... 56b8351
  • refactor(common): use `RawCardanoPoint` in chain reader and block scanner 908b5b8
  • refactor: adapt transactions importers to the new scanner api 00af33e
  • fix: avoid `latest_polled_point` reset if streamer polled nothing bd6d5ef
  • chore(common): remove now unused conversion from `ChainPoint` to pallas types 7fe427a
  • style(common): adjust naming and comments 16e65ba
  • and 1 more ...

View on GitHub

Alenar deleted a branch input-output-hk/mithril

djo/better-e2e-termination

Alenar pushed 4 commits to main input-output-hk/mithril
  • refactor(e2e): unify devnet & infra termination In order to limit the possibility of a e2e finishing without termina... ea3fa5e
  • refactor(e2e): better handling of external cancellation Now all commands handle SIGINT, SIGTERM and SIGQUIT, ie: you... 7a25d63
  • chore: upgrade crate versions * mithril-end-to-end from `0.4.41` to `0.4.42` 625ff7b
  • Merge pull request #2050 from input-output-hk/djo/better-e2e-termination Enhance end-to-end tests termination bf48df5

View on GitHub

Alenar closed 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 doing all stop operation at one unique place and listening to some unix signals (aka "graceful shutdown"). Th...
Alenar pushed 1 commit to djo/2037/refactor_chain_point input-output-hk/mithril
  • style(common): adjust naming and comments d4518bc

View on GitHub

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

View on GitHub

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

View on GitHub

Alenar pushed 1 commit to djo/better-e2e-termination input-output-hk/mithril
  • chore: upgrade crate versions * mithril-end-to-end from `0.4.41` to `0.4.42` 625ff7b

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 comment on a pull request on input-output-hk/mithril
It's not very clear that `BlkHash`and `TxHash` are generic types: ```suggestion pub fn new<BLOCK_HASH: Into<Vec<u8>>, TX_HASH: Into<TransactionHash>>( ```

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

github-actions[bot] created a comment on a pull request on input-output-hk/mithril
## Test Results     4 files  ±0     51 suites   - 4   10m 34s ⏱️ -1s 1 396 tests  - 1  1 396 ✅  - 1  0 💤 ±0  0 ❌ ±0  1 607 runs   - 4  1 607 ✅  - 4  0 💤 ±0  0 ❌ ±0  Results for commit f3cb20a3. ± ...

View on GitHub

dlachaume pushed 4 commits to dlachaume/2024/make-cardano-stake-distribution-stable-in-client input-output-hk/mithril
  • feat: remove `unstable` feature in example crate 4e7fc65
  • test: remove the `unstable` CLI option in `mithril-end-to-end` for `cardano-stake-distribution` commands c970804
  • docs: adapt client documentation with `stable` status 481d765
  • test: adapt 'Mithril Client multi-platform test' manual workflow f3cb20a

View on GitHub

dlachaume opened a draft pull request on input-output-hk/mithril
Feat: Make Cardano stake distribution stable in client
## Content This PR includes the release of Cardano stake distribution in a `stable` version, previously available as an `unstable` feature. This update ensures the Cardano stake distribution ...
dlachaume pushed 16 commits to dlachaume/2024/make-cardano-stake-distribution-stable-in-client 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
  • feat: make stable in `mithril-client` + Removal of some leftovers related to Cardano transactions. 634a6e8
  • feat: make stable in `mithril-client-cli` The clap `unstable` argument was kept to avoid causing a breaking change. ed22df6
  • feat: make stable in `mithril-client-wasm` ec3ed24
  • feat: remove `unstable` feature in example crate 8e73a85
  • test: remove the `unstable` CLI option in `mithril-end-to-end` for `cardano-stake-distribution` commands 2969580
  • docs: adapt client documentation with `stable` status 6ed6c88
  • test: adapt 'Mithril Client multi-platform test' manual workflow dd8b283

View on GitHub

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

View on GitHub

Alenar pushed 1 commit to djo/better-e2e-termination input-output-hk/mithril
  • refactor(e2e): better handling of external cancellation Now all commands handle SIGINT, SIGTERM and SIGQUIT, ie: you... 7a25d63

View on GitHub

Alenar pushed 1 commit to djo/better-e2e-termination input-output-hk/mithril
  • refactor(end-to-end): better handling of external cancellation Now all commands handle SIGINT, SIGTERM and SIGQUIT, ... 53ad5f0

View on GitHub

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

View on GitHub

Alenar pushed 10 commits to djo/better-e2e-termination 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
  • refactor(e2e): unify devnet & infra termination In order to limit the possibility of a e2e finishing without termina... ea3fa5e

View on GitHub

jpraynaud created a comment on an issue on input-output-hk/mithril
Superseded by #2047

View on GitHub

jpraynaud closed an issue on input-output-hk/mithril
Allow clients to check and download immutable DB incrementally
## Why We know we'll want to provide some way to have mithril snapshots be more incremental, in order to allow clients to download (and verify) only the parts they are missing and are interested...
Load more