Updated 2020-06-09
This commit is contained in:
parent
f42802b590
commit
082b7c6545
10
README.md
10
README.md
|
@ -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
|
# 2020-06-08
|
||||||
|
|
||||||
## Schedule
|
## Schedule
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
| `read` | Denotes that an item was read |
|
| `read` | Denotes that an item was read |
|
||||||
| `research` | Denotes that an item was researched for wider understanding |
|
| `research` | Denotes that an item was researched for wider understanding |
|
||||||
| `resubmitted` | Denotes that an item was submitted for review again |
|
| `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 |
|
| `submitted` | Denotes that an item was submitted for review |
|
||||||
| `watched` | Denotes that an item was watched. Example a video lecture |
|
| `watched` | Denotes that an item was watched. Example a video lecture |
|
||||||
| `voted` | Denotes that an item was voted on. Example feature prioritising |
|
| `voted` | Denotes that an item was voted on. Example feature prioritising |
|
Loading…
Reference in New Issue