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

[Web3Wallet] RFC3986 #760

Merged
merged 2 commits into from
Mar 27, 2023
Merged

[Web3Wallet] RFC3986 #760

merged 2 commits into from
Mar 27, 2023

Conversation

flypaper0
Copy link
Contributor

Description

Native deeplinks does not work with absoluteString on real devices

Resolves # (issue)

How Has This Been Tested?

Due Dilligence

  • Breaking change
  • Requires a documentation update

@@ -11,6 +11,11 @@ public struct WalletConnectURI: Equatable {
return "wc:\(topic)@\(version)?symKey=\(symKey)&\(relayQuery)"
}

public var deeplinkUri: String {
return absoluteString
.addingPercentEncoding(withAllowedCharacters: .rfc3986)!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to avoid force unwrapping?

@flypaper0 flypaper0 changed the title [Web3Wallet] RPC3986 [Web3Wallet] RFC3986 Mar 24, 2023
@flypaper0 flypaper0 merged commit ee90746 into develop Mar 27, 2023
@flypaper0 flypaper0 deleted the feature/rfc3986 branch March 27, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants