Page MenuHomePhabricator

[native] Implement `getSignedIdentityKeysBlob(...)` for `native`
ClosedPublic

Authored by atul on Mar 10 2023, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 7, 11:35 PM
Unknown Object (File)
Sat, Dec 7, 11:35 PM
Unknown Object (File)
Sat, Dec 7, 11:35 PM
Unknown Object (File)
Fri, Dec 6, 6:03 AM
Unknown Object (File)
Wed, Dec 4, 3:21 AM
Unknown Object (File)
Nov 8 2024, 7:37 AM
Unknown Object (File)
Nov 8 2024, 7:37 AM
Unknown Object (File)
Nov 8 2024, 7:37 AM
Subscribers
None

Details

Summary

In this diff we implement getSignedIdentityKeysBlob(...) and pass it to nativeGetClientResponsesSelector...) so we can call it from within the function created by getClientResponsesSelector(...) if we need to handle serverRequestTypes.SIGNED_IDENTITY_KEYS_BLOB.


Depends on D7034

Test Plan

See if ClientClientResponse for serverRequestTypes.SIGNED_IDENTITY_KEYS_BLOB is properly constructed and received by keyserver.

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D7035 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Mar 10 2023, 4:58 PM
This revision is now accepted and ready to land.Mar 11 2023, 5:26 AM

include call to commCoreModule.initializeCryptoAccount(...)

native/selectors/socket-selectors.js
56

I made sure calls to initializeCryptoAccount(...) were "idempotent." We really should be handling this on app launch or something?

See if ClientClientResponse for serverRequestTypes.SIGNED_IDENTITY_KEYS_BLOB is properly constructed and received by keyserver.

e1a1b6.png (1×3 px, 701 KB)