From bdbf55c59fe52fac7de3582818f14ab64ac558e1 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Fri, 26 Sep 2025 14:03:40 +0100 Subject: [PATCH 1/4] chore: bump status-go --- vendor/status-go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/status-go b/vendor/status-go index 11a78bea965..b3c6ee334ce 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 11a78bea96527f520e63f1ab93bfd7ba8e82e553 +Subproject commit b3c6ee334cefc27dcffa1dff8ed621c140920edd From 0a3b635b550aa0e94f824d0a15fc9dc630e776e3 Mon Sep 17 00:00:00 2001 From: Anastasiya Date: Wed, 22 Oct 2025 14:53:26 +0300 Subject: [PATCH 2/4] temp bring test for debugging --- .../tests/crtitical_tests_prs/test_onboarding_sync_with_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/crtitical_tests_prs/test_onboarding_sync_with_code.py b/test/e2e/tests/crtitical_tests_prs/test_onboarding_sync_with_code.py index 39a7efd662d..7c3c6caaa93 100644 --- a/test/e2e/tests/crtitical_tests_prs/test_onboarding_sync_with_code.py +++ b/test/e2e/tests/crtitical_tests_prs/test_onboarding_sync_with_code.py @@ -19,7 +19,7 @@ @pytest.mark.case(703592, 738760) @pytest.mark.critical -@pytest.mark.skipif(get_platform() == 'Windows', reason="https://github.com/status-im/status-desktop/issues/18846 on Windows") +# @pytest.mark.skipif(get_platform() == 'Windows', reason="https://github.com/status-im/status-desktop/issues/18846 on Windows") @pytest.mark.smoke def test_sync_devices_during_onboarding_change_settings_unpair(multiple_instances): user: UserAccount = RandomUser() From 487b9fc785dc226adddd4b9b9836cee4da7a93bc Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Wed, 22 Oct 2025 15:27:12 +0100 Subject: [PATCH 3/4] chore: added nim logs --- src/app_service/service/devices/service.nim | 1 + src/backend/accounts.nim | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app_service/service/devices/service.nim b/src/app_service/service/devices/service.nim index cfbbdf3d589..e1064fd4a74 100644 --- a/src/app_service/service/devices/service.nim +++ b/src/app_service/service/devices/service.nim @@ -236,6 +236,7 @@ QtObject: }, "clientConfig": %* {} } + debug "<<< calling inputConnectionStringForBootstrapping", configJSON self.localPairingStatus = newLocalPairingStatus(PairingType.AppSync, LocalPairingMode.Receiver) let arg = AsyncInputConnectionStringArg( diff --git a/src/backend/accounts.nim b/src/backend/accounts.nim index 985f111843e..e434103556c 100644 --- a/src/backend/accounts.nim +++ b/src/backend/accounts.nim @@ -286,6 +286,7 @@ proc addPeer*(peer: string): RpcResponse[JsonNode] = proc createAccountAndLogin*(request: CreateAccountRequest): RpcResponse[JsonNode] = try: let payload = request.toJson() + debug "<<< calling createAccountAndLogin", payload let response = status_go.createAccountAndLogin($payload) result.result = Json.decode(response, JsonNode) From 908dbe3ad8b0e27e32a4f7df18cf20d723559362 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Wed, 22 Oct 2025 18:18:37 +0100 Subject: [PATCH 4/4] chore: logs --- vendor/nim-status-go | 2 +- vendor/status-go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/nim-status-go b/vendor/nim-status-go index 2218a5f2b3a..e8f2b2d6ab4 160000 --- a/vendor/nim-status-go +++ b/vendor/nim-status-go @@ -1 +1 @@ -Subproject commit 2218a5f2b3a68dcb823f4312fb1bd8c7337d39f4 +Subproject commit e8f2b2d6ab403f9951a118f0497bde5c0a2a8078 diff --git a/vendor/status-go b/vendor/status-go index b3c6ee334ce..098bf6d1e9b 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit b3c6ee334cefc27dcffa1dff8ed621c140920edd +Subproject commit 098bf6d1e9b62e23a04f69ae798f3728b17e716f