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