From 4796d08457358f47c6b0101c4fad5f49bdafd16f Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Wed, 5 Jun 2024 10:14:30 +0100 Subject: [PATCH] Updated 2024-06-04 --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 170b7b8..2b57575 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ +# 2024-06-04 + +## Pulls + +- [Removing torrent from mobile build #5257](https://github.com/status-im/status-go/pull/5257) - `commits` + - Implemented build OS conditional build instructions + - Added more complex build conditions to exclude OSes + - 😱 Debugging why OS conditional builds are not working 😱 + +## Reviews + +- [fix missing value of keyuid for old mobile user #5203](https://github.com/status-im/status-go/pull/5203) `approved`, `feedback` + - Related to this PR there seems to be some discrepancy between what Code Climate judges as having test coverage and what IntelliJ IDEA reports. + - From the case of this PR it seems that Code Climate is less accurate and reports that some statements are not covered when they are. + +## Schedule + +- [x] 12:00 – 13:00 : mobile-core planning + - https://meet.google.com/azr-ppob-obc + - πŸŽ‰ Announcement - Ícaro's 100% guaranteed promotion to `🀘 mobilecore 🀘` lead πŸŽ‰ + - Discussion and review of ongoing release V2.29 cycle + - Discussed Waku issues that are causing major blockers + - Stand-ups + - https://www.notion.so/Week-Beginning-af2a460c8d0d43f290fe9730241b2323 + - Planning session + +--- + # 2024-06-03 ## Pulls