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
Using TWAPs with Safe versions equal to or older than 1.1.1 does not work likely due to not injecting the msg.sender when invoking the fallback handler, which is something that the Extensible Fallback Handler expects. It does not seem solvable and we should prevent users with older Safe version from interacting with TWAPS and asking them to upgrade.
Steps to reproduce
Go to Swaps and try using it with a Safe version older than 1.3.0
Expected result
I cannot use the TWAP feature with a non-compatible Safe version.
Obtained result
I run into errors when executing the transaction.
Screenshots
The text was updated successfully, but these errors were encountered:
Bug description
Using TWAPs with Safe versions equal to or older than 1.1.1 does not work likely due to not injecting the msg.sender when invoking the fallback handler, which is something that the Extensible Fallback Handler expects. It does not seem solvable and we should prevent users with older Safe version from interacting with TWAPS and asking them to upgrade.
Steps to reproduce
Expected result
I cannot use the TWAP feature with a non-compatible Safe version.
Obtained result
I run into errors when executing the transaction.
Screenshots
The text was updated successfully, but these errors were encountered: