Skip to content

fix: correct output directory name for setup-bridge-partner-threshold target#762

Open
haileymarshall wants to merge 1 commit into
base:mainfrom
haileymarshall:fix/set-bridge-partner-threshold-dir
Open

fix: correct output directory name for setup-bridge-partner-threshold target#762
haileymarshall wants to merge 1 commit into
base:mainfrom
haileymarshall:fix/set-bridge-partner-threshold-dir

Conversation

@haileymarshall

Copy link
Copy Markdown

Fixes #732

What changed?

SET_BASE_BRIDGE_PARTNER_THRESHOLD_DIR on line 11 of the root Makefile produced directories named <network>/<date>-pause-bridge-base — a copy-paste of PAUSE_BRIDGE_BASE_DIR on the line below. It now produces <network>/<date>-set-bridge-partner-threshold, consistent with the template name (template-set-bridge-partner-threshold) and the other setup targets.

Why?

Running make setup-bridge-partner-threshold network=<network> scaffolds the task under the wrong name, and — since PAUSE_BRIDGE_BASE_DIR expands to the identical path — a same-day make setup-pause-bridge-base would land in the same directory and mix the two tasks' files. The repo contains no *-set-bridge-partner-threshold task directory to date, so every use of this target has required manual renaming.

How has it been tested?

Ran make setup-bridge-partner-threshold network=sepolia on this branch: it now creates sepolia/<date>-set-bridge-partner-threshold and sepolia/signatures/<date>-set-bridge-partner-threshold as expected (test artifacts removed before commit).

@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 2
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 2
2
1 if commit is unverified 0
Sum 2

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.

fix: correct output directory name for setup-bridge-partner-threshold target

2 participants