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

Disable notification decryption for Crypto V2 #1662

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Dec 14, 2022

Rust-based crypto uses a database which is not multi-process safe and cannot be used from foreground and background process simultaneously. This will be addressed in a future PR, but before we have multi-process safe database, we are simply not going to be decrypting notifications, only displaying their arrival.

Some other changes include:

  • temporarily comment out isUntrusted property of events until rust adds an "undecided" state for trust
  • do not post new transaction notifications for SAS as we do not support modal prompts for crypto V2

@Anderas Anderas force-pushed the andy/disable_notifications branch from 710d5db to e4ef220 Compare December 14, 2022 16:21
@Anderas Anderas changed the title Disable notifications for Crypto V2 Disable notification decryption for Crypto V2 Dec 14, 2022
@Anderas Anderas requested review from a team and paleksandrs and removed request for a team December 14, 2022 16:21
@Anderas Anderas merged commit 4ec84cf into develop Dec 15, 2022
@Anderas Anderas deleted the andy/disable_notifications branch December 15, 2022 09:46
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