Pinned
1,701 contributions in the last year
Less
More
Activity overview
Contributed to
status-im/status-desktop,
richard-ramos/status-cpp,
status-im/nim-status
and 5 other
repositories
Contribution activity
April 2021
Created 44 commits in 4 repositories
Created 4 repositories
Created a pull request in status-im/nim-waku that received 7 comments
fix: direction encoding
The way the direction is being encoded right should be roughly equivalent to this code. The direction is a Protobuffer, instead of being an enum/ui…
+6
−37
•
7
comments
Opened 7 other pull requests in 3 repositories
status-im/status-desktop
1
open
3
merged
status-im/status-go
2
open
status-im/markdown
1
merged
Reviewed 15 pull requests in 2 repositories
status-im/status-desktop 13 pull requests
- feat: Add Marathon and Mailserver long-running task
- fix: create community and channel name validation
- fix: date label not showing correctly
- feat: make the identicon use the right color instead of white
- fix: fix channel-identifier-dark-text
- fix: fix channel list spacing during a search
- fix: fix compact message hover when a popup is opened
- fix: fix qml warnings
- fix: fix copy link submenu items being unreadable in dark theme
- fix: order joined communities from newest to oldest
- fix: right click on app icon now always shows menu
- fix: improve profile sections min width and scaling
- feat: add setting to only clean non-contact invites when wanted
status-im/nim-waku 2 pull requests
Created an issue in vacp2p/rfc that received 10 comments
13/WAKU2-STORE: Inconsistency between protobuffer definition and nim-waku implementation for WakuStore
The unique numbers of the attributes of HistoryQuery and HistoryResponse should start with 1 to match https://github.com/status-im/nim-waku/blob/ma…
10
comments
Opened 21 other issues in 4 repositories
status-im/go-waku
12
open
5
closed
- WAKU-STORE: Enabling pubsub topic filter in history queries
- In wakunode, static peers should be directPeers
- Add websocket support
- Documentation
- WAKU-STORE: Content Filter
- Add prometheum metrics
- Add --topics to wakunode command to listen to other topics besides the default
- Add CI
- Implement WAKU2-RPC (?)
- Implement WAKU2-SWAP
- Implement WAKU2-RLNRELAY
- Support memory-only message and peer store by disabling db
- Start store protocol without necessarily having to store messages
- Add unit tests
- Implement data store for go-waku nodes
- Implement WAKU2-FILTER
- Add persistent peer store