[Fixes #8604] Integrate status-go protocol library
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
f7bb0d3648
commit
cb5768000a
|
@ -121,6 +121,7 @@
|
|||
|
||||
(fx/defn multiaccount-and-db-password-do-not-match
|
||||
[{:keys [db] :as cofx} error]
|
||||
(log/error "failed to login" error)
|
||||
(fx/merge
|
||||
cofx
|
||||
{:db
|
||||
|
|
|
@ -393,6 +393,7 @@
|
|||
(fx/defn update-installation [{:keys [db]} installation-id metadata]
|
||||
{:db (update-in db [:pairing/installations installation-id]
|
||||
assoc
|
||||
:installation-id installation-id
|
||||
:name (:name metadata)
|
||||
:device-type (:deviceType metadata)
|
||||
:fcmToken (:fcmToken metadata))
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
toolbar/default-nav-back
|
||||
[toolbar/content-title (i18n/label :t/devices)]]
|
||||
[react/scroll-view {:style {:background-color :white}}
|
||||
(if (and false (string/blank? (-> installations first :name)))
|
||||
(if (string/blank? (-> installations first :name))
|
||||
[edit-installation-name]
|
||||
[react/view
|
||||
[pair-this-device]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.30.0-beta.3",
|
||||
"commit-sha1": "9a0502fa8ffe8cb63676212dd6868f3683b2c725",
|
||||
"src-sha256": "1w1x5ws8fr2cjx53y9p3w9kb4ssd2lfljfgv28rksz1jm4pk4dg1"
|
||||
"version": "v0.30.1-beta.0",
|
||||
"commit-sha1": "e93d994460fdbb8c10cb2f417eabe72559a2c517",
|
||||
"src-sha256": "13y3rwjpqw2mmwc9ngjc2wawnl2myyf3wxm5vk49dgvh14dv6y61"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue