Details
Details
Registered password and wallet user. Called FindUserIdentity for both and verified the respponses.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
keyserver/addons/rust-node-addon/src/identity_client/get_inbound_keys_for_user.rs | ||
---|---|---|
39–51 | how about something like this? we eventually expect users to have usernames and wallet addresses, so i'm wondering if there's any need to have them be mutually exclusive here. we could then simplify this js code in user-responders.js: const username = inboundKeysForUser.username ? inboundKeysForUser.username : inboundKeysForUser.walletAddress; becomes const username = inboundKeysForUser.username; | |
services/identity/src/grpc_utils.rs | ||
257 | did you mean just "failed to construct wallet identity" ? |