mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-05 11:34:45 +00:00
deploy: 67f852776b784a2a96f617840af795fba49823b9
This commit is contained in:
parent
902e78e917
commit
a26eeeec9f
@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
|
|||||||
## Platform. ##
|
## Platform. ##
|
||||||
## --------- ##
|
## --------- ##
|
||||||
|
|
||||||
hostname = fv-az54-194
|
hostname = fv-az16-39
|
||||||
uname -m = x86_64
|
uname -m = x86_64
|
||||||
uname -r = 5.4.0-1032-azure
|
uname -r = 5.4.0-1032-azure
|
||||||
uname -s = Linux
|
uname -s = Linux
|
||||||
@ -841,7 +841,7 @@ configure:12482: $? = 0
|
|||||||
configure:12482: result: yes
|
configure:12482: result: yes
|
||||||
configure:12499: checking for getexecname
|
configure:12499: checking for getexecname
|
||||||
configure:12499: gcc -o conftest -g -O3 -std=gnu11 -pipe -Wall -Wextra -fPIC conftest.c >&5
|
configure:12499: gcc -o conftest -g -O3 -std=gnu11 -pipe -Wall -Wextra -fPIC conftest.c >&5
|
||||||
/tmp/ccluwJ7c.o: In function `main':
|
/tmp/cczOe5KH.o: In function `main':
|
||||||
/home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/conftest.c:73: undefined reference to `getexecname'
|
/home/runner/work/nim-waku/nim-waku/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/conftest.c:73: undefined reference to `getexecname'
|
||||||
collect2: error: ld returned 1 exit status
|
collect2: error: ld returned 1 exit status
|
||||||
configure:12499: $? = 1
|
configure:12499: $? = 1
|
||||||
@ -1134,7 +1134,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
|
|||||||
CONFIG_COMMANDS =
|
CONFIG_COMMANDS =
|
||||||
$ ./config.status
|
$ ./config.status
|
||||||
|
|
||||||
on fv-az54-194
|
on fv-az16-39
|
||||||
|
|
||||||
config.status:1150: creating Makefile
|
config.status:1150: creating Makefile
|
||||||
config.status:1150: creating backtrace-supported.h
|
config.status:1150: creating backtrace-supported.h
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# libtool - Provide generalized library-building support services.
|
# libtool - Provide generalized library-building support services.
|
||||||
# Generated automatically by config.status (libbacktrace) version-unused
|
# Generated automatically by config.status (libbacktrace) version-unused
|
||||||
# Libtool was configured on host fv-az54-194:
|
# Libtool was configured on host fv-az16-39:
|
||||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||||
|
@ -5,7 +5,7 @@ import
|
|||||||
eth/common as eth_common, eth/keys,
|
eth/common as eth_common, eth/keys,
|
||||||
system,
|
system,
|
||||||
options,
|
options,
|
||||||
../waku_types
|
../../waku_types
|
||||||
|
|
||||||
from strutils import rsplit
|
from strutils import rsplit
|
||||||
template sourceDir: string = currentSourcePath.rsplit(DirSep, 1)[0]
|
template sourceDir: string = currentSourcePath.rsplit(DirSep, 1)[0]
|
||||||
@ -28,7 +28,7 @@ var node = newRpcHttpClient()
|
|||||||
waitfor node.connect("localhost", rpcPort)
|
waitfor node.connect("localhost", rpcPort)
|
||||||
|
|
||||||
let pubSubTopic = "/waku/2/default-waku/proto"
|
let pubSubTopic = "/waku/2/default-waku/proto"
|
||||||
let contentTopic = "foobar"
|
let contentTopic = ContentTopic(1)
|
||||||
var wakuMessage = WakuMessage(payload: input.toBytes(), contentTopic: contentTopic)
|
var wakuMessage = WakuMessage(payload: input.toBytes(), contentTopic: contentTopic)
|
||||||
# XXX This should be WakuMessage type, but need to setup JSON-RPC mapping for that to work
|
# XXX This should be WakuMessage type, but need to setup JSON-RPC mapping for that to work
|
||||||
var raw_bytes = wakuMessage.encode().buffer
|
var raw_bytes = wakuMessage.encode().buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user