Skip to content

feat: Counterfactual v5 beacon updates#1490

Open
tbwebb22 wants to merge 1 commit into
if/v5-iter2from
taylor/counterfactuals-v5-beacon-updates
Open

feat: Counterfactual v5 beacon updates#1490
tbwebb22 wants to merge 1 commit into
if/v5-iter2from
taylor/counterfactuals-v5-beacon-updates

Conversation

@tbwebb22

Copy link
Copy Markdown
Contributor

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 109b20c0c7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +143 to +146
gateway = config.gateway;
spokePoolDepositExecutor = config.spokePoolDepositExecutor;
cctpDepositExecutor = config.cctpDepositExecutor;
oftDepositExecutor = config.oftDepositExecutor;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Populate V5 config before baking immutables

When the canonical deploy/upgrade path calls DeployCounterfactualBeacon, CounterfactualConfig._buildChainConfig() still only assigns fields up to wethSpokePoolMaxExecutionFee, so these newly added members stay at Solidity zero defaults. These assignments therefore bake gateway and all source executor getters as address(0) for every scripted deployment/upgrade, making any V5 Gateway-routed counterfactual leaf that resolves them unconfigured until another UUPS upgrade is performed.

Useful? React with 👍 / 👎.

@tbwebb22 tbwebb22 changed the base branch from master to if/v5-iter2 July 10, 2026 17:52
@tbwebb22 tbwebb22 force-pushed the taylor/counterfactuals-v5-beacon-updates branch from 087f423 to 6517f11 Compare July 10, 2026 17:55
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.

1 participant