Max Inden
Max Inden
> > > I will reach out to our legal team as well, just in case. I don't think we need to block on this. > > > > >...
> Because the default Registry that prometheus exposes has a generic that uses the default text encoder. There is no way right now to use the new proto encoder using...
Can you expand on your motivation for FIFO and causal boardcast? Would a wrapper around `GossipSub` suffice which caches events and only emits them based on your policy?
> Should this testing crate also pull together utilities like [`ArbitraryPeerId`](https://github.com/kpp/rust-libp2p/blob/bc77431620f952dd8a9e0054bba73bb1c9638bb7/protocols/kad/src/query/peers/closest/disjoint.rs#L535-L546)? I am guessing that defining `Arbitrary` on `PeerId` directly under the `cfg[test]` doesn't expose outside of the crate. Is...
> * Can we make the `Swarm::new_ephemeral` API any better? At the moment it only allows to configure the underlying transport but the authentication and muxer are hardcoded. I don't...
> Trying to port the new harness to `libp2p-ping`, I noticed that we'd lose the `MuxerChoice` as part of the prop test. If we go forward with the `SwarmBuilder` extension...
> > > Should this testing crate also pull together utilities like [`ArbitraryPeerId`](https://github.com/kpp/rust-libp2p/blob/bc77431620f952dd8a9e0054bba73bb1c9638bb7/protocols/kad/src/query/peers/closest/disjoint.rs#L535-L546)? > > > > > > I am guessing that defining `Arbitrary` on `PeerId` directly under the...
@thomaseizinger let me know once I should be taking another look here.
> @libp2p/rust-libp2p-maintainers Please have another look to make sure this goes into the right direction! :) Right direction from my side.
> > Given that this is a large breaking change for users, is there anyone objecting to this change? > > Is it that large a change? Activate a couple...