-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[identity] Add RPC for finding user ID
Summary: [[ https://linear.app/comm/issue/ENG-4132/identity-service-rpc-to-check-if-a-username-exists | ENG-4132 ]]. Added RPC to find user ID by either username or wallet address. The API is the same as for GetOutboundKeys RPC, which will then be refactored to instead accept user ID. Test Plan: Created a test user, used BloomRPC to call the RPC with the username. It returned the user ID - confirmed with DDB. A unit test is added in the next diff. Reviewers: varun, ashoat, michal, wyilio Reviewed By: varun Subscribers: tomek, wyilio Differential Revision: https://phab.comm.dev/D9834
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters