From 13082ff08dd135d49c93ad3a76cd39fb1cee75ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Tue, 24 Dec 2019 11:56:19 +0100 Subject: [PATCH 1/3] Advance manifest to new version: 0.0.2 --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 81fab92..75ba295 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,6 +1,6 @@ { "name": "nethermind.public.dappnode.eth", - "version": "0.0.1", + "version": "0.0.2", "upstreamVersion": "v1.3.8", "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.", From 15e5c5437020b7900475c8792ca2fa19b776ccff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Tue, 24 Dec 2019 11:56:20 +0100 Subject: [PATCH 2/3] Advance compose to new version: 0.0.2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4ffaebd..8a74c26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: nethermind.public.dappnode.eth: build: ./build - image: 'nethermind.public.dappnode.eth:0.0.1' + image: 'nethermind.public.dappnode.eth:0.0.2' restart: always volumes: - 'data:/data' From 14121a6be008e8c3918b0b877ec1b0eae5b627e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= Date: Fri, 27 Dec 2019 16:43:20 +0100 Subject: [PATCH 3/3] Added port --- dappnode_package.json | 2 +- docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 75ba295..921ac99 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nethermind.public.dappnode.eth", "version": "0.0.2", - "upstreamVersion": "v1.3.8", + "upstreamVersion": "v1.3.9", "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 8a74c26..839330a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,5 +16,7 @@ services: - NETHERMIND_PIVOT_NUMBER - NETHERMIND_PIVOT_TOTAL_DIFFICULTY - NETHERMIND_USE_GETH_LIMITS_IN_FAST_BLOCKS=true + ports: + - '30303' volumes: data: {}