Skip to content

v1.0.0-alpha.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkurapov mkurapov released this 23 Sep 09:42
· 144 commits to main since this release
83ae5e6

What's Changed

Breaking Changes

  • fix(backend): make the rafiki wallet url case insensitive by @s100tist in #2833
    Wallet address creation via createWalletAddress mutation (as well as the getting of the wallet address through Admin API & Open Payments) now treats the URL as case insensitive, e.g. you cannot create https://rafiki.money/AccOunt and https://rafiki.money/account as separate wallet addresses. Please handle this appropriately, if you have multiple wallet addresses with the same underlying URL, merge them/delete them as necessary in your system.

General Changes

New Contributors

Full Changelog: v1.0.0-alpha.17...v1.0.0-alpha.18