From bf99f23c2886fb0afec3799ac519148b249d9e03 Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Tue, 9 Jun 2020 18:08:36 +0100 Subject: [PATCH] Updated 2020-06-09 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e7b63a1..366eba9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # 2020-06-09 +## Schedule + +- [x] 12:00 BST - Samuel / Terry - Catch up + - https://meet.google.com/acp-ftky-cqe + +## Pulls + +- [x] [#1990 - Feature/key compression](https://github.com/status-im/status-go/pull/1990) - `draft`, `commits` + - I had a lot of problems with `vendor make` + - I needed to install `goware/modvendor` directly, `modvendor-install` was failing + - Package unit testing caused a lot of problems because C libs were/are throwing errors. + - For details [see here](attachments/2020-06/2020-06-09_unit-test-error-log.txt) + - The linter is capricious and likely evil, I spent too much time trying to appease it + - The linter seems to want every non-native package to be listed separately grouped by repo + ## Reviews - [x] [vacp2p#141 - Add rate limit by size](https://github.com/acp2p/specs/pull/141) - `reapproved`