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

Allow empty string to be passed #4136

Description

@0x8f701

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions