From 9dc3f7ba8bb27de85635454dc8adb75515ebe828 Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Wed, 17 Jun 2020 17:42:17 +0100 Subject: [PATCH] Updated 2020-06-17 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6b8e2..f31c160 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,22 @@ - https://discuss.status.im/t/decentralized-push-notifications-for-ios/1718/11 - https://notes.status.im/push-notifications-ios +## Issues + +- [x] [status-im/specs#136 - Document detailing the status-go binding API](https://github.com/status-im/specs/issues/136) - `created` + ## Pulls -- [x] [#1990 - Feature/key compression](https://github.com/status-im/status-go/pull/1990) - `commits` +- [x] [#1990 - Feature/key compression](https://github.com/status-im/status-go/pull/1990) - `commits`, `submitted` - Added binary bindings for key de/compression - Refactor of func parameters - gomobile is a bit tempermental using raw bytes as a parameter, so I've decided to use string only inputs and outputs +- [x] [status-im/specs#137 - Added public key compression specs](https://github.com/status-im/specs/pull/137) - `submitted`, `commits` + +## Reviews + +- [x] [go-maven-resolver#4 - return non-zero exit code on resolving failures](https://github.com/status-im/go-maven-resolver/pull/4) - `approved` +- [x] [#1991 - Use the Hash of the IP address instead of the actual IP address](https://github.com/status-im/status-go/pull/1991) - `approved`, `feedback` ---