Change default network backend to libp2p (#403)

We've been using it for a while and we don't plan to switch back
to Waku anytime soon.
This commit is contained in:
Giacomo Pasini 2023-09-15 09:58:26 +02:00 committed by GitHub
parent 04d07038dc
commit 3121a41b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ waku-bindings = { version = "0.1.1", optional = true }
[features]
default = ["waku"]
default = ["libp2p"]
waku = ["waku-bindings", "nomos-network/waku", "nomos-mempool/waku", "nomos-consensus/waku"]
libp2p = ["nomos-libp2p", "nomos-network/libp2p", "nomos-mempool/libp2p", "nomos-consensus/libp2p"]