Update 2020-05-22
This commit is contained in:
parent
7659485083
commit
df76b246a0
21
README.md
21
README.md
|
@ -1,3 +1,24 @@
|
||||||
|
# 2020-05-22
|
||||||
|
|
||||||
|
#Schedule
|
||||||
|
|
||||||
|
- [x] 14:00 BST - Compressed Key Discussion
|
||||||
|
- https://meet.google.com/hqw-nsfk-xoq
|
||||||
|
- **Notes**
|
||||||
|
- https://github.com/status-im/status-go/issues/1937
|
||||||
|
- https://www.w3.org/TR/did-core/
|
||||||
|
|
||||||
|
## Pulls
|
||||||
|
|
||||||
|
- [x] 🎆🥳🎉 [status-im/spec#114 - Update/waku replace](https://github.com/status-im/specs/pull/114) - `merged` 🎆🥳🎉
|
||||||
|
|
||||||
|
|
||||||
|
## Reviews
|
||||||
|
|
||||||
|
- [x] [#1982 - Load identicon & alias in chat.](https://github.com/status-im/status-go/pull/1982) - `approved`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# 2020-05-21
|
# 2020-05-21
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
|
@ -19,11 +19,12 @@
|
||||||
- [ ] Implement
|
- [ ] Implement
|
||||||
- **Impacts:**
|
- **Impacts:**
|
||||||
- [status-react#3997 - Display pending requests in transactions history](https://github.com/status-im/status-react/issues/3997)
|
- [status-react#3997 - Display pending requests in transactions history](https://github.com/status-im/status-react/issues/3997)
|
||||||
1) [SNT and emoji reactions**](https://github.com/status-im/status-react/issues/7118)
|
1) [#7118 - SNT and emoji reactions**](https://github.com/status-im/status-react/issues/7118)
|
||||||
- **Notes:**
|
- **Notes:**
|
||||||
- [Andre] all the way from the protocol level to the communication with the react app
|
- [Andre] all the way from the protocol level to the communication with the react app
|
||||||
- [Hester] Maciej prepared designs for this, you can ask him anything you need about what the expected behavior is supposed to be
|
- [Hester] Maciej prepared designs for this, you can ask him anything you need about what the expected behavior is supposed to be
|
||||||
- [Hester] Also, fyi, in planning this is just Emoji reactions, the original and full feature plan is to include SNT reactions, only for this we first need account contracts so you can set rules for transaction signing
|
- [Hester] Also, fyi, in planning this is just Emoji reactions, the original and full feature plan is to include SNT reactions, only for this we first need account contracts so you can set rules for transaction signing
|
||||||
|
1) [#1936 - Messengers acquires a lock in some methods for very long time](https://github.com/status-im/status-go/issues/1936)
|
||||||
1) [#1937 - Compress public key for chat](https://github.com/status-im/status-go/issues/1937)
|
1) [#1937 - Compress public key for chat](https://github.com/status-im/status-go/issues/1937)
|
||||||
- **Todos:**
|
- **Todos:**
|
||||||
- [x] [Do tests to see average compressed key length](https://github.com/status-im/status-go/issues/1937#issuecomment-624690407)
|
- [x] [Do tests to see average compressed key length](https://github.com/status-im/status-go/issues/1937#issuecomment-624690407)
|
||||||
|
|
Loading…
Reference in New Issue