Skip to content

feat: add pause task setup command - #789

Open
0xth4nh wants to merge 8 commits into
mainfrom
thanhtrinh/add-pause-task-command
Open

0xth4nh wants to merge 8 commits into
mainfrom
thanhtrinh/add-pause-task-command

Conversation

@0xth4nh

@0xth4nh 0xth4nh commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add make setup-pause-task network=<network>
  • add a reusable active/evm/make/pause-bridge.mk workflow that only generates pauser-service signatures
  • reuse an existing active pause task across network rollout dates, with TASK_ID=<task-id> for explicit selection
  • generate network-scoped signer instructions and signature output
  • update repository documentation for the signing-only flow

Testing

  • CI creates mainnet and Sepolia configs in an isolated temporary repository and dry-runs sign-pause
  • git diff --check

Co-authored-by: Codex <codex-noreply@coinbase.com>
@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

0xth4nh and others added 5 commits September 11, 2026 10:30
Co-authored-by: Codex <codex-noreply@coinbase.com>
Co-authored-by: Codex <codex-noreply@coinbase.com>
Co-authored-by: Codex <codex-noreply@coinbase.com>
Co-authored-by: Codex <codex-noreply@coinbase.com>
Co-authored-by: Codex <codex-noreply@coinbase.com>
Comment thread .github/workflows/validate-common-scripts.yml Outdated
Co-authored-by: Codex <codex-noreply@coinbase.com>
@cb-heimdall

Copy link
Copy Markdown
Collaborator

Review Error for mw2000 @ 2026-09-14 15:28:04 UTC
User failed mfa authentication, see go/mfa-help

Comment thread .github/workflows/validate-common-scripts.yml Outdated
Comment thread scripts/setup-pause-task.sh Outdated
Comment thread scripts/setup-pause-task.sh Outdated
Comment thread scripts/setup-pause-task.sh Outdated
Comment thread scripts/setup-pause-task.sh Outdated
Comment thread .gitignore Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread scripts/setup-pause-task.sh Outdated
Comment thread active/evm/make/pause-bridge.mk Outdated
Comment thread .gitignore Outdated
Co-authored-by: Codex <codex-noreply@coinbase.com>
ZERO_ADDRESS := 0x0000000000000000000000000000000000000000
SAFE_TX_TYPEHASH := 0xbb8310d486368db6bd6f849402fdd73ad53d316b5a4b2644ad6efe0f941286d8
SAFE_TX_ABI := f(bytes32,address,uint256,bytes32,uint8,uint256,uint256,uint256,address,address,uint256)
PAUSE_SIGNATURES_FILE := $(CURDIR)/config/$(TASK_NETWORK)/signatures-pause.txt

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could we keep **/signatures-pause.txt (and the temporary outputs) ignored, since this target generates sensitive bearer signatures inside the repository?

else
mkdir -p "$task_dir/config"

cat >"$task_dir/Makefile" <<'EOF'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could we still generate a minimal task-root FACILITATOR.md describing the signing and pauser-service handoff, so generated tasks satisfy the explicit facilitator-guide requirements in AGENTS.md without restoring manual execution?

@linear

linear Bot commented Sep 16, 2026

Copy link
Copy Markdown

CHAIN-5387

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.

5 participants