Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(create3): allow deployed solely based on salt #437

Merged
merged 4 commits into from
Dec 14, 2024

Conversation

kingster-will
Copy link
Contributor

@kingster-will kingster-will commented Dec 14, 2024

Enhance pre-deployed CREATE3 to support deploying contracts to deterministic addresses calculated solely based on the salt, independent of the deployer address.

issue: none

Copy link
Contributor

@Ramarti Ramarti left a comment

Choose a reason for hiding this comment

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

Please change this Natspec

/**
 * @title Create3
 * @notice Factory for deploying contracts to deterministic addresses via CREATE3 Enables deploying
 *         contracts using CREATE3. Each deployer (msg.sender) has its own namespace for deployed
 *         addresses.
 * @author zefram.eth
 * @custom:attribution zefram.eth (https://github.com/ZeframLou/create3-factory/blob/main/src/CREATE3Factory.sol)
 */

To one that says it's based on zefram's code but we also added methods.
Otherwise LGTM

@kingster-will kingster-will changed the title feat(create3): allow determine deployed address solely depends on salt feat(create3): allow deployed solely based on salt Dec 14, 2024
@edisonz0718 edisonz0718 merged commit 17eaf99 into main Dec 14, 2024
8 of 9 checks passed
@edisonz0718 edisonz0718 deleted the feat/create3-determin branch December 14, 2024 01:12
Copy link

Binary uploaded successfully 🎉

📦 Version Name: 0.14.1-unstable-17eaf99
📦 Download Source: AWS S3

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.

3 participants