mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 15:16:05 +00:00
chore(rln-relay): reduce exports (#1615)
This commit is contained in:
parent
24d6279177
commit
2f3ba3d6d1
@ -6,7 +6,7 @@ else:
|
|||||||
{.push raises: [].}
|
{.push raises: [].}
|
||||||
|
|
||||||
import
|
import
|
||||||
std/[options, osproc, streams, strutils, sequtils],
|
std/[options, osproc, streams, strutils],
|
||||||
stew/[results, byteutils],
|
stew/[results, byteutils],
|
||||||
stew/shims/net as stewNet,
|
stew/shims/net as stewNet,
|
||||||
testutils/unittests,
|
testutils/unittests,
|
||||||
|
@ -13,6 +13,8 @@ import
|
|||||||
import
|
import
|
||||||
../../../waku/v2/protocol/waku_message,
|
../../../waku/v2/protocol/waku_message,
|
||||||
../../../waku/v2/protocol/waku_rln_relay,
|
../../../waku/v2/protocol/waku_rln_relay,
|
||||||
|
../../../waku/v2/protocol/waku_rln_relay/rln,
|
||||||
|
../../../waku/v2/protocol/waku_rln_relay/protocol_metrics,
|
||||||
../../../waku/v2/protocol/waku_keystore,
|
../../../waku/v2/protocol/waku_keystore,
|
||||||
../testlib/common
|
../testlib/common
|
||||||
|
|
||||||
|
@ -1,19 +1,11 @@
|
|||||||
import
|
import
|
||||||
./waku_rln_relay/rln,
|
|
||||||
./waku_rln_relay/constants,
|
|
||||||
./waku_rln_relay/protocol_types,
|
|
||||||
./waku_rln_relay/group_manager,
|
./waku_rln_relay/group_manager,
|
||||||
./waku_rln_relay/protocol_metrics,
|
|
||||||
./waku_rln_relay/conversion_utils,
|
./waku_rln_relay/conversion_utils,
|
||||||
./waku_rln_relay/rln_relay,
|
./waku_rln_relay/rln_relay,
|
||||||
./waku_rln_relay/contract
|
./waku_rln_relay/contract
|
||||||
|
|
||||||
export
|
export
|
||||||
rln,
|
|
||||||
constants,
|
|
||||||
protocol_types,
|
|
||||||
group_manager,
|
group_manager,
|
||||||
protocol_metrics,
|
|
||||||
conversion_utils,
|
conversion_utils,
|
||||||
rln_relay,
|
rln_relay,
|
||||||
contract
|
contract
|
||||||
|
@ -8,8 +8,7 @@ import
|
|||||||
./rln_interface,
|
./rln_interface,
|
||||||
../conversion_utils,
|
../conversion_utils,
|
||||||
../protocol_types,
|
../protocol_types,
|
||||||
../protocol_metrics,
|
../protocol_metrics
|
||||||
../constants
|
|
||||||
import
|
import
|
||||||
../../waku_keystore,
|
../../waku_keystore,
|
||||||
../../../utils/time
|
../../../utils/time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user