Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Allow empty string to be passed #4136

Open
GopherJ opened this issue Dec 16, 2022 · 2 comments
Open

Allow empty string to be passed #4136

GopherJ opened this issue Dec 16, 2022 · 2 comments

Comments

@GopherJ
Copy link

GopherJ commented Dec 16, 2022

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

@katspaugh
Copy link
Member

Thanks for the report @GopherJ!

Could you post a screenshot of the problem?

@katspaugh
Copy link
Member

I’m asking because it seems you’re talking about the Transaction Builder app, which is a separate repo/project.

cc @dasanra

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants