Update 2020-05-21
This commit is contained in:
parent
ab3485b66c
commit
9c9d5fdb08
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
||||||
|
# 2020-05-21
|
||||||
|
|
||||||
|
## Issues
|
||||||
|
|
||||||
|
- [x] [#126- Remove/Replace Whisper RPC shh_ and shhext_ methods](https://github.com/status-im/specs/issues/126) - `closed`
|
||||||
|
|
||||||
|
## Pulls
|
||||||
|
|
||||||
|
- [x] [status-im/spec#114 - Update/waku replace](https://github.com/status-im/specs/pull/114) - `discussed`, `commits`
|
||||||
|
- [x] [vacp2p/spec#128 - Waku Confirmations Enabled and Light Node Field Descriptions](https://github.com/vacp2p/specs/pull/128) - `discussed`, `commits`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# 2020-05-20
|
# 2020-05-20
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
- **Related :**
|
- **Related :**
|
||||||
- [status-react#5590 - Whisper spamming protection](https://github.com/status-im/status-react/issues/5590#issuecomment-624465899)
|
- [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)
|
- [status-im/specs#73 - Remove certain specs, refer to Waku](https://github.com/status-im/specs/issues/73)
|
||||||
1) Create VAC Waku spec improvment issue for:
|
1) Create VAC Waku spec improvement issue(s) for:
|
||||||
- Points raised [here for discussion](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664)
|
- Points raised [here for discussion](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664)
|
||||||
- [Remove MessageResponse version](https://discuss.status.im/t/wherefore-art-thou-mailserver-treatise-on-waku-terminology/1664/3?u=samuel)
|
- [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 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)
|
||||||
1) [#1834 - Show pending transactions](https://github.com/status-im/status-go/issues/1834)
|
1) [#1834 - Show pending transactions](https://github.com/status-im/status-go/issues/1834)
|
||||||
- **Todos:**
|
- **Todos:**
|
||||||
- [ ] Write specs
|
- [ ] Write specs
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
| ------------- | ---------------------------------------------------------------- |
|
| ------------- | ---------------------------------------------------------------- |
|
||||||
| `addressed` | Denotes that an item has received resolving attention |
|
| `addressed` | Denotes that an item has received resolving attention |
|
||||||
| `approved` | Related to Pull Request (PR) requests for review |
|
| `approved` | Related to Pull Request (PR) requests for review |
|
||||||
|
| `closed` | Denotes that an item was closed to further discussion |
|
||||||
| `commits` | Related to add git commits to github PRs |
|
| `commits` | Related to add git commits to github PRs |
|
||||||
| `completed` | Denotes that an item has been completed |
|
| `completed` | Denotes that an item has been completed |
|
||||||
| `created` | Denotes that an item was created |
|
| `created` | Denotes that an item was created |
|
||||||
|
|
Loading…
Reference in New Issue