-
Notifications
You must be signed in to change notification settings - Fork 52
Enhancements protocol configuration markers #3504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
turmelclem
merged 8 commits into
main
from
ctl/3503-fix-runbook-and-improve-nodes-logs-and-configurations
Aug 31, 2026
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b284da3
docs: fix protocol configuration markers runbook
turmelclem 112939d
refactor(aggregator): add option --force on protocol configuration ma…
turmelclem d686461
refactor(aggregator): add a debug log showing Mithril network configu…
turmelclem d42a4f4
refactor(signer): add a debug log showing Mithril network configuration
turmelclem 62765fe
refactor(aggregator): update dev and preview config files variables
turmelclem 5047b84
refactor(aggregator): fix typo in protocol-configuration commands pri…
turmelclem f8d4b38
refactor(aggregator): make protocol-configuration tx-datum helpers st…
turmelclem 2fd9a6d
chore: upgrade crate versions
turmelclem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,18 @@ | ||
| { | ||
| "environment": "Production", | ||
| "cardano_node_version": "11.0.1", | ||
| "cardano_cli_path": "cardano-cli", | ||
| "cardano_node_socket_path": "/ipc/node.socket", | ||
| "network": "devnet", | ||
| "network_magic": 42, | ||
| "run_interval": 30000, | ||
| "protocol_parameters": { | ||
| "k": 5, | ||
| "m": 100, | ||
| "phi_f": 0.65 | ||
| }, | ||
| "ancillary_files_signer_config": { | ||
| "type": "secret-key", | ||
| "secret_key": "5b3131382c3138342c3232342c3137332c3136302c3234312c36312c3134342c36342c39332c3130362c3232392c38332c3133342c3138392c34302c3138392c3231302c32352c3138342c3136302c3134312c3233372c32362c3136382c35342c3233392c3230342c3133392c3131392c31332c3139395d" | ||
| }, | ||
| "snapshot_uploader_type": "local", | ||
| "data_stores_directory": "/tmp/mithril-aggregator/stores", | ||
| "genesis_verification_key": "5b33322c3235332c3138362c3230312c3137372c31312c3131372c3133352c3138372c3136372c3138312c3138382c32322c35392c3230362c3130352c3233312c3135302c3231352c33302c37382c3231322c37362c31362c3235322c3138302c37322c3133342c3133372c3234372c3136312c36385d", | ||
| "era_adapter_type": "bootstrap" | ||
| "era_reader_adapter_type": "bootstrap", | ||
| "chain_observer_type": "pallas" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,16 @@ | ||
| { | ||
| "environment": "Production", | ||
| "cardano_node_version": "11.0.1", | ||
| "cardano_cli_path": "cardano-cli", | ||
| "cardano_node_socket_path": "/ipc/node.socket", | ||
| "network": "preview", | ||
| "run_interval": 60000, | ||
| "protocol_parameters": { | ||
| "k": 5, | ||
| "m": 100, | ||
| "phi_f": 0.65 | ||
| }, | ||
| "snapshot_uploader_type": "gcp", | ||
| "snapshot_bucket_name": "cardano-testnet", | ||
| "stores_directory": "./mithril-aggregator/stores", | ||
| "data_stores_directory": "/tmp/mithril-aggregator/stores", | ||
| "genesis_verification_key": "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d", | ||
| "limit_keys_in_stores": 5, | ||
| "era_adapter_type": "bootstrap" | ||
| "era_reader_adapter_type": "bootstrap", | ||
| "chain_observer_type": "pallas", | ||
| "protocol_configuration_reader_adapter_config": "{\"type\": \"cardano-chain\", \"address\": \"addr_test1vr9gfzm8ryem4nck0tm6tqtf2mj407gwl3nhf2wh7d2t5kcl6r65s\", \"verification_key\": \"5b35342c3233362c3130322c33352c36372c3139362c3138372c36352c32332c37372c35342c3132392c3138322c32352c37312c3230322c3132322c36392c3234322c36302c3234332c3133312c36342c3131352c34302c32352c37362c3134302c3137342c3130342c322c3139335d\"}" | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.