prb-proxy icon indicating copy to clipboard operation
prb-proxy copied to clipboard

Provide "computeProxyAddress" util

Open PaulRBerg opened this issue 2 years ago • 2 comments

The computeProxyAddress is currently available only internally, via the Base_Test contract. I should make it publicly available via a Utils.sol file under test/utils.

PaulRBerg avatar May 03 '23 20:05 PaulRBerg

What if move computeProxyAddress, deployRegistryConditionally, getProxyBytecode, isTestOptimizedProfile to test/utils/DeployOptimized.sol?

wiasliaw avatar Feb 22 '24 08:02 wiasliaw

DeployOptimized is for deployment helpers. The functions you have mentioned serve different purposes (testing).

PaulRBerg avatar Feb 22 '24 12:02 PaulRBerg