update status/wakuv2 fleets DNS discovery enrtree
e1354016...9034f0a9
https://github.com/status-im/infra-misc/issues/171
This commit is contained in:
parent
ef80fc567f
commit
d80fb0b3de
|
@ -157,12 +157,14 @@
|
||||||
(def delete-message-for-me-undo-time-limit-ms 4000)
|
(def delete-message-for-me-undo-time-limit-ms 4000)
|
||||||
|
|
||||||
(def waku-nodes-config
|
(def waku-nodes-config
|
||||||
{:status.prod ["enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@prod.nodes.status.im"]
|
{:status.prod
|
||||||
:status.test ["enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@test.nodes.status.im"]
|
["enrtree://AL65EKLJAUXKKPG43HVTML5EFFWEZ7L4LOKTLZCLJASG4DSESQZEC@prod.status.nodes.status.im"]
|
||||||
|
:status.test
|
||||||
|
["enrtree://AIO6LUM3IVWCU2KCPBBI6FEH2W42IGK3ASCZHZGG5TIXUR56OGQUO@test.status.nodes.status.im"]
|
||||||
:wakuv2.prod
|
:wakuv2.prod
|
||||||
["enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@prod.waku.nodes.status.im"]
|
["enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im"]
|
||||||
:wakuv2.test
|
:wakuv2.test
|
||||||
["enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@test.waku.nodes.status.im"]})
|
["enrtree://AO47IDOLBKH72HIZZOXQP6NMRESAN7CHYWIBNXDXWRJRZWLODKII6@test.wakuv2.nodes.status.im"]})
|
||||||
|
|
||||||
(def default-kdf-iterations 3200)
|
(def default-kdf-iterations 3200)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
[native-module.core :as native-module]
|
[native-module.core :as native-module]
|
||||||
[utils.security.core :as security]
|
[utils.security.core :as security]
|
||||||
[re-frame.core :as re-frame]
|
[re-frame.core :as re-frame]
|
||||||
[status-im.transport.core :as transport]))
|
[status-im2.contexts.profile.config :as profile.config]))
|
||||||
|
|
||||||
(re-frame/reg-fx
|
(re-frame/reg-fx
|
||||||
::create-profile-and-login
|
::create-profile-and-login
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
{:events [:profile.create/create-and-login]}
|
{:events [:profile.create/create-and-login]}
|
||||||
[_ {:keys [display-name password image-path color]}]
|
[_ {:keys [display-name password image-path color]}]
|
||||||
{::create-profile-and-login
|
{::create-profile-and-login
|
||||||
(merge (profile.config/create)
|
(assoc (profile.config/create)
|
||||||
{:displayName display-name
|
:displayName display-name
|
||||||
:password (native-module/sha3 (security/safe-unmask-data password))
|
:password (native-module/sha3 (security/safe-unmask-data password))
|
||||||
:imagePath (profile.config/strip-file-prefix image-path)
|
:imagePath (profile.config/strip-file-prefix image-path)
|
||||||
:customizationColor color})})
|
:customizationColor color)})
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "feature/update-waku-nodes",
|
"version": "v0.168.1",
|
||||||
"commit-sha1": "b8041fc80c0c91988a61d5306b0949dc16968639",
|
"commit-sha1": "9034f0a984601d71e40d0aa846fbc5e4d01017cd",
|
||||||
"src-sha256": "1b1hazknyaydngdjrmmhw2i5649n55f5jwsxg2hncqnxxcaqxfk2"
|
"src-sha256": "1niics10a0p3dnlfr011sqf5prrjilv6kjplnc2c51q2pw6fv35h"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue