Thomas Eizinger
Thomas Eizinger
Thank you for your thoughts! A transport like QUIC is indeed somewhat similar to what `rust-libp2p` does in that it provides an authenticated & multiplexed connection to another peer. We...
I've been building something in https://github.com/libp2p/rust-libp2p/pull/2852. There might still be a few rough edges and the documentation needs more work but I'd welcome feedback on the abstraction introduced there. It...
> How to make these changes to not regress in the future given current function is just `fn(PeerId) -> Key` and mixing different mechanisms (when user provided one, but some...
> > > At this point I don't think supporting this feature, i.e. key type without additional hashing > > > > It is not really about "without additional hashing",...
Setting this to `Draft` until we make a decision.
@mxinden I believe this is waiting for your input.
> This PR would break compatibility with Substrate/Polkadot and is a no-no for us. Thanks for mentioning this. This definitely needs an upgrade path where we first support reading in...
Thanks for investigating!
> - It'd be nice to be more specific as to where the error is. This is what `Span`s are for :) > - Couldn't find way to add test...
> > This is what Spans are for :) > > Y'know, I looked at using a span with this, because the error comes with one, but the span came...