Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'+' still replaced by \u002B #2612

Open
ixje opened this issue Oct 18, 2021 · 0 comments · May be fixed by #3663
Open

'+' still replaced by \u002B #2612

ixje opened this issue Oct 18, 2021 · 0 comments · May be fixed by #3663

Comments

@ixje
Copy link
Contributor

ixje commented Oct 18, 2021

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
@shargon shargon linked a pull request Jan 8, 2025 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant