From a8b557f8647a8e4240b46373bdf7377c17912dc3 Mon Sep 17 00:00:00 2001 From: dapplion Date: Tue, 27 Dec 2022 20:06:32 +0000 Subject: [PATCH 1/3] bump NethermindEth/nethermind to 1.15.0 --- dappnode_package.json | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 3e44ffc..440a8ae 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nethermind.public.dappnode.eth", "version": "1.0.9", - "upstreamVersion": "1.14.7", + "upstreamVersion": "1.15.0", "shortDescription": "Nethermind Ethereum client", "description": "Nethermind - The world’s fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index 9221b6f..0ba8758 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: . args: - UPSTREAM_VERSION: 1.14.7 + UPSTREAM_VERSION: 1.15.0 image: "nethermind.nethermind.public.dappnode.eth:1.0.9" restart: unless-stopped security_opt: From b16fcb5c1793199d01d757c0b99f6d99bda7215e Mon Sep 17 00:00:00 2001 From: dsimog01 <47595345+dsimog01@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:43:29 +0100 Subject: [PATCH 2/3] Added core minimum version 0.2.63 Edited minimum version to be sure it includes the Nethermind team keys --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 440a8ae..cec3188 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -39,7 +39,7 @@ "url": "https://github.com/dappnode/DAppNodePackage-nethermind.git" }, "requirements": { - "minimumDappnodeVersion": "0.2.60" + "minimumDappnodeVersion": "0.2.63" }, "bugs": { "url": "https://github.com/dappnode/DAppNodePackage-nethermind/issues" From c5d4c7f403783e68aa81c1c77a0e83df4a599bac Mon Sep 17 00:00:00 2001 From: dsimog01 <47595345+dsimog01@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:19:13 +0100 Subject: [PATCH 3/3] Updated core minimum version to 0.2.64 --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index cec3188..3d63bd4 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -39,7 +39,7 @@ "url": "https://github.com/dappnode/DAppNodePackage-nethermind.git" }, "requirements": { - "minimumDappnodeVersion": "0.2.63" + "minimumDappnodeVersion": "0.2.64" }, "bugs": { "url": "https://github.com/dappnode/DAppNodePackage-nethermind/issues"