Skip to content

chore: scrub internal-name references from code comments#295

Merged
anil-rome merged 1 commit into
masterfrom
scrub-internal-names
Jul 20, 2026
Merged

chore: scrub internal-name references from code comments#295
anil-rome merged 1 commit into
masterfrom
scrub-internal-names

Conversation

@anil-rome

Copy link
Copy Markdown
Contributor

Neutralizes internal-only references (internal program-repo name, internal PR numbers, internal file/spec paths, internal branch names) that survived earlier scrubs — in code comments only, across contracts/tests/scripts.

  • ~89 comment references across 33 files → public-safe phrasing (internal program repo → "the Rome EVM program"; internal PR ids dropped; internal spec/doc paths → neutral descriptions).
  • No code, logic, selector values, or signatures changed — every changed line verified to be a comment.

Known residual (deliberately left to keep this PR strictly comment-only): one deploy-script console.log (scripts/activation/deploy-simple-activator.ts) still names the internal app + a registry key — that's a code line; can be handled in a tiny separate edit.

Validation: internal-name grep clean except the flagged console.log; diff is 100% comment lines ⇒ no compile/behavior impact.

@anil-rome
anil-rome merged commit fc4662e into master Jul 20, 2026
9 checks passed
@anil-rome
anil-rome deleted the scrub-internal-names branch July 20, 2026 07:10
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