Update 2020-06-03

This commit is contained in:
Samuel Hawksby-Robinson 2020-06-03 18:01:40 +01:00
parent add503496f
commit 11ebde085f
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,22 @@
# 2020-06-03
## Issues
- [x] [#1937 - Compress public key for chat](https://github.com/status-im/status-go/issues/1937) - `research`, `discussed`
- [Theoretical min and max base58 encoded compressed key lengths](https://github.com/status-im/status-go/issues/1937#issuecomment-638286734)
## Pulls
- [x] [status-im/specs#132 - Remove personal pronouns](https://github.com/status-im/specs/pull/132/) - `commits`
- [x] [#1984 - Added basic history of the protocol package](https://github.com/status-im/status-go/pull/1984) - `commits`, `submitted`
## Reviews
- [x] [go-maven-resolver#3 - Add error handling](https://github.com/status-im/go-maven-resolver/pull/3) - `feedback`, `approved`
- [x] [vacp2p/specs#135 - feature/waku-rpc](https://github.com/vacp2p/specs/pull/135) - `feedback`, `approved`
---
# 2020-06-02
## Schedule

View File

@ -2,7 +2,6 @@
## Personal
1) Add to the `status-go/protocol` package README notes about how it was originally a whole repo with managed dependencies.
1) Create VAC Waku spec improvement issue(s) for:
- **Discussed:**
- [here for discussion](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664)
@ -50,6 +49,9 @@
---
## Resolved
- [x] ~~Add to the `status-go/protocol` package README notes about how it was originally a whole repo with managed dependencies.~~
- **PR :** [#1984 - Added basic history of the protocol package](https://github.com/status-im/status-go/pull/1984)
- [x] [~~status-im/specs#61 - Replace forked Whisper usage with Waku/0 in specs~~](https://github.com/status-im/specs/issues/61)
- **PR :** [#114 - Update/waku replace](https://github.com/status-im/specs/pull/114)
- [x] [~~Ill open a PR making an explicit reference that Envelope is specified by ABNF. Resolving Proposal 4.~~](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664/8?u=samuel)