Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump to 1.30.1 #67

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions build/dappnode_package-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "avado-dnp-nethermind.public.dappnode.eth",
"version": "0.0.53",
"upstream": "1.30.0",
"version": "0.0.54",
"upstream": "1.30.1",
"autoupdate": true,
"title": "Ethereum node (Nethermind)",
"description": "This package installs an Ethereum full node on your AVADO. It installs the latest Nethermind client and makes its RPC ports available on the network of your AVADO so that you can interact with the blockchain.",
Expand All @@ -20,13 +20,8 @@
"keystore:/nethermind/keystore"
],
"restart": "always",
"ports": [
"40303:40303",
"40303:40303/udp"
],
"keywords": [
"Nethermind"
]
"ports": ["40303:40303", "40303:40303/udp"],
"keywords": ["Nethermind"]
},
"author": "AVADO",
"license": "GPL-3.0",
Expand All @@ -36,4 +31,4 @@
"Github": "https://github.com/AvadoDServer/AVADO-DNP-Nethermind",
"OnboardingWizard": "http://avado-dnp-nethermind.my.ava.do:8545/healthchecks-ui"
}
}
}
4 changes: 2 additions & 2 deletions build/docker-compose-mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.4'
services:
avado-dnp-nethermind.public.dappnode.eth:
image: 'avado-dnp-nethermind.public.dappnode.eth:0.0.53'
image: 'avado-dnp-nethermind.public.dappnode.eth:0.0.54'
build:
context: ./build
args:
VERSION: 1.30.0
VERSION: 1.30.1
volumes:
- 'nethermind_db:/nethermind/nethermind_db'
- 'logs:/nethermind/logs'
Expand Down