Skip to content

Commit

Permalink
Pubsub discovery (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc <[email protected]>
  • Loading branch information
flcl42 and Marchhill authored Oct 24, 2024
1 parent 8b3762e commit c2e1e09
Show file tree
Hide file tree
Showing 67 changed files with 3,570 additions and 536 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
dotnet pack Libp2p.Protocols.Ping ${{ env.PACK_OPTS }}
dotnet pack Libp2p.Protocols.Plaintext ${{ env.PACK_OPTS }}
dotnet pack Libp2p.Protocols.Pubsub ${{ env.PACK_OPTS }}
dotnet pack Libp2p.Protocols.PubsubPeerDiscovery ${{ env.PACK_OPTS }}
dotnet pack Libp2p.Protocols.Tls ${{ env.PACK_OPTS }}
dotnet pack Libp2p.Protocols.Quic ${{ env.PACK_OPTS }}
dotnet pack Libp2p.Protocols.Yamux ${{ env.PACK_OPTS }}
Expand Down
4 changes: 1 addition & 3 deletions src/libp2p/Libp2p.Core.Benchmarks/Benchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
using System.Buffers;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using Nethermind.Libp2p.Core;
using Channel = Nethermind.Libp2p.Core.Channel;

namespace Libp2p.Core.Benchmarks;
namespace Nethermind.Libp2p.Core.Benchmarks;

[MemoryDiagnoser]
public class ChannelsBenchmark
Expand Down
Loading

0 comments on commit c2e1e09

Please sign in to comment.