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

[ABW-2204] RadixConnect 🚀 Mainnet ready PROD servers 🚀 #720

Conversation

CyonAlexRDX
Copy link
Contributor

@CyonAlexRDX CyonAlexRDX commented Sep 6, 2023

PreAlpha #10 (CD🏃‍♂️⏳) uses prod, use together with THIS CE build

Jira ticket: ABW-2204

Upgrade PROD servers to be mainnet ready:

Requires THIS CE build

SS

new: wss://signaling-server.radixdlt.com

TURN

Username and password credentials remain unchanged

UDP

new: turn:turn-udp.radixdlt.com:80?transport=udp

TCP

new: turn:turn-tcp.radixdlt.com:80?transport=tcp

Requires THIS CE build

PR submission checklist

  • I have tested account to account transfer flow and have confirmed that it works

init(
password: ConnectionPassword,
source: ClientSource = .wallet,
baseURL: URL
Copy link
Contributor Author

Choose a reason for hiding this comment

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

potentially dangerous, we defaulted to prodSignalingServer - however unused, but best be on the safe side.

RTCIceServer(urlStrings: ["turn:turn-rcnet-udp.radixdlt.com:80?transport=udp"], username: "username", credential: "password", tlsCertPolicy: .insecureNoCheck),
RTCIceServer(urlStrings: ["turn:turn-rcnet-tcp.radixdlt.com:80?transport=tcp"], username: "username", credential: "password", tlsCertPolicy: .insecureNoCheck),

return [
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🚀

@@ -5,7 +5,7 @@ public enum RadixConnectConstants {}

extension RadixConnectConstants {
/// Connection URL
public static let prodSignalingServer = URL(string: "wss://signaling-server-rcnet.radixdlt.com")!
public static let prodSignalingServer = URL(string: "wss://signaling-server.radixdlt.com")!
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🚀

@CyonAlexRDX CyonAlexRDX changed the title [ABW-2204] RadixConnect Mainnet ready PROD servers [ABW-2204] RadixConnect 🚀 Mainnet ready PROD servers 🚀 Sep 6, 2023
@CyonAlexRDX CyonAlexRDX merged commit 5c7ef9a into main Sep 6, 2023
5 checks passed
@CyonAlexRDX CyonAlexRDX deleted the ABW-2204_upgrade_RadixConnect_Signaling_and_TURN_servers_used_by_PROD branch September 6, 2023 13:05
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants