Skip to content

Change computeAddress Visibility to internal#3

Open
nlordell wants to merge 1 commit intowilsoncusack:mainfrom
nlordell:fix/compute-address-visibility
Open

Change computeAddress Visibility to internal#3
nlordell wants to merge 1 commit intowilsoncusack:mainfrom
nlordell:fix/compute-address-visibility

Conversation

@nlordell
Copy link

This PR changes the visibility of the computeAddress library functions to be internal. Library functions that are public generate code to call to an external library contract.

This causes some inconveniences, for example uses of computeAddress with forge script to potentially broadcast a transaction to deploy the SafeSingletonDeployer library (even if it isn't actually needed).

This PR changes the visibility of the `computeAddress` library functions to be `internal`. Library functions that are `public` generate code to call to an external library contract.

This causes some inconveniences, for example uses of `computeAddress` with `forge script` to potentially broadcast a transaction to deploy the `SafeSingletonDeployer` library (even if it isn't actually needed).
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

Comments