Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit a00b2ab

Browse files
committed
v1.3.5
# Conflicts: # Dockerfile
2 parents b99ad77 + 9b86516 commit a00b2ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR $APP_HOME
66
COPY waves.custom.conf $APP_HOME/waves.conf
77
RUN apt-get update && apt-get install -y curl jq wget \
88
&& JAR_REMOTE_PATH=$(curl "https://api.github.com/repos/wavesplatform/Waves/releases" \
9-
| jq -r '[.[] | select(.tag_name == "v1.2.21")] | first.assets[] | select(.name|endswith(".jar")) | .browser_download_url') \
9+
| jq -r '[.[] | select(.tag_name == "v1.3.5")] | first.assets[] | select(.name|endswith(".jar")) | .browser_download_url') \
1010
&& echo "Downloading '$JAR_REMOTE_PATH'. This may take a few minutes..." \
1111
&& wget $JAR_REMOTE_PATH -qO $APP_HOME/waves.jar
1212
EXPOSE 6860 6869

waves.custom.conf

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ waves {
3737
13 = 0
3838
14 = 1
3939
15 = 0
40+
16 = 0
4041
}
4142
double-features-periods-after-height = 1000000000
4243
max-transaction-time-back-offset = 120m

0 commit comments

Comments
 (0)