mirror of https://github.com/waku-org/nwaku.git
Fixing test and cleaning diff
This commit is contained in:
parent
9d43d407f3
commit
e7356f8944
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue