Skip to content

feat: Counterfactual v5 beacon updates - #1490

Merged
tbwebb22 merged 1 commit into
masterfrom
taylor/counterfactuals-v5-beacon-updates
Aug 5, 2026
Merged

feat: Counterfactual v5 beacon updates#1490
tbwebb22 merged 1 commit into
masterfrom
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
Base automatically changed from if/v5-iter2 to master August 5, 2026 19:31
@tbwebb22
tbwebb22 force-pushed the taylor/counterfactuals-v5-beacon-updates branch from 6517f11 to 128c16b Compare August 5, 2026 22:29
@tbwebb22
tbwebb22 merged commit 8026a50 into master Aug 5, 2026
6 of 7 checks passed
@tbwebb22
tbwebb22 deleted the taylor/counterfactuals-v5-beacon-updates branch August 5, 2026 22:39
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