feat: enhance tools utxo-hd snapshot-converter Mithril client CLI command#2589
Merged
dlachaume merged 9 commits intoJun 18, 2025
Conversation
Test Results 3 files ± 0 88 suites ±0 13m 53s ⏱️ +15s Results for commit 26fba87. ± Comparison against base commit 95ee801. This pull request removes 5 and adds 15 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
dlachaume
temporarily deployed
to
testing-preview
June 17, 2025 13:37 — with
GitHub Actions
Inactive
Alenar
approved these changes
Jun 17, 2025
dlachaume
temporarily deployed
to
testing-preview
June 17, 2025 15:28 — with
GitHub Actions
Inactive
jpraynaud
approved these changes
Jun 17, 2025
dlachaume
force-pushed
the
dlachaume/2571/enhance-ledger-state-snapshot-converter-client-cli-cmd
branch
from
June 17, 2025 15:47
59c163a to
5e93243
Compare
dlachaume
temporarily deployed
to
testing-preview
June 17, 2025 15:59 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-preview
June 17, 2025 16:48 — with
GitHub Actions
Inactive
dlachaume
force-pushed
the
dlachaume/2571/enhance-ledger-state-snapshot-converter-client-cli-cmd
branch
from
June 18, 2025 08:18
34f9c86 to
b6307d8
Compare
dlachaume
temporarily deployed
to
testing-preview
June 18, 2025 08:26 — with
GitHub Actions
Inactive
dlachaume
force-pushed
the
dlachaume/2571/enhance-ledger-state-snapshot-converter-client-cli-cmd
branch
from
June 18, 2025 12:43
b6307d8 to
e9b4e9b
Compare
…e `protocolMagicId` file - Make `--cardano-network` optional (and deprecated) - Infer the network from `protocolMagicId` if `--cardano-network` not provided
… ledger snapshots Copy the `get_sorted_snapshot_dirs_returns_sorted_valid_directories` test to the new test submodule, the original will be deleted in the next commit.
… to the previous one on failure
…m download commands output
…gnature in `SnapshotConverter` trait remove pass-through function `execute_snapshot_converter`
* mithril-client-cli from `0.12.11` to `0.12.12`
dlachaume
force-pushed
the
dlachaume/2571/enhance-ledger-state-snapshot-converter-client-cli-cmd
branch
from
June 18, 2025 12:49
e9b4e9b to
26fba87
Compare
dlachaume
temporarily deployed
to
testing-preview
June 18, 2025 13:01 — with
GitHub Actions
Inactive
dlachaume
deleted the
dlachaume/2571/enhance-ledger-state-snapshot-converter-client-cli-cmd
branch
June 18, 2025 13:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Content
This PR includes improvements to the
tools utxo-hd snapshot-converterMithril client CLI command, including:--cardano-networkparameter optional and deprecated, as the value can be retrieved from theprotocolMagicIdfileOutput example with fallback:
Pre-submit checklist
Issue(s)
Closes #2571