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

[framework] base64 support url decode #2860

Open
jolestar opened this issue Nov 6, 2024 · 0 comments
Open

[framework] base64 support url decode #2860

jolestar opened this issue Nov 6, 2024 · 0 comments
Labels
area:stdlib Move stdlib or framework issues help wanted Extra attention is needed proposal New external API or other notable changes skill::move Need the Move language skill to complete the issue skill::rust Need the rust language skill to complete the issue
Milestone

Comments

@jolestar
Copy link
Contributor

jolestar commented Nov 6, 2024

Proposal Details

The base64::decode function only support standard base64 string, not support url safe string.

https://github.com/rooch-network/rooch/blob/3e7c63cf322c3dfd2e6e1419393897eb13cc4294/frameworks/moveos-stdlib/src/natives/moveos_stdlib/base64.rs

Provide new function to support url safe string decode.

@jolestar jolestar added help wanted Extra attention is needed skill::move Need the Move language skill to complete the issue skill::rust Need the rust language skill to complete the issue area:stdlib Move stdlib or framework issues proposal New external API or other notable changes labels Nov 6, 2024
@jolestar jolestar added this to the Rooch v0.9 milestone Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:stdlib Move stdlib or framework issues help wanted Extra attention is needed proposal New external API or other notable changes skill::move Need the Move language skill to complete the issue skill::rust Need the rust language skill to complete the issue
Projects
Status: No status
Development

No branches or pull requests

1 participant