safe-global / safe-smart-account

Safe allows secure management of blockchain assets.
https://safe.global
GNU Lesser General Public License v3.0
1.84k stars 907 forks source link

Incorrect Revert Messages In 1.5.0 Migration Contract #782

Closed nlordell closed 2 months ago

nlordell commented 2 months ago

Description

The Safe 1.5.0 migration contract currently has incorrect revert messages, referencing the wrong version of the contracts:

https://github.com/safe-global/safe-smart-account/blob/8f80a8372d193be121dcdb52e869a258824e5c0f/contracts/libraries/Safe150Migration.sol#L39-L41

nlordell commented 2 months ago

May not be needed with #787

nlordell commented 2 months ago

No longer needed as we have a single migration contract.