Update for 2020-05-12

This commit is contained in:
Samuel Hawksby-Robinson 2020-05-12 21:19:55 +01:00
parent 15ffc2f5d2
commit a9b7e7cf9c
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
# 2020-05-12
## Posts
- [Wherefore Art Thou Mailserver - Treatise on Waku Terminology](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664)
- [Status-go Database De-dithering](https://discuss.status.im/t/status-go-database-de-dithering/1665)
## Reviews
- [x] [Re-introduce deprecated method of requesting messages](https://github.com/status-im/status-go/pull/1967#pullrequestreview-410193812) - `approved`
---
# 2020-05-08
## Schedule

View File

@ -5,8 +5,6 @@
- Related :
- [status-react#5590 - Whisper spamming protection](https://github.com/status-im/status-react/issues/5590#issuecomment-624465899)
- [status-im/specs#73 - Remove certain specs, refer to Waku](https://github.com/status-im/specs/issues/73)
1) Discuss post on waku mailserver name, [change to `history node`, `persistence node`, `echo node` . Some thing more descriptive.](https://github.com/status-im/status-go/pull/1949#discussion_r419615374)
1) Discuss post on [Database package location refactor](https://github.com/status-im/status-go/issues/1945)
1) Create issue for [waku spec improvements](https://github.com/status-im/status-go/pull/1949#discussion_r420903470)
1) [#1937 - Compress public key for chat](https://github.com/status-im/status-go/issues/1937)
- [x] [Do tests to see average compressed key length](https://github.com/status-im/status-go/issues/1937#issuecomment-624690407)
@ -16,6 +14,8 @@
- Impacts [status-react#3997 - Display pending requests in transactions history](https://github.com/status-im/status-react/issues/3997)
1) Specs for [status-react#10384 - Protocol specs](https://github.com/status-im/status-react/issues/10384)
1) [Nimbus on mobile](https://discuss.status.im/t/nimbus-on-mobile/1370)
1) ~~Discuss post on waku mailserver name,~~ [~~change to `history node`, `persistence node`, `echo node` . Some thing more descriptive.~~](https://github.com/status-im/status-go/pull/1949#discussion_r419615374)
1) ~~Discuss post on~~ [~~Database package location refactor~~](https://github.com/status-im/status-go/issues/1945)
---