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

[CBW-1218] Block WalletConnect multiple requests at the same time #382

Merged
merged 7 commits into from
Dec 8, 2023

Conversation

prinshamlet
Copy link
Contributor

Purpose

For safety, it is important to not allow dApps to send requests upon other request. It can mislead a user and make him accept request, that he/she would've otherwise not approved.

Changes

In order to prevent that, a bool flag has been added and is set true when a request is pending. After it's rejected or accepted, the flag is set back to false.

Jira ticket: https://concordium.atlassian.net/browse/CBW-1218

@prinshamlet prinshamlet changed the title Feature/cbw 1218 [CBW-1218] Dec 7, 2023
@prinshamlet prinshamlet changed the title [CBW-1218] [CBW-1218] block WalletConnect multiple requests at the same time #381 Dec 7, 2023
@prinshamlet prinshamlet changed the title [CBW-1218] block WalletConnect multiple requests at the same time #381 [CBW-1218] block WalletConnect multiple requests at the same time Dec 7, 2023
@prinshamlet prinshamlet changed the title [CBW-1218] block WalletConnect multiple requests at the same time [CBW-1218] Dec 7, 2023
@prinshamlet prinshamlet changed the title [CBW-1218] [CBW-1218] block WalletConnect multiple requests at the same time #381 Dec 7, 2023
@prinshamlet prinshamlet changed the title [CBW-1218] block WalletConnect multiple requests at the same time #381 [CBW-1218] block WalletConnect multiple requests at the same time Dec 7, 2023
@prinshamlet prinshamlet self-assigned this Dec 7, 2023
@prinshamlet prinshamlet requested a review from bisgardo December 7, 2023 14:01
@prinshamlet prinshamlet changed the title [CBW-1218] block WalletConnect multiple requests at the same time [CBW-1218] Block WalletConnect multiple requests at the same time Dec 7, 2023
@prinshamlet prinshamlet merged commit fa0556a into main Dec 8, 2023
1 check passed
@prinshamlet prinshamlet deleted the feature/CBW-1218 branch December 8, 2023 14:01
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.

2 participants