Skip to content

'+' still replaced by \u002B #2612

@ixje

Description

@ixje

Describe the bug
#2307 was closed as a duplicate of #2050 while the latter was also closed without ever including the fix. I ran into a state (and gas consumption) issue with testnet block 398890 where a JSON string was stored and the + was replaced by \u002B. + is a valid base64 character so we're unnecessary increasing storage size and cost for users.

Expected behavior
+ in a base64 encoded string should stay a +.

Platform:

  • Version neo-cli 3.0.3

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