2020-07-01 15:44:52 +00:00
# Resolved Priorities
2022-01-05 13:34:36 +00:00
### Messengers acquires a lock for very long time
1) [#1936 - Messengers acquires a lock in some methods for very long time ](https://github.com/status-im/status-go/issues/1936 )
- Resolved with https://github.com/status-im/status-go/pull/2181
- Merged in with https://github.com/status-im/status-go/pull/2199
2021-01-11 14:33:46 +00:00
### Add profile photo
[status-react#11047 - Add profile photo ](https://github.com/status-im/status-react/issues/11047 )
- **Notes :**
- Avatars
- [Avatar introduction ](https://notes.status.im/vk29m0ZjT1WClNR1BR8msg?both )
- [Avatar renderer experiment / prototype ](https://github.com/status-im/avatar )
- Profile Images
- [Research on vector based profile images ](https://notes.status.im/0MWyryTPQleMWe31K0L7gg?both )
- [Profile images spec V2 ](https://notes.status.im/oUChlPB3Q2aUPLYBSjq6MQ?both )
- [Profile images spec V1 ](https://notes.status.im/CQ-GGYmAR3aM8qUABgedWg?both )
---
2020-07-07 14:35:25 +00:00
## Reading List
2020-07-07 14:32:14 +00:00
2020-07-07 14:36:44 +00:00
- [x] `2020-07-07` - [Feature request category ](https://discuss.status.im/t/feature-request-category/1698 )
- [x] `2020-07-01` - [Desktop paths forward, a choose your own adventure? ](https://discuss.status.im/t/desktop-paths-forward-a-choose-your-own-adventure/1666 )
- [x] `2020-07-01` - [How :desktop_computer Desktop & Mobile should connect? ](https://discuss.status.im/t/how-desktop-mobile-should-connect/1668 )
2020-07-07 14:32:14 +00:00
2020-07-07 14:35:25 +00:00
## Tasks
2020-07-01 15:44:52 +00:00
2020-08-27 22:47:27 +00:00
### Add local contact names
[#11046 - Add local contact names ](https://github.com/status-im/status-react/issues/11046 )
- Handled by Andrey
---
2020-08-03 16:50:39 +00:00
### Emoji Reactions
[#7118 - SNT and emoji reactions** ](https://github.com/status-im/status-react/issues/7118 )
- **Notes:**
- [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
- [UI Designs ](https://www.figma.com/file/aS1ct66VQ6V0cio7vSqS8UoG/Chat?node-id=1239%3A0 )
- [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
- [PR ](https://github.com/status-im/status-go/pull/1999 )
- [Merge commit ](https://github.com/status-im/status-go/commit/14e426f39fb2d3196fec40f6c96dd22c0fe73923 )
---
2020-07-01 15:44:52 +00:00
### Compress public key for chat
[#1937 - Compress public key for chat ](https://github.com/status-im/status-go/issues/1937 )
- **Progress:**
- [x] [status-go#1990 - Feature/key compression ](https://github.com/status-im/status-go/pull/1990 )
- [x] [status-im/specs#137 - Added public key compression specs ](https://github.com/status-im/specs/pull/137 )
- **Todos:**
- [x] [Do tests to see average compressed key length ](https://github.com/status-im/status-go/issues/1937#issuecomment-624690407 )
- [Results ](https://github.com/status-im/status-go/issues/1937#issuecomment-624920237 )
- [x] [Track down iOS URL intent registry for current build ](https://github.com/status-im/status-go/issues/1937#issuecomment-628082382 )
- [See ](https://github.com/status-im/status-go/issues/1937#issuecomment-632186000 )
- [x] [Research base58 key length ](https://github.com/status-im/status-go/issues/1937#issuecomment-638286734 )
- [x] [Research Multiformat for key versioning ](https://github.com/status-im/status-go/issues/1937#issuecomment-638963337 )
- [x] Once specs are merged add link to the specs in the `status-go` code
2020-07-07 14:32:14 +00:00
- [x] Implement multiformat parsing for website
- See https://github.com/status-im/universal-links-handler/pull/42
2020-07-01 15:44:52 +00:00
- **Impacts**
- [x] [#10325 - Request compressed keys ](https://github.com/status-im/status-react/issues/10325 )
---
### Older Items
- [x] 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 )
- **Improvements:**
- [~~Remove MessageResponse version~~ ](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664/3?u=samuel )
- [~~Remove Batch Ack packet type~~ ](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664/10?u=samuel )
- [~~Remove `confimations-enabled` from `status-options`.~~ ](https://github.com/vacp2p/specs/pull/128#discussion_r427771425 )
- ~~Change name of `status-options` `light-node` to `is-light-node` .~~
- [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] [~~I’ ll 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 )
- [x] ~~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 )
- [x] ~~Discuss post on~~ [~~Database package location refactor~~ ](https://github.com/status-im/status-go/issues/1945 )
- [x] [~~#1949 - Waku package README.md documentation~~ ](https://github.com/status-im/status-go/pull/1949 )