-
Notifications
You must be signed in to change notification settings - Fork 45
feat(dpp): add bech32m address encoding for Platform addresses (DIP-0018) #2889
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
Conversation
Co-authored-by: Quantum Explorer <quantum@dash.org> Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com>
…t/singleUseKeys-sdk
…t/singleUseKeys-sdk
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ DashSDKFFI.xcframework built for this PR.
SwiftPM (host the zip at a stable URL, then use): .binaryTarget(
name: "DashSDKFFI",
url: "https://your.cdn.example/DashSDKFFI.xcframework.zip",
checksum: "c568d40b7e790f5d7ca9f253c8531e8d1b9595153c1c45dd6538b2428a285950"
)Xcode manual integration:
|
Issue being fixed or feature implemented
Implements DIP-0018 bech32m address encoding for Dash Platform payment addresses.
What was done?
How Has This Been Tested?
DET
Breaking Changes
Checklist:
For repository code-owners and collaborators only