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] Echo #751

Merged
merged 6 commits into from
Mar 29, 2023
Merged

[Web3Wallet] Echo #751

merged 6 commits into from
Mar 29, 2023

Conversation

alexander-lsvk
Copy link
Contributor

Due Dilligence

  • Breaking change
  • Requires a documentation update

# Conflicts:
#	Sources/Web3Wallet/Web3WalletClient.swift
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.

looks good!

@@ -35,10 +36,11 @@ public class Web3Wallet {
/// - Parameters:
/// - metadata: App metadata
/// - signerFactory: Auth signers factory
static public func configure(metadata: AppMetadata, signerFactory: SignerFactory) {
static public func configure(metadata: AppMetadata, signerFactory: SignerFactory, echoHost: String = "echo.walletconnect.com", environment: APNSEnvironment) {
Copy link
Contributor

Choose a reason for hiding this comment

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

should the echo host be an optional? not every project is using our PN solution.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you mean if we pass nil then Echo won't call configure? what about environment then?

Copy link
Contributor

Choose a reason for hiding this comment

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

add echo config? that is optional and contains both?

Copy link
Contributor

Choose a reason for hiding this comment

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

or it's good, just add a default environment?

@llbartekll llbartekll merged commit ea29119 into develop Mar 29, 2023
@llbartekll llbartekll deleted the w3w-echo branch March 29, 2023 11:35
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