You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anybody can frontrun owner generated call of deployAndFund by either calling deploy or deployAndExecute making the owner's transaction fail. This forces the factory owner to fund the Identity contract in a different way, forcing additional transaction costs.
proposed way to fix this:
ignore errors when deploying
skip deploying if already deployed (seems much better)
two-phase commit system
salt must be related in some way to the caller; this is bad cause the user can't deploy the contract themselves if they have to
For now, option 2 is the frontrunner (lol)
The text was updated successfully, but these errors were encountered:
proposed way to fix this:
For now, option 2 is the frontrunner (lol)
The text was updated successfully, but these errors were encountered: