ci improvement - 7

This commit is contained in:
darshankabariya 2026-02-02 04:34:20 +05:30
parent bc26ed172a
commit f62a26fe1e
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ clean: | clean-librln
# Clone vendor repos for development (builds from source automatically when present)
vendors:
@mkdir -p vendor
@[ -d "vendor/zerokit/.git" ] || git clone --branch v0.5.1 https://github.com/vacp2p/zerokit.git vendor/zerokit
@[ -d "vendor/zerokit/.git" ] || git clone --branch v0.9.0 https://github.com/vacp2p/zerokit.git vendor/zerokit
@[ -d "vendor/waku-rlnv2-contract/.git" ] || git clone https://github.com/logos-messaging/waku-rlnv2-contract.git vendor/waku-rlnv2-contract
#################

View File

@ -5,7 +5,6 @@ import
testutils/unittests,
presto,
presto/client as presto_client,
presto /../ tests/helpers,
libp2p/crypto/crypto
import
@ -152,7 +151,8 @@ suite "Waku v2 Rest API - Admin":
)
let
contentFiltersNode2 = @[DefaultContentTopic, ContentTopic("2"), ContentTopic("3")]
contentFiltersNode2 = @[DefaultContentTopic, ContentTopic("2"),
ContentTopic("3")]
contentFiltersNode3 = @[ContentTopic("3"), ContentTopic("4")]
pubsubTopicNode2 = DefaultPubsubTopic
pubsubTopicNode3 = PubsubTopic("/waku/2/custom-waku/proto")