test-plans
test-plans copied to clipboard
Add .NET version of tcp/noise/yamux
Adds .NET implementation of tcp/noise/yamux stack of libp2p to the interoperability testing suite
Let's add quic also, converting to draft
Approved and ran CI.
Let's add quic also, converting to draft
I am happy to merge here without QUIC already. Your call.
@flcl42 seems like dotnet is failing with all other implementations. Mind taking a look?
@flcl42 seems like dotnet is failing with all other implementations. Mind taking a look?
The current implementation:
- is not compatible with zig and rust via quic-v1
- has flaky tests for js x dotnet, let me try to fix it again. Other pairs work.
If it's better to have it 100% passing, let me disable quic for now.
@thomaseizinger Thanks for the remarks! Right now we are refactoring/fixing the library to fit the tests. I'll also address the suggestions in new update.