Fixing test and cleaning diff

This commit is contained in:
Gabriel mermelstein 2024-02-28 18:45:28 +02:00
parent 9d43d407f3
commit e7356f8944
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
2 changed files with 4 additions and 6 deletions

View File

@ -13,12 +13,11 @@ import
libp2p/multihash,
secp256k1
import
../../waku/factory/external_config,
../../waku/waku_core,
../../waku/node/peer_manager,
../../waku/waku_node,
../../waku/waku_relay,
../../waku/waku_relay/types,
../../waku/factory/external_config,
../testlib/wakucore,
../testlib/wakunode

View File

@ -30,15 +30,14 @@ export
confEnvvarNet
type ConfResult*[T] = Result[T, string]
type ProtectedTopic* = object
topic*: string
key*: secp256k1.SkPublicKey
type ShardIdx = distinct uint16
type EthRpcUrl = distinct string
type ProtectedTopic* = object
topic*: string
key*: secp256k1.SkPublicKey
type StartUpCommand* = enum
noCommand # default, runs waku
generateRlnKeystore # generates a new RLN keystore