Ecosyste.ms: Timeline

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

input-output-hk/mithril

jpraynaud pushed 2 commits to jpraynaud/refactor-certificate-chain-test-setup input-output-hk/mithril
  • refactor: clarify computation of the number of epochs in sequence bcd03dd
  • refactor: change visibility of processor function types And add a factory for the 'CertificateChainBuilderContext'. 22c9b78

View on GitHub

jpraynaud created a comment on a pull request on input-output-hk/mithril
> Just a comment regarding the exposure of data in the `certificate_chain_builder` module. It seems that we could set the following traits to private visibility: > > * `GenesisCertificateProcess...

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
Yes, it would be better indeed. It will be fixed in a slightly different way with the implementation of this proposition: https://github.com/input-output-hk/mithril/pull/1999#discussion_r1802998682...

View on GitHub

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

View on GitHub

jpraynaud created a review comment on a pull request on input-output-hk/mithril
This is because the genesis epoch will have only one certificate. I enhanced the readability of the formula and I gave some more details in the explanation comment :+1:

View on GitHub

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

View on GitHub

jpraynaud pushed 47 commits to jpraynaud/refactor-certificate-chain-test-setup input-output-hk/mithril
  • fix: generate release note section and append customized part with initial GitHub action 8e3d17f
  • ci: remove `tubone24/update_release` action 25045a1
  • Merge pull request #2011 from input-output-hk/dlachaume/add-missing-auto-generated-release-note-part Fix: add missin... 6a859e5
  • refactor(common): move signable builder call log from child builder to parent bd45b92
  • style(common): standardize logs based on aggregator rules * Capitalize first letter of functionnal logs * Make funct... 482b3ca
  • style(persistence): standardize logs based on aggregator rules * Capitalize first letter of functionnal logs 0dd19f9
  • style(signer): standardize logs based on aggregator rules * Capitalize first letter of functionnal logs * Make funct... 2f5652f
  • fix(common): logger source for component that have generic where incorrect ie: for a `MithrilProverService::<MKTreeS... b922244
  • style(common): adjustement following PR reviews * Moved a "function enter" log as close to the function start as p... 57a317d
  • chore: upgrade crate versions * mithril-persistence from `0.2.29` to `0.2.30` * mithril-aggregator from `0.5.83` to ... 9c21f44
  • Merge pull request #2010 from input-output-hk/djo/1981/standardize_logs_in_common_signer_persitence Standardize logs... c50f79b
  • Example using a dedicated struct 6bc994a
  • Create a wrapper to prometheus Metrics b5acdcd
  • Extract common part from the service file 43f3113
  • Remove metric constants b1e0768
  • Create a `internal/mithril-metric` crate 941db95
  • Move the export function to the `mothril-metric` d38d52d
  • Add a macro to generate the metric service 1f9da7b
  • Rename the `MetricsServiceTrait` to `MetricsServiceExporter` 1c0127e
  • Fix clippy warning on documentation and cargo.toml sort fdd5adc
  • and 27 more ...

View on GitHub

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

View on GitHub

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: d1ce9a39889bf9bf58ddd71638aaf7b738ff3613 0a1805d

View on GitHub

sfauvel pushed 24 commits to main input-output-hk/mithril
  • Example using a dedicated struct 6bc994a
  • Create a wrapper to prometheus Metrics b5acdcd
  • Extract common part from the service file 43f3113
  • Remove metric constants b1e0768
  • Create a `internal/mithril-metric` crate 941db95
  • Move the export function to the `mothril-metric` d38d52d
  • Add a macro to generate the metric service 1f9da7b
  • Rename the `MetricsServiceTrait` to `MetricsServiceExporter` 1c0127e
  • Fix clippy warning on documentation and cargo.toml sort fdd5adc
  • Rename `MithrilMetric` to `MetricCollector` and `record`to `increment`in `MetricCounter` 404bf86
  • Split `commons`file to `helper`and `metric` files 7280f43
  • Remove feature='full' 1e515d9
  • Use a generic instead of `Epoch` for `MetricGauge` 141fb1e
  • Use a generic instead of `Epoch` for `MetricGauge` 6ce5a1e
  • Move code of the function `metrics_tools::export_metrics` into the `export_metrics` function create by the macro and ... 53bcd54
  • The name of the metric must be provided to the macro 51cad72
  • Upgrade versions and fix fmt check warning fa1e5fa
  • Harmonize log messages 97c31a5
  • Add missing documentation 441dd74
  • Add `Send + Sync` to MetricServiceExporter trait and remove `Copy` from generic in `MetricGauge::record` function and... cedeb26
  • and 4 more ...

View on GitHub

sfauvel deleted a branch input-output-hk/mithril

sfauvel/1990/refactor_prometheus_metrics_using_struct

