From 387b9cb37a3a5a10484e75bc3a639affc4335ffe Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Fri, 17 Apr 2020 13:30:18 +0200 Subject: [PATCH] Don't send extra contacts from status-go Previous we sent all contacts from status-go, also those that we only create to memoize name/image. This commit changes the behavior so that only contacts that have custom fields are received by status-react (added by us, added by them, blocked, with a verified ENS name) Signed-off-by: Andrea Maria Piana --- status-go-version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status-go-version.json b/status-go-version.json index 7b63b91242..27fd827bbc 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -2,7 +2,7 @@ "_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh ' instead", "owner": "status-im", "repo": "status-go", - "version": "v0.52.2", - "commit-sha1": "3a84afd0f19e294580406d9567eda3bb32ea8506", - "src-sha256": "0p3mkyln7pr0qkd0j7bm3xqqd4i2jl3f5zsfqrwa1xky0rvzydw1" + "version": "v0.52.3", + "commit-sha1": "2d1f6c1cfa1a957ddf381c764cba1ce9d2fbf5e9", + "src-sha256": "0zawhfqymi2sakx78p6r9vcb02rn1g3ibnhwxw510ck4dqm7rp7p" }