This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Description
I'm not sure if this is the correct place to raise this issue. You may give me the correct repo if this isn't.
While using safe to manage a timelock, I encountered an issue.
Safe dont allow users to input empty string.
When the type is bytes we can still enter 0x, but when the type is string, safe requires it to be non-empty, but there is of course a need to pass empty string. For example in aave's timelock contract the signature parameter can be empty string
To solve this currently I have to use Custom Data