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

[SDK] Inject WebSocket factory #281

Merged
merged 9 commits into from
Jun 27, 2022
Merged

Conversation

flypaper0
Copy link
Contributor

@flypaper0 flypaper0 commented Jun 22, 2022

#275

What changed

  • Starscream moved out of SDK
  • Integration tests moved to Separate Project target

@flypaper0 flypaper0 force-pushed the feature/inject-websocket-#275 branch 7 times, most recently from 225901f to 33c8285 Compare June 23, 2022 16:51
@flypaper0 flypaper0 marked this pull request as ready for review June 23, 2022 17:04
Example/DApp/SceneDelegate.swift Show resolved Hide resolved
@@ -17,13 +17,28 @@ public class Sign {
guard let config = Sign.config else {
fatalError("Error - you must call configure(_:) before accessing the shared instance.")
}
relayClient = RelayClient(relayHost: "relay.walletconnect.com", projectId: config.projectId, socketConnectionType: config.socketConnectionType)
relayClient = RelayClient(
relayHost: "dev.relay.walletconnect.com",
Copy link
Contributor

Choose a reason for hiding this comment

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

we need to remember to change it to non dev before the release

@flypaper0 flypaper0 force-pushed the feature/inject-websocket-#275 branch from 33c8285 to 7be541f Compare June 27, 2022 09:28
@flypaper0 flypaper0 merged commit b9123c7 into develop Jun 27, 2022
@flypaper0 flypaper0 deleted the feature/inject-websocket-#275 branch June 27, 2022 09:52
@flypaper0 flypaper0 mentioned this pull request Jul 5, 2022
llbartekll pushed a commit that referenced this pull request Jul 5, 2022
* WebSocketConnecting protocol injection

* WebSocket Factory

* Dapp and Wallet tests removed

* Separate integration tests from SDK

* Deployment target updated

* Removing TestingUtills library

* Task priority hight

* Specify derivedDataPath

* Switch to prod relay host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants