frank

Results 91 comments of frank

My idea is as follows: First, add a layer of wrapper for some APIs of mobile/status.go to enable log recording when panic occurs. Secondly, add a layer of wrapper for...

> Would be great to know more context why `ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN` message is now using `ResendTypeRawMessage`, not using mvds in the first place? @qfrank @cammellos I hope this [comment](https://github.com/status-im/status-go/pull/4969#issuecomment-2040891184) would be...

I doubt I have enough time to investigate this issue this week, unassigned myself now and may pick it up next week

Oh, just saw "reproduce only on Xiaomi 11 Lite with Android 13" , unassign myself

``` [status-im/status-react#9942] Upgradable paths in configs Storing absolute path for different configs breaks compatibility on iOS as app's dir is changed after upgrade. The solution is to store relative paths...

``` ERROR[08-30|10:56:02.169|github.com/status-im/status-go/mobile/status.go:343] failed to create account error="account not found" ```

Does this problem often occur when a new account is created immediately after logging out?

If yes, I guess it's because we didn't take care of race operation on `accountsGenerator` in the backend as Logout/CreateAccountAndLogin are aync invoked

emm.. let me draft a PR and see if it make any difference

could you try this [PR](https://github.com/status-im/status-mobile/pull/21248) to see if it make any difference? thank you! @churik