Skip to content

Conversation

@farismln
Copy link
Contributor

Summary

Changes Made

two step ownership contract: removing the natspec about address(0) as param for transferOwnership

Checklist

Before submitting this PR, please ensure:

  • Code follows the Solidity feature ban - No inheritance, constructors, modifiers, public/private variables, external library functions, using for directives, or selfdestruct

  • Code follows Design Principles - Readable, uses diamond storage, favors composition over inheritance

  • Code matches the codebase style - Consistent formatting, documentation, and patterns (e.g. ERC20Facet.sol)

  • Code is formatted with forge fmt

  • Tests are included - All new functionality has comprehensive tests

  • All tests pass - Run forge test and ensure everything works

  • Documentation updated - If applicable, update relevant documentation

Make sure to follow the CONTRIBUTING.md guidelines.

Additional Notes

@github-actions
Copy link

Coverage Report

Coverage

Metric Coverage Details
Lines 28% 182/660 lines
Functions 34% 35/104 functions
Branches 19% 26/135 branches

Last updated: Sun, 26 Oct 2025 05:19:11 GMT for commit d9ac170

@mudgen mudgen merged commit 3615bc2 into Perfect-Abstractions:main Oct 26, 2025
1 of 3 checks passed
@mudgen
Copy link
Contributor

mudgen commented Oct 26, 2025

Thanks for this.

JackieXu pushed a commit to JackieXu/Compose that referenced this pull request Nov 6, 2025
…ps-transfer-ownership-natspec

Fix natspec for clarity about two-step transfer ownership
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