Skip to content

Add a new protocol configuration markers runbook - #3451

Draft
turmelclem wants to merge 1 commit into
mainfrom
ctl/3399-create-runbook-for-on-chain-configuration-parameters
Draft

Add a new protocol configuration markers runbook#3451
turmelclem wants to merge 1 commit into
mainfrom
ctl/3399-create-runbook-for-on-chain-configuration-parameters

Conversation

@turmelclem

Copy link
Copy Markdown
Contributor

Content

Introduce a new runbook to persist protocol configuration on chain, it described how to :

  • use the new aggregator CLI command to export protocol current protocol configuration
  • manually edit JSON
  • use the new aggregator CLI command to generate datum
  • write datum on chain

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Crates versions are updated (if relevant)
    • CHANGELOG file is updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • All check jobs of the CI have succeeded
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested
  • Documentation
    • Update README file (if relevant)
    • Update documentation website (if relevant)
    • Add dev blog post (if relevant)
    • Add ADR blog post or Dev ADR entry (if relevant)
    • No new TODOs introduced

Issue(s)

his PR closes #3399

@turmelclem turmelclem self-assigned this Aug 3, 2026
@turmelclem
turmelclem force-pushed the ctl/3399-create-runbook-for-on-chain-configuration-parameters branch from aa703e7 to 836f6c5 Compare August 3, 2026 10:12
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Test Results

     5 files  ± 0     209 suites  ±0   58m 14s ⏱️ - 1h 27m 47s
 3 374 tests  - 76   3 374 ✅  - 76  0 💤 ±0  0 ❌ ±0 
11 228 runs   - 85  11 228 ✅  - 85  0 💤 ±0  0 ❌ ±0 

Results for commit 8a8f185. ± Comparison against base commit 58b575a.

This pull request removes 76 tests.
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::index_out_of_bounds
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::index_too_large_for_circuit_range
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::indices_not_increasing
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::leaf_merkle_path_mismatch
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::leaf_swap_keep_merkle_path
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::leaf_wrong_verification_key
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::merkle_path_corrupt_sibling
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::merkle_path_flip_position
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::merkle_path_length_long
mithril-stm ‑ circuits::halo2::tests::golden::cases::negative::slow::merkle_path_length_short
…

♻️ This comment has been updated with latest results.

@turmelclem
turmelclem force-pushed the ctl/3399-create-runbook-for-on-chain-configuration-parameters branch from 836f6c5 to 9356c71 Compare August 17, 2026 12:57
@turmelclem
turmelclem force-pushed the ctl/3399-create-runbook-for-on-chain-configuration-parameters branch from 9356c71 to 8a8f185 Compare August 17, 2026 13:04
@turmelclem
turmelclem deployed to testing-preview August 17, 2026 13:27 — with GitHub Actions Active
@turmelclem
turmelclem deployed to testing-2-preview August 17, 2026 13:27 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create runbook for on-chain configuration parameters

1 participant