Skip to content

Add support for Chain Hash Overrides. Fix minor bugs#64

Open
preston-evans98 wants to merge 3 commits intomainfrom
preston/chain-hash-overrides
Open

Add support for Chain Hash Overrides. Fix minor bugs#64
preston-evans98 wants to merge 3 commits intomainfrom
preston/chain-hash-overrides

Conversation

@preston-evans98
Copy link
Member

@preston-evans98 preston-evans98 commented Feb 10, 2026

This PR adds support for chain hash overrides. It also fixes two minor bugs:

  1. The ansible branch param passed from CDK was not passed through to recursive invocations. This made it roughly useless
  2. The rollup genesis config doesn't set admin_addresses on the sequencer, which means that some valid callmessages from private keys we control are rejected by the sequencer as unauthorized. This PR fixes the issue.

repo: "{{ ansible_repo_url }}"
dest: "{{ ansible_checkout_dir }}"
version: "main"
version: "{{ version_spec.rollup_versions[0].ansible_commit }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that in build_single_version.yaml, for each version we checkout that version's commit, so the version checked out after the clone here is a no-op - what matters is the version we set in the version_spec fact. Looking back, maybe the version shouldn't be specified at all here to avoid confusion.

But other than clarity, this change is of course not harmful.

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.

2 participants