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,
|
libp2p/multihash,
|
||||||
secp256k1
|
secp256k1
|
||||||
import
|
import
|
||||||
../../waku/factory/external_config,
|
|
||||||
../../waku/waku_core,
|
../../waku/waku_core,
|
||||||
../../waku/node/peer_manager,
|
../../waku/node/peer_manager,
|
||||||
../../waku/waku_node,
|
../../waku/waku_node,
|
||||||
../../waku/waku_relay,
|
../../waku/waku_relay,
|
||||||
../../waku/waku_relay/types,
|
../../waku/factory/external_config,
|
||||||
../testlib/wakucore,
|
../testlib/wakucore,
|
||||||
../testlib/wakunode
|
../testlib/wakunode
|
||||||
|
|
||||||
|
|
|
@ -30,15 +30,14 @@ export
|
||||||
confEnvvarNet
|
confEnvvarNet
|
||||||
|
|
||||||
type ConfResult*[T] = Result[T, string]
|
type ConfResult*[T] = Result[T, string]
|
||||||
|
type ProtectedTopic* = object
|
||||||
|
topic*: string
|
||||||
|
key*: secp256k1.SkPublicKey
|
||||||
|
|
||||||
type ShardIdx = distinct uint16
|
type ShardIdx = distinct uint16
|
||||||
|
|
||||||
type EthRpcUrl = distinct string
|
type EthRpcUrl = distinct string
|
||||||
|
|
||||||
type ProtectedTopic* = object
|
|
||||||
topic*: string
|
|
||||||
key*: secp256k1.SkPublicKey
|
|
||||||
|
|
||||||
type StartUpCommand* = enum
|
type StartUpCommand* = enum
|
||||||
noCommand # default, runs waku
|
noCommand # default, runs waku
|
||||||
generateRlnKeystore # generates a new RLN keystore
|
generateRlnKeystore # generates a new RLN keystore
|
||||||
|
|
Loading…
Reference in New Issue