liftedinit / alberto

A crypto wallet for any ledger supporting the Many protocol
https://alberto.app
Apache License 2.0
6 stars 7 forks source link

Use base64url encoding for Transaction IDs in URIs #97

Closed hansl closed 2 years ago

hansl commented 2 years ago

This removes the "="s at the end, which encodes to "%3D" and dont look good. This is backward compatible in case people kept URIs somewhere.

Testing were added for round trip and for golden values.

Manual testing of URIs was done with local and prod backend.