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

Switch try! for try in NetworkingInteractor respond method #866

Conversation

BornaMajstorovic
Copy link
Contributor

Description

In NetworkingInteractor func respond(topic, response, protocolMethod, envelopeType) is marked with throws, but there was still try! which would sometimes fail and crash the app, since method is marked with throws there should be no need to crash the app if try fails with WalletConnectKMS.Serializer.Errors.symmetricKeyForTopicNotFound error

@llbartekll llbartekll changed the base branch from main to develop May 24, 2023 11:52
@BornaMajstorovic
Copy link
Contributor Author

Can i please get more info on how to pass CI ? @llbartekll

@radeknovis
Copy link
Contributor

@BornaMajstorovic we had to make some changes to our CI to fix it for external PRs. Do you mind closing and reopening the PR so these changes take effect?

@BornaMajstorovic
Copy link
Contributor Author

@BornaMajstorovic we had to make some changes to our CI to fix it for external PRs. Do you mind closing and reopening the PR so these changes take effect?

Some steps are still failing

@llbartekll llbartekll merged commit 5d8cd2f into WalletConnect:develop May 31, 2023
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