rebase
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
May 16 2024
May 16 2024
will updated the diff for D12000: [native/web] make `findUserIdentities` RPC available to native and web.
will updated the diff for D12000: [native/web] make `findUserIdentities` RPC available to native and web.
rebase
May 15 2024
May 15 2024
will updated the diff for D12000: [native/web] make `findUserIdentities` RPC available to native and web.
rebase
will updated the diff for D12000: [native/web] make `findUserIdentities` RPC available to native and web.
rebase before landing
will updated the diff for D11952: [identity] modify get user identity rpc to take user ids and return identity map with farcaster id.
review feedback
will updated the diff for D11952: [identity] modify get user identity rpc to take user ids and return identity map with farcaster id.
review feedback
will updated the diff for D11951: Refactor get user identifier to return identity with farcaster id.
review feedback
will updated the diff for D12000: [native/web] make `findUserIdentities` RPC available to native and web.
use farcasterID instead of farcasterID on native/web
will updated the diff for D11998: [native] implement 'FindUserIdentities' RPC in `native_rust_library`.
farcasterId to farcasterID in native_rust_library
replace comm-lib and feature-flags with underscores in env var
Fix comm-lib as comm_lib in env variable
May 14 2024
May 14 2024
Remove unnecessary spread syntax
May 13 2024
May 13 2024
will planned changes to D12000: [native/web] make `findUserIdentities` RPC available to native and web.
Planning changes to address Ashoat's comment on changing farcasterId to farcasterID
May 11 2024
May 11 2024
will requested review of D12004: [terraform] rename alarm names to be uppercase to match other alarm names.
will retitled D12002: [terraform] display comm-lib debug logs on identity from [terraform] display comm-lib debug logs
will requested review of D12001: [identity] remove unnecessary error log for identity search connection close.
will requested review of D12000: [native/web] make `findUserIdentities` RPC available to native and web.
will requested review of D11998: [native] implement 'FindUserIdentities' RPC in `native_rust_library`.
May 10 2024
May 10 2024
This is great. Thanks for introducing this
May 9 2024
May 9 2024
rebase and include payload
May 8 2024
May 8 2024
May 7 2024
May 7 2024
review feedback and whitespace
May 6 2024
May 6 2024
add sync pattern and address review feedback
review feedback
review feedback
fix misconfigured email endpoint
will added inline comments to D11853: [terraform] metric filters for error logs in identity service.
May 3 2024
May 3 2024
May 2 2024
May 2 2024
In D11852#339861, @varun wrote:I was imagining that all the prefixes (e.g. DB Error) would be defined in a module in constants.rs and then used like this:
pub const DB_ERROR_LOG_PREFIX: &str = "DB Error"; error!(DB_ERROR_LOG_PREFIX, "Encountered an unexpected error: {}", e);