Page MenuHomePhabricator

Implement JSI getter and setter for siwe backup secrets
ClosedPublic

Authored by marcin on Thu, Apr 11, 9:10 AM.
Tags
None
Referenced Files
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)
Tue, Apr 16, 1:23 AM
Unknown Object (File)
Mon, Apr 15, 6:02 PM
Unknown Object (File)
Sat, Apr 13, 11:29 AM
Unknown Object (File)
Thu, Apr 11, 12:46 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.Thu, Apr 11, 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.