Page MenuHomePhabricator

[native] use grpc_clients client in native_rust_library
ClosedPublic

Authored by varun on Oct 12 2023, 10:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 7:38 PM
Unknown Object (File)
Sat, Nov 9, 4:11 PM
Unknown Object (File)
Wed, Oct 30, 7:24 AM
Unknown Object (File)
Wed, Oct 30, 7:24 AM
Unknown Object (File)
Wed, Oct 30, 7:24 AM
Unknown Object (File)
Wed, Oct 30, 7:22 AM
Unknown Object (File)
Sep 26 2024, 5:24 PM
Unknown Object (File)
Sep 23 2024, 12:43 PM
Subscribers

Details

Summary

replaced the old grpc clients with the new one with an interceptor from shared/grpc_clients. i also updated build.rs to get the codeVersion from CommCoreModule.h. lastly, i removed unused dependencies and dead code.

Test Plan
  • unit tested the code version change
  • sent a request to local identity service from native_rust_library and verified the request was received and contained the code version metadata
  • built the native app for iOS simulator successfully

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek added inline comments.
native/native_rust_library/build.rs
11 ↗(On Diff #31972)

This can be moved to the bottom of this fn, to the other similar call

This revision is now accepted and ready to land.Oct 16 2023, 12:38 AM