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

[Interface] Replace string with WalletConnectURI #475

Merged
merged 4 commits into from
Sep 1, 2022

Conversation

flypaper0
Copy link
Contributor

@flypaper0 flypaper0 commented Aug 30, 2022

Description

  • String replaced with WalletConnectURI
  • Lint

Resolves #465

How Has This Been Tested?

Run UI tests

Due Dilligence

  • Breaking change
  • Requires a documentation update

@flypaper0 flypaper0 requested a review from llbartekll August 30, 2022 21:38
@arein arein added the accepted label Aug 30, 2022
Copy link
Contributor

@llbartekll llbartekll left a comment

Choose a reason for hiding this comment

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

I am checking:

  • Breaking change
  • Requires a documentation update

as I believe both are required.

@@ -46,7 +46,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
vc.onClientConnected = {
Task {
do {
try await Sign.instance.pair(uri: wcUri)
try await Sign.instance.pair(uri: WalletConnectURI(string: wcUri)!)
Copy link
Contributor

Choose a reason for hiding this comment

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

should we add the check: if uri is for Sign API or something like that?

@flypaper0
Copy link
Contributor Author

Update Docs issue
#479

@flypaper0 flypaper0 force-pushed the feature/replace-string-uri-#465 branch from e00368f to d231348 Compare September 1, 2022 10:39
@flypaper0 flypaper0 merged commit 207d481 into develop Sep 1, 2022
@flypaper0 flypaper0 deleted the feature/replace-string-uri-#465 branch September 1, 2022 12:03
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