Updated 2020-06-09

This commit is contained in:
Samuel Hawksby-Robinson 2020-06-09 11:18:56 +01:00
parent f42802b590
commit 082b7c6545
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# 2020-06-09
## Reviews
- [x] [vacp2p#141 - Add rate limit by size](https://github.com/acp2p/specs/pull/141) - `reapproved`
- [x] [#1989 - Implement rate limiting by bytes](https://github.com/status-im/status-go/pull/1989) - `approved`
- [x] [#1987 - expose getContactByID method](https://github.com/status-im/status-go/pull/1987) - `approved`
---
# 2020-06-08
## Schedule

View File

@ -17,6 +17,7 @@
| `read` | Denotes that an item was read |
| `research` | Denotes that an item was researched for wider understanding |
| `resubmitted` | Denotes that an item was submitted for review again |
| `reapproved` | Denotes that an item was approved again, needed after a change |
| `submitted` | Denotes that an item was submitted for review |
| `watched` | Denotes that an item was watched. Example a video lecture |
| `voted` | Denotes that an item was voted on. Example feature prioritising |