From 902e78e917c29dcda4ee26d36bec2e04b21599e0 Mon Sep 17 00:00:00 2001 From: decanus Date: Tue, 22 Dec 2020 12:01:29 +0000 Subject: [PATCH] deploy: 73217b457c5affe5c0874c8ef6ab6c288e5ceb6d --- .../vendor/libbacktrace-upstream/config.log | 6 +++--- .../nim-libbacktrace/vendor/libbacktrace-upstream/libtool | 2 +- waku/v2/protocol/waku_relay.nim | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/config.log b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/config.log index 01b8c7f1a..4831a6989 100644 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/config.log +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/config.log @@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was ## Platform. ## ## --------- ## -hostname = fv-az274-210 +hostname = fv-az54-194 uname -m = x86_64 uname -r = 5.4.0-1032-azure uname -s = Linux @@ -841,7 +841,7 @@ configure:12482: $? = 0 configure:12482: result: yes configure:12499: checking for getexecname configure:12499: gcc -o conftest -g -O3 -std=gnu11 -pipe -Wall -Wextra -fPIC conftest.c >&5 -/tmp/ccybMg2D.o: In function `main': +/tmp/ccluwJ7c.o: In function `main': /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 configure:12499: $? = 1 @@ -1134,7 +1134,7 @@ generated by GNU Autoconf 2.69. Invocation command line was CONFIG_COMMANDS = $ ./config.status -on fv-az274-210 +on fv-az54-194 config.status:1150: creating Makefile config.status:1150: creating backtrace-supported.h diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool index 27d8dfd14..b91a1a276 100755 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool @@ -2,7 +2,7 @@ # libtool - Provide generalized library-building support services. # Generated automatically by config.status (libbacktrace) version-unused -# Libtool was configured on host fv-az274-210: +# Libtool was configured on host fv-az54-194: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, diff --git a/waku/v2/protocol/waku_relay.nim b/waku/v2/protocol/waku_relay.nim index 1eec0620c..68e5ac27b 100644 --- a/waku/v2/protocol/waku_relay.nim +++ b/waku/v2/protocol/waku_relay.nim @@ -15,7 +15,7 @@ declarePublicGauge total_messages, "number of messages received" logScope: topics = "wakurelay" -const WakuRelayCodec* = "/vac/waku/relay/2.0.0-beta1" +const WakuRelayCodec* = "/vac/waku/relay/2.0.0-beta2" method init*(w: WakuRelay) = debug "init"