Update 2020-05-26
This commit is contained in:
parent
94de458f15
commit
d9cd591407
14
README.md
14
README.md
|
@ -1,8 +1,20 @@
|
|||
# 2020-05-26
|
||||
|
||||
## Issues
|
||||
|
||||
- [x] [#1834 - Show pending transactions](https://github.com/status-im/status-go/issues/1834) - `research`
|
||||
- Efficiency research
|
||||
- [ethereum.stackexchange](https://ethereum.stackexchange.com/questions/83742/is-it-possible-to-filter-pendingtransactions)
|
||||
- [stackoverflow](https://stackoverflow.com/questions/62031380/is-it-possible-to-filter-ethereum-pendingtransactions)
|
||||
|
||||
## Pulls
|
||||
|
||||
- [x] [Structural Feedback](https://github.com/status-im/go-maven-resolver/pull/1) - `submitted`, `commits`, `discussed`, `merged`
|
||||
|
||||
## Reviews
|
||||
|
||||
- [ ] [Tool for resolving Java Maven dependencies](https://github.com/status-im/go-maven-resolver)
|
||||
- [x] [Tool for resolving Java Maven dependencies](https://github.com/status-im/go-maven-resolver) - `feedback`
|
||||
- [x] [Town Hall #58 - May 25, 2020](https://www.youtube.com/watch?v=VAvayRLS6GY) - `watched`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
|
||||
- [ ] [Desktop paths forward, a choose your own adventure?](https://discuss.status.im/t/desktop-paths-forward-a-choose-your-own-adventure/1666)
|
||||
- [ ] [How :desktop_computer Desktop & Mobile should connect?](https://discuss.status.im/t/how-desktop-mobile-should-connect/1668)
|
||||
- [ ] [Feature request category](https://discuss.status.im/t/feature-request-category/1698)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
| `postponed` | Denotes that an event was postponed |
|
||||
| `prototype` | Denotes that a prototype of an idea was implemented |
|
||||
| `read` | Denotes that an item was read |
|
||||
| `research` | Denotes that an item was researched for wider understanding |
|
||||
| `resubmitted` | Denotes that an item was submitted for review again |
|
||||
| `submitted` | Denotes that an item was submitted for review |
|
||||
| `watched` | Denotes that an item was watched. Example a video lecture |
|
||||
|
|
Loading…
Reference in New Issue