saledjenic
saledjenic
The name `Bridge` for the interface which is used for many different purposes is misleading a bit, though it dates from the time when we had only bridge logic there,...
These changes are needed to avoid the providers' limits we're facing. @anastasiyaig and @Valentina1133 have checked it and can confirm that it fixed many failed tests in the desktop app....
I've tested this and was able to reproduce it, but it was nothing wrong in the code implementation itself, it's up to the keycard lib low-level things. What we're doing,...
When user creates a custom pairing code (which is not the case for default pairing code) any flow may ask for the pairing code if there is no `pairings.json` file...
This one should be checked for all sending types, after #15204
Applying removed contact from the backup was removed due to condition.
PR that introduced new sending transactions flow: - https://github.com/status-im/status-go/pull/5807 Endpoints and signals and the flow of how they should be used are described in the above-mentioned PR.
Corresponding `status-go` PR: - https://github.com/status-im/status-go/pull/5945 For the testing purpose this PR points to `status-go` commit `5a19cc2a6ebc23d5dd8fcac2530a2897b0443e42 ` that also includes changes done in: - https://github.com/status-im/status-go/pull/5924 - https://github.com/status-im/status-go/pull/5957