Pinned
574 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 13 commits in 3 repositories
Created 2 repositories
- romanb/trust-dns Rust
- romanb/if-watch Rust
Created a pull request in libp2p/rust-libp2p that received 4 comments
[libp2p-dns] Implement `/dnsaddr` resolution.
Closes #1920, as well as, by necessity, #1462. This PR is based on #1927 - a proper diff until that PR is merged can be seen here. In order to corr…
+862
−384
•
4
comments
Opened 8 other pull requests in 3 repositories
libp2p/rust-libp2p
4
open
2
merged
- Move some crates.
- [libp2p-secio] Remove crate.
- [libp2p-core-derive -> libp2p-swarm-derive] Rename and move crate.
- [multistream-select] Re-enable 'parallel negotiation'.
- [libp2p-deflate] Ensure read buffer is initialised.
- [libp2p-dns] Use trust-dns-resolver (with either async-std or tokio). Remove thread pool.
bluejekyll/trust-dns
1
merged
ipfs-rust/if-watch
1
merged
Reviewed 37 pull requests in 4 repositories
paritytech/substrate 18 pull requests
- Disable Kademlia random walk when --reserved-nodes is passed
- Introduce sc_peerset::DropReason
- Fix Network trait implementation not doing what it's supposed to do
- client/network: Report reputation changes via response
- client/network: Use request response for light client requests
- client/network/req-resp: Prevent request id collision
- .maintain: Replace sentry-node with local-docker-test-network
- Increase UnboundedChannelVeryLarge threshold from 5k to 15k
- Disable Nagle algorithm
- Add explicit limits to notifications sizes and adjust yamux buffer size
- Address review comments of #7916
- Allow configuring Yamux window size
- Fix not restoring non-poisoned state
- Fix bad debug_assert
- *: Update to libp2p v0.34.0
- Clean-up pass in network/src/protocol.rs
- Update serde and parity-multiaddr, to fix master CI
- Rework priority groups, take 2
libp2p/rust-libp2p 15 pull requests
- protocols/req-resp: Document uniqueness of RequestIds
- Fix DialPeerCondition::Always handling
- Allow OneShotHandler's `max_dial_negotiate` limit to be configurable.
- is_pending_outbound fixes
- [Gossipsub] Prevent non-published messages being added to caches
- misc/multiaddr: Backport serde-related fix to v0.9
- *: Prepare v0.34.0 release
- *: Update to tokio v1.0.1
- *: Update to prost-build v0.7
- Update uint requirement from 0.8 to 0.9
- Update tokio requirement from 0.3 to 1.0
- *: Switch futures_codec to asynchronous-codec
- Fix compilation with serde 1.0.119
- Add From impl for kbucket::Key
- Re-export `throttled`-specific response channel.