diff --git a/Dockerfile b/Dockerfile index ec8060c..f56106b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV STORE_VERSION=0.0.12.1 +ENV STORE_VERSION=0.0.13-beta1 ARG TARGETOS ARG TARGETARCH diff --git a/docker/store-application.properties b/docker/store-application.properties index 8d8e45f..fed2411 100644 --- a/docker/store-application.properties +++ b/docker/store-application.properties @@ -24,5 +24,6 @@ store.cardano.shelley-genesis-file=/clusters/default/genesis/shelley/genesis.jso store.blocks.epoch-calculation-interval=3600 store.account.enabled=true - +store.account.balance-aggregation-enabled=true +store.account.history-cleanup-enabled=false diff --git a/gradle.properties b/gradle.properties index 3273638..e119eea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group = com.bloxbean.cardano artifactId = yaci-cli -version = 0.0.19-SNAPSHOT +version = 0.0.19 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4fbcb0a..0a08fd4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ #spring: # main: # banner-mode: "off" -application.version: v0.0.18 +application.version: v0.0.19 server: port: 0