From 9d3fc4286e1613afa9d0dbfaa2b796943500e717 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Mon, 7 Oct 2024 20:05:46 +0530 Subject: [PATCH] fix syncing screen only shows paired label after the restart (#21315) https://github.com/status-im/status-go/compare/effde33d...12c4e869 --- src/legacy/status_im/pairing/core.cljs | 7 ++++--- status-go-version.json | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/legacy/status_im/pairing/core.cljs b/src/legacy/status_im/pairing/core.cljs index 2eac19659e..f3808bf8b2 100644 --- a/src/legacy/status_im/pairing/core.cljs +++ b/src/legacy/status_im/pairing/core.cljs @@ -256,9 +256,10 @@ {:events [:pairing/pair-and-sync]} [cofx installation-id] {:fx [[:json-rpc/call - [{:method "wakuext_enableInstallationAndSync" - :params [{:installationId installation-id}] - :on-success #(log/debug "successfully synced devices")}]]]}) + [{:method "wakuext_enableInstallationAndSync" + :params [{:installationId installation-id}] + :js-response true + :on-success [:sanitize-messages-and-process-response]}]]]}) (rf/defn enable-installation-success {:events [:pairing.callback/enable-installation-success]} diff --git a/status-go-version.json b/status-go-version.json index 80190b8ccc..a8f20f0613 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "owner": "status-im", "repo": "status-go", - "version": "develop", - "commit-sha1": "ba37c32c07d1b05a94d1c7f7cb1b38fb82730f7b", - "src-sha256": "1f1bbw70iircicda9w0hch56hxr7p1vvzkrk58v8p5sq23xzdf6y" + "version": "v3.0.0", + "commit-sha1": "12c4e869d0396c0eae98fa9aacb6a4ab12c99a86", + "src-sha256": "0jzyc8bpx1gnz41k2c66jc9qpyfzydkfagghkqqp8wqjw360xii7" }