Page MenuHomePhabricator

[native/web] add SQL transaction to persisting crypto module
ClosedPublic

Authored by kamil on Apr 22 2024, 4:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 10:23 AM
Unknown Object (File)
Wed, Apr 16, 9:47 AM
Unknown Object (File)
Wed, Apr 16, 8:15 AM
Unknown Object (File)
Tue, Apr 15, 11:03 PM
Unknown Object (File)
Tue, Apr 15, 2:26 AM
Unknown Object (File)
Mon, Apr 7, 2:12 PM
Unknown Object (File)
Wed, Apr 2, 4:43 AM
Unknown Object (File)
Mar 18 2025, 6:05 PM
Subscribers

Details

Summary

Not sure why there was no transaction here, but I think it's better to add this. Mostly because it implies more than one operation (persisting two accounts in two separate calls).

Wondering what @marcin thinks about this change.

Depends on D11720

Test Plan

Play a bit with crypto-related API to make sure it still works.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 23 2024, 6:38 AM

I think it is good to add a transaction here as it will force accounts states in SQLite to be in sync.

This revision is now accepted and ready to land.Apr 24 2024, 3:21 AM