From 5007dc757f3fcd6b5fcc9a54bc532f59a6bd5e80 Mon Sep 17 00:00:00 2001 From: Icaro Motta Date: Thu, 26 Dec 2024 22:20:43 -0300 Subject: [PATCH] chore: Bump status-go version to include fix for bad peer check for lightmode (#21865) Upgrades status-go to version v8.0.0, which includes the fix from PR https://github.com/status-im/status-go/pull/5964 fix_: bad peer check logic for lightmode and some fixes. Might resolve https://github.com/status-im/status-mobile/issues/18031 Areas that may be impacted: we are moving from status-go version 7.0.0 to 8.0.0. These are the changes: - https://github.com/status-im/status-go/commit/a4e36d49c * fix_: missing message verifier start-stop ,go-waku updates, lightpush service rate limits (#5964) - https://github.com/status-im/status-go/commit/810468a57 * test_: create private group tests (#6225) - https://github.com/status-im/status-go/commit/0cf556bdb * test_: unskip test initialize logging (#6229) - https://github.com/status-im/status-go/commit/b803918c2 * ci_: pytest-lint correct target pr branch (#6230) - https://github.com/status-im/status-go/commit/d29120447 * chore(block)!: remove desktop BlockContact function for parity (#6172) - https://github.com/status-im/status-go/commit/309d17ae5 * feat_: status-backend health endpoint (#6201) - https://github.com/status-im/status-go/commit/6a5623bac * test_: set proxy creds (#6211) - https://github.com/status-im/status-go/commit/2172abe95 * fix_: add infuraSecret and statusProxyBlockchainPassword to secrets (#6217) - https://github.com/status-im/status-go/commit/0f7c26dc9 * test_: skip flaky TestService_IncrementalUpdateMixed (#6205) - https://github.com/status-im/status-go/commit/75bdda271 * fix_: correct sensitive regex (#6188) - https://github.com/status-im/status-go/commit/08eee8a64 * test_: add python linters (#6212) - https://github.com/status-im/status-go/commit/66850321e * fix_: remove logging of rpc endpoint (#6195) - https://github.com/status-im/status-go/commit/c27c773c2 * chore(wallet)_: from and to chains added to send details - https://github.com/status-im/status-go/commit/74db63143 * test_: contact requests tests (#6167) - https://github.com/status-im/status-go/commit/5a8310d5a * fix(pins)_: delete pins when the og message is deleted (#6173) - https://github.com/status-im/status-go/commit/137698e02 * ci_: bring back cmd coverage (#6204) - https://github.com/status-im/status-go/commit/1795620df * test_: run functional tests on host (no container) (#6159) - https://github.com/status-im/status-go/commit/ef177c1c6 * feat_: SensitiveString type (#6190) - https://github.com/status-im/status-go/commit/8b95c8148 * feat_: graceful shutdown with status-backend (#6189) - https://github.com/status-im/status-go/commit/e6c2f89f0 * chore_: remove endpoint InitLogging (#6182) - https://github.com/status-im/status-go/commit/4ccb08f11 * test_: WalletService class (#6171) - https://github.com/status-im/status-go/commit/943ae1335 * fix(functional-tests)_: disable testnet (#6181) - https://github.com/status-im/status-go/commit/616a76098 * feat_: api logging signals (#6150) - https://github.com/status-im/status-go/commit/dfb591874 * fix_: check group error in GetBalancesAtByChain (#6169) - https://github.com/status-im/status-go/commit/3a0080281 * fix_: create/restore account error signal (#6174) - https://github.com/status-im/status-go/commit/e7cc53529 * feat(telem)_: track total waku message bandwidth (#6157) - https://github.com/status-im/status-go/commit/d07e61f61 * fix_: nil *MessengerResponse is a valid result (#6175)) --- 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 8103e1a749d..12adbef9959 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": "v7.0.0", - "commit-sha1": "84493728d9ac41553297e8084943c1429cdfe59a", - "src-sha256": "11dwdlk9svmc6f8wmya43fis9jfigvh5idxpiwmia9gkad1zal6y" + "version": "v8.0.0", + "commit-sha1": "0f11aed4f6d1424634fa85aabeba010c3ddbfc68", + "src-sha256": "1lsaaqrpwbrxn3jzslnrw77hcw2m2f5qsdyhify22f7gfxp8d0rw" }