Skip to content

Fix audit instructions: CPN status, function name, numbering#38

Merged
mejango merged 1 commit intomainfrom
docs/audit-final-polish
Mar 23, 2026
Merged

Fix audit instructions: CPN status, function name, numbering#38
mejango merged 1 commit intomainfrom
docs/audit-final-polish

Conversation

@mejango
Copy link
Contributor

@mejango mejango commented Mar 23, 2026

Summary

  • CPN revnet status: Removed incorrect "TODO -- currently commented out" claim. _deployCpnRevnet() is actively called in Phase 08 (verified in Deploy.s.sol line 394).
  • Function name: Fixed allowSuckerDeployers (plural) to allowSuckerDeployer (singular) -- the function is called in a loop per deployer.
  • Duplicate numbering: Fixed deployment phases list which had two items numbered "6" and two "7". Renumbered correctly 6-14. Also fixed duplicate phase label "03d" to "03f" for Cross-Chain Suckers.

Test plan

  • grep -n "_deployCpnRevnet" script/Deploy.s.sol confirms active call at line 394
  • grep "allowSuckerDeployer" script/Deploy.s.sol confirms singular function name
  • Visual inspection of numbered list confirms no duplicates

🤖 Generated with Claude Code

- CPN revnet is actively deployed via _deployCpnRevnet(), not commented
  out. Remove incorrect "TODO -- currently commented out" claim.
- Fix allowSuckerDeployers -> allowSuckerDeployer (singular, called
  in loop).
- Fix duplicate numbering in deployment phases list (two items numbered
  6, two numbered 7). Renumber 6-14 and fix phase label 03d -> 03f for
  Cross-Chain Suckers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mejango mejango merged commit ed23409 into main Mar 23, 2026
2 checks passed
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