From 931ce57826804c94d87ce742721b869efff0adcb Mon Sep 17 00:00:00 2001 From: Dmitry Shmatko Date: Mon, 3 Dec 2018 17:48:04 +0300 Subject: [PATCH 1/2] Fixed desktop app starting command --- EthereumHarmony.install4j | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EthereumHarmony.install4j b/EthereumHarmony.install4j index 0813720..8fc5852 100644 --- a/EthereumHarmony.install4j +++ b/EthereumHarmony.install4j @@ -67,7 +67,8 @@ -Dsync.fast.enabled=true -Dlogback.configurationFile=src/main/resources/logback.xml --Dserver.port=9090 +-Dethereumj.conf.res=harmony.conf +-Dmodules.web.port=9090 From b6b648c01619a6a51035248a516f4a35395e007a Mon Sep 17 00:00:00 2001 From: Dmitry Shmatko Date: Mon, 7 Jan 2019 16:25:09 +0300 Subject: [PATCH 2/2] EthereumJ version bumped to 1.11.0 snapshot --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2593e36..639d182 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ dependencies { compile "org.ethereum:solcJ-all:0.4.19" // Solidity Compiler win/mac/linux binaries // don't forget to adjust {ethereumJ.version} in application.properties - compile ("org.ethereum:ethereumj-core:1.10.0-SNAPSHOT") { + compile ("org.ethereum:ethereumj-core:1.11.0-SNAPSHOT") { changing = true exclude group: "log4j"