chronicleprotocol / greenhouse

A Greenhouse to plant contracts via CREATE3
MIT License
10 stars 1 forks source link

Fail explicitly if salt already planted #1

Closed pmerkleplant closed 1 year ago

pmerkleplant commented 1 year ago

Incorporates review feedback. We now explicitly check whether a contract is already planted at given salt - and if so revert with a custom error.

Note that the "empty salt" check inside addressOf(bytes32)(address) was removed to not double check it.

cc @jar-o