mirror of
https://github.com/logos-co/wadoku.git
synced 2025-02-02 17:24:05 +00:00
0xFugue -> logos-co changes
This commit is contained in:
parent
fff99e931c
commit
8a898c56e5
@ -1,4 +1,4 @@
|
||||
DEFAULT_CONFIG_FILE = "github.com/0xFugue/wadoku/waku/config.json"
|
||||
DEFAULT_CONFIG_FILE = "github.com/logos-co/wadoku/waku/config.json"
|
||||
|
||||
def get_config_file(args):
|
||||
return DEFAULT_CONFIG_FILE if not hasattr(args, "config") else args.config
|
||||
@ -24,8 +24,8 @@ def run(args):
|
||||
config = struct(
|
||||
image = "waku-filter:alpha",
|
||||
entrypoint= ["/go/bin/waku-filter"],
|
||||
cmd = [ "-o=" + "/go/bin/out/filter.out",
|
||||
"-d=" + "100s",
|
||||
cmd = [ "-o=" + "/go/bin/out/filter.out",
|
||||
"-d=" + duration,
|
||||
"-i=" + iat ],
|
||||
),
|
||||
)
|
||||
@ -35,7 +35,7 @@ def run(args):
|
||||
image = "waku-lightpush:alpha",
|
||||
entrypoint= ["/go/bin/waku-lightpush"],
|
||||
cmd = [ "-o=" + "/go/bin/out/lightpush.out",
|
||||
"-d=" + "100s",
|
||||
"-d=" + duration,
|
||||
"-i=" + iat ],
|
||||
),
|
||||
)
|
||||
|
@ -144,7 +144,7 @@ kurtosis_run() {
|
||||
kurtosis clean -a
|
||||
docker rm $prefix-$filtr
|
||||
docker rm $prefix-$lpush
|
||||
kurtosis run --enclave-id $enclave main.star '{"config":"github.com/0xFugue/wadoku/waku/config.json"}' > $FTDIR/kurtosis_output.log
|
||||
kurtosis run --enclave-id $enclave main.star '{"config":"github.com/logos-co/wadoku/waku/config.json"}' > $FTDIR/kurtosis_output.log
|
||||
sleep 5
|
||||
filtr_suffix="$(kurtosis enclave inspect $enclave | grep $prefix-$filtr | cut -f 1 -d ' ')"
|
||||
lpush_suffix="$(kurtosis enclave inspect $enclave | grep $prefix-$lpush | cut -f 1 -d ' ')"
|
||||
|
@ -1,4 +1,4 @@
|
||||
module github.com/0xFugue/wadoku/waku/filter
|
||||
module github.com/logos-co/wadoku/waku/filter
|
||||
|
||||
go 1.18
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
module github.com/0xFugue/wadoku/waku/lightpush
|
||||
module github.com/logos-co/wadoku/waku/lightpush
|
||||
|
||||
go 1.18
|
||||
|
||||
|
@ -21,7 +21,7 @@ import (
|
||||
//"github.com/waku-org/go-waku/waku/v2/protocol/filter"
|
||||
//"github.com/waku-org/go-waku/waku/v2/protocol"
|
||||
|
||||
//"github.com/0xFugue/wadoku/utils"
|
||||
//"github.com/wadoku/wadoku/utils"
|
||||
)
|
||||
|
||||
var log = logging.Logger("lightpush")
|
||||
|
Loading…
x
Reference in New Issue
Block a user