Page MenuHomePhabricator

Implement JSI getter and setter for siwe backup secrets
ClosedPublic

Authored by marcin on Apr 11 2024, 9:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 11, 4:02 PM
Unknown Object (File)
Wed, May 8, 3:09 AM
Unknown Object (File)
Fri, Apr 26, 10:15 AM
Unknown Object (File)
Thu, Apr 25, 9:37 AM
Unknown Object (File)
Mon, Apr 22, 9:10 PM
Unknown Object (File)
Thu, Apr 18, 11:51 AM
Unknown Object (File)
Apr 16 2024, 1:23 AM
Unknown Object (File)
Apr 15 2024, 6:02 PM
Subscribers

Details

Summary

This diff implements JSI methods to set and get backup secrets into and from SQLite.

Test Plan

Call those functions in JS code and log results.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks good. (There shouldn't be any WASM stuff that needs to be generated for the non-DB code here right?)

This revision is now accepted and ready to land.Apr 11 2024, 6:42 PM
In D11637#334446, @atul wrote:

Looks good. (There shouldn't be any WASM stuff that needs to be generated for the non-DB code here right?)

No - CommCoreModule.{h, cpp} are not compiled to WASM.