Andrey Bocharnikov
Andrey Bocharnikov
yeah, probably https://github.com/status-im/status-desktop/pull/15301 fixes this issue
The issue is related to the `manager.go` `StartTorrentClient()` method. (I'm using the MacOS CPU profiler from Instruments and building the application with `INCLUDE_DEBUG_SYMBOLS=true`). If I comment out this call, the...
> The function `SubscribeToConnStatusChanges` in status-go could be used to determine if you're connected or not. Here's an example on how it can be used: https://github.com/status-im/status-go/blob/8a0b7ddbb57bcf7e6a244bc15c3e0828c1f85f99/protocol/messenger_testing_utils.go#L194-L214 > > This function...
fixed by @saledjenic in status-go https://github.com/status-im/status-go/pull/5945 Keeping this issue for possible changes required in status-mobile.
* Test proxy deployment on our Infra: https://test.market.status.im/v1/leaderboard/markets (thanks to @markoburcul) * Repository with market-proxy backend: https://github.com/status-im/market-proxy * Status-go integration branch: https://github.com/status-im/status-go/compare/develop...ab/issue-22315-cmc-leaderboard (thanks to @Cuteivist)
added how-to https://github.com/status-im/eth-rpc-proxy/pull/27
> The `shards.test` fleet has already been renamed to `status.prod`, so might as well use the new name in this PR. > > And `eth.prod` is old Waku v1 fleet...
> > The `shards.test` fleet has already been renamed to `status.prod`, so might as well use the new name in this PR. > > And `eth.prod` is old Waku v1...
update: I've removed the `eth.prod` fleet. And `SyncDeviceSuite` started failing `TestPairAcceptContactRequest`. It tries to receive a `receiveContactRequest` message with no luck (bob sends to alice1) I noticed that the ClusterConfigs...