[framework] base64 support url decode #2860
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
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.
The text was updated successfully, but these errors were encountered: