mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-02 21:13:07 +00:00
ci improvement - 7
This commit is contained in:
parent
bc26ed172a
commit
f62a26fe1e
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
#################
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user