diff --git a/Dockerfile b/Dockerfile index 86fb75f27..dda80fbdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG EXTRA_BUILD_APK_PACKAGES RUN apk add --no-cache --update \ autoconf automake bison build-base bzip2 cmake curl \ dbus-dev flex git gmp-dev libsodium-dev libtool linux-headers lz4 \ - openssl-dev pkgconfig protoc sed tar wget \ + openssl-dev pkgconfig protoc sed tar wget gcompat \ ${EXTRA_BUILD_APK_PACKAGES} # Install Rust toolchain @@ -59,7 +59,7 @@ FROM ${RUNNER_IMAGE} as runner ARG VERSION ARG EXTRA_RUNNER_APK_PACKAGES -RUN apk add --no-cache --update ncurses dbus libsodium libstdc++ \ +RUN apk add --no-cache --update ncurses dbus libsodium libstdc++ curl \ ${EXTRA_RUNNER_APK_PACKAGES} RUN ulimit -n 64000 diff --git a/Makefile b/Makefile index cf0f63860..a6e40b048 100755 --- a/Makefile +++ b/Makefile @@ -10,9 +10,8 @@ else endif GRPC_SERVICES_DIR=src/grpc/autogen - -GATEWAY_RS_VSN ?= "v1.0.0-alpha.31" -GWMP_MUX_VSN ?= "v0.9.4" +GATEWAY_RS_VSN ?= "0c37be5dff56d6f989c1dcc8ebf6bb1819d6e447" +GWMP_MUX_VSN ?= "v0.9.8" all: compile diff --git a/config/val.config.src b/config/val.config.src index 15a8cc9b1..24ce886b7 100644 --- a/config/val.config.src +++ b/config/val.config.src @@ -12,6 +12,7 @@ ]}, {blockchain, [ + {aux_ledger_dir, "aux"}, {listen_addresses, ["${LISTEN_ADDRESS:-/ip4/0.0.0.0/tcp/2154}"]}, {fetch_latest_from_snap_source, false}, {block_sync_batch_size, 10}, diff --git a/priv/gateway_rs/settings.toml b/priv/gateway_rs/settings.toml index 65e7a2686..4364b64c5 100644 --- a/priv/gateway_rs/settings.toml +++ b/priv/gateway_rs/settings.toml @@ -1,2 +1,8 @@ ## api listening port override api = 4468 + +[poc] +entropy_uri = "https://entropy.helium.io/entropy" +ingest_uri = "http://mainnet-pociot.helium.io:9080" +beacon_interval = 600 +ingest_token = "dev"