Rust, C++ and js changes to add farcaster id param to the register methods in the native IdentityServiceContextProvider
Depends on D11396
Paths
| Differential D11398 Authored by varun on Mar 27 2024, 12:31 PM.
Tags None Referenced Files
Subscribers
Details Summary Rust, C++ and js changes to add farcaster id param to the register methods in the native IdentityServiceContextProvider Depends on D11396 Test Plan called the js method and successfully registered an account with a farcaster ID. verified result in DDB.
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptMar 27 2024, 12:31 PM2024-03-27 12:31:20 (UTC-7) Harbormaster completed remote builds in B27713: Diff 38376.Mar 27 2024, 12:46 PM2024-03-27 12:46:05 (UTC-7) varun added a parent revision: D11396: [proto][identity] add optional fid to registration request messages. Comment Actionssquash with D11397 Comment Actions remove TODOs. Here's the linear task, instead: https://linear.app/comm/issue/ENG-7588/replace-params-in-native-rust-library-methods-with-serialized-structs Harbormaster failed remote builds in B27732: Diff 38395!Mar 27 2024, 2:06 PM2024-03-27 14:06:10 (UTC-7) Harbormaster completed remote builds in B27734: Diff 38397.Mar 27 2024, 2:15 PM2024-03-27 14:15:38 (UTC-7) This revision is now accepted and ready to land.Mar 27 2024, 10:24 PM2024-03-27 22:24:29 (UTC-7) Closed by commit rCOMMcbc627ce542e: [native] expose farcaster id param to native identity service context provider (authored by varun). · Explain WhyMar 28 2024, 2:55 PM2024-03-28 14:55:52 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38496 native/cpp/CommonCpp/NativeModules/CommRustModule.h
native/cpp/CommonCpp/NativeModules/CommRustModule.cpp
native/cpp/CommonCpp/_generated/rustJSI-generated.cpp
native/cpp/CommonCpp/_generated/rustJSI.h
|