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
F3406049: D11637.diff
Wed, Dec 4, 12:25 AM
Unknown Object (File)
Nov 3 2024, 5:56 AM
Unknown Object (File)
Oct 31 2024, 9:39 PM
Unknown Object (File)
Oct 30 2024, 1:37 PM
Unknown Object (File)
Oct 12 2024, 5:49 PM
Unknown Object (File)
Oct 12 2024, 5:49 PM
Unknown Object (File)
Oct 12 2024, 5:49 PM
Unknown Object (File)
Oct 12 2024, 5:49 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
No Lint Coverage
Unit
No Test Coverage

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.