sfauvel closed an issue on input-output-hk/mithril
Refactor Prometheus metrics for signer
## Why We want to simplify the code of the `metrics` module in the signer: avoid repeating code for declaration of the metrics, provide a unique entry point for updating a metric and make the serv...
sfauvel created a review comment on a pull request on input-output-hk/mithril
I removed all obsolete function and associated tests

View on GitHub

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

View on GitHub

sfauvel pushed 1 commit to sfauvel/1990/refactor_prometheus_metrics_using_struct input-output-hk/mithril
  • chore: upgrade crate versions * mithril-metric from `0.0.1` to `0.1.0` * mithril-common from `0.4.70` to `0.4.71` * ... 98038e1

View on GitHub

sfauvel pushed 2 commits to sfauvel/1990/refactor_prometheus_metrics_using_struct input-output-hk/mithril
  • Fix code in documentation 006e9ef
  • Remove obsolete functions from signer MetricsService 78b1131

View on GitHub

dlachaume pushed 1 commit to jpraynaud/1687-optimize-cardano-tx-proof input-output-hk/mithril
  • Run e2e tests with --mithril-era-regenesis-on-switch option df22962

View on GitHub

curiecrypt edited a wiki page on input-output-hk/mithril
dlachaume pushed 1 commit to jpraynaud/1687-optimize-cardano-tx-proof input-output-hk/mithril
  • Test e2e with era switch without regenesis 18cacba

View on GitHub

sfauvel created a review comment on a pull request on input-output-hk/mithril
Handle the first certificate add complexity to understand what is done. It may be easier to understand if we create a function to update hash of the Μ€Certificate`. In the method, we compute twice...

View on GitHub

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

View on GitHub

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

View on GitHub

dlachaume pushed 49 commits to jpraynaud/1687-optimize-cardano-tx-proof input-output-hk/mithril
  • setting benchmark path without benchmark path being stated the mythical docker image fails to build 435e5d7
  • fix: copy the bench files in the Docker image 26761f4
  • docs: update CHANGELOG with '2442.0' distribution ba93f3d
  • chore: update Rust dependencies e2a8f79
  • fix: clippy warnings with 'jsonschema::JSONSchema' Which has been replaced by 'jsonschema::Validator'. 3435afe
  • chore: bump crates versions 0c43d41
  • chore: upgrade mithril client wasm 'www' and 'www-test' dependencies By running 'make upgrade-www-deps' command. edfe168
  • chore: upgrade explorer dependencies By running 'make upgrade' command. ff856fd
  • chore: bump javascript packages versions By running: - 'make www-install' command in 'mithril-client-wasm'. - 'make ... f470a1e
  • chore: update nix flake dependencies By running 'nix flake update' command. 376c2ad
  • Merge pull request #2004 from input-output-hk/jpraynaud/1943-update-depedencies-distribution-2442 Chore: update depe... 70b0fea
  • Merge pull request #2006 from input-output-hk/jpraynaud/1943-update-changelog-distribution-2442 Docs: update CHANGEL... 47cdaea
  • Merge branch 'input-output-hk:main' into patch-1 4c10988
  • chore: bump crates versions - 'mithril-signer' from '0.2.198' to '0.2.199'. f9ef33b
  • fix: reorder steps to build mithril-client-wasm before upgrading the explorer d4d7e6a
  • fix: prevent from incrementing `mithril-client-wasm` version in /pkg/ fb3a449
  • ci: use a new action in the `unstable-release` job This replaces the unmaintained `marvinpinto/action-automatic-rele... 3c46682
  • Merge pull request #1951 from Fuma419/patch-1 setting benchmark path 1a941b7
  • Merge pull request #2008 from input-output-hk/dlachaume/fix-upgrade-dependencies-runbook Fix: update dependencies ru... 7c077cb
  • Merge pull request #2007 from input-output-hk/dlachaume/1691/use-new-github-action-for-unstable-release Use new GitH... 8fbaaee
  • and 29 more ...

View on GitHub

dlachaume created a review comment on a pull request on input-output-hk/mithril
I understand the `+2` part, but why `(total_certificates - 1)`?

View on GitHub

dlachaume created a review on a pull request on input-output-hk/mithril
LGTM πŸš€, thanks for the tool, it will make testing cases on the certificate chain much easier πŸ™. Just a comment regarding the exposure of data in the `certificate_chain_builder` module. It seems...

View on GitHub

dlachaume created a review on a pull request on input-output-hk/mithril
LGTM πŸš€, thanks for the tool, it will make testing cases on the certificate chain much easier πŸ™. Just a comment regarding the exposure of data in the `certificate_chain_builder` module. It seems...

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

Alenar created a review comment on a pull request on input-output-hk/mithril
Even if you use fully qualified path for paste inside the `build_metrics_service` ?

View on GitHub

Load more