pretty straightforward. just expose rust methods to js
Depends on D11908
Paths
| Differential D11909 Authored by varun on May 6 2024, 7:24 AM.
Details Summary pretty straightforward. just expose rust methods to js Depends on D11908 Test Plan tested from js later in stack by calling the useLogIn hook with a reserved username and reserved wallet address and confirming that i was registered on identity
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptMay 6 2024, 7:24 AM2024-05-06 07:24:50 (UTC-7) varun edited the test plan for this revision. (Show Details)May 6 2024, 7:34 AM2024-05-06 07:34:04 (UTC-7) Harbormaster completed remote builds in B28705: Diff 39853.May 6 2024, 7:42 AM2024-05-06 07:42:59 (UTC-7) This revision is now accepted and ready to land.May 7 2024, 1:59 AM2024-05-07 01:59:47 (UTC-7) Closed by commit rCOMM798826827ed8: [native] add registerReservedWalletUser and registerReservedPasswordUser to… (authored by varun). · Explain WhyMay 20 2024, 7:05 AM2024-05-20 07:05:38 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40413 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
native/schema/CommRustModuleSchema.js
|