-
Notifications
You must be signed in to change notification settings - Fork 445
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
Update Package.swift #819
Update Package.swift #819
Conversation
@MaksymVereshchaka |
@JeneaVranceanu |
Got it. I had the same issue with one of the versions of WalletConnectV2. |
Do I see it right, that the only significant change here is that the If so, here's what I have to say:
Also I remember that we had discuss this thing a while ago in Discord, like whether should we replace it with the bitcoin implementation, and we decided to yes, but someday later |
Yes, that's the change. To say something to your points:
Additionally, there is always a security risk when it comes to the code that is responsible for key-pair generation, signing and encryption overall. It's best to stick to some fixed version IMHO. |
Just reporting that I also have the same issue now with another library. And to follow the conversation here. |
Just to say, there's the opposite security risks exists, when you reimplement any crypto by yourself instead of using some popular bullet proof implementation. Anyway I agree with you in general — there should be no rush in this in anyway. |
@yaroslavyaroslav @JeneaVranceanu |
I've merged it locally due to conflict with current develop. About to make release today with this fix |
Summary of Changes
Fixes # (if applicable - add the number of issue this PR addresses)
Test Data or Screenshots
By submitting this pull request, you are confirming the following:
develop
branch.