diff --git a/.github/workflows/auto_check.yml b/.github/workflows/auto_check.yml index 40f3473..3d9ff39 100644 --- a/.github/workflows/auto_check.yml +++ b/.github/workflows/auto_check.yml @@ -5,13 +5,18 @@ on: - cron: "00 */4 * * *" push: branches: - - "master" + - "main" + workflow_dispatch: + +permissions: + contents: write + pull-requests: write jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: npx @dappnode/dappnodesdk github-action bump-upstream env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/build/user-settings_template.yml b/build/user-settings_template.yml index 2bd3683..b43d9ab 100644 --- a/build/user-settings_template.yml +++ b/build/user-settings_template.yml @@ -138,6 +138,7 @@ lodestar: additionalVcFlags: "" containerTag: chainsafe/lodestar:v1.33.0 maxPeers: "100" + p2pQuicPort: "8001" mevBoost: additionalFlags: "" aestusEnabled: "false" @@ -207,6 +208,7 @@ prysm: vcContainerTag: gcr.io/offchainlabs/prysm/validator:v6.0.4 root: bnMetricsPort: "9100" + enableIPv6: "false" consensusClient: nimbus consensusClientMode: external ecMetricsPort: "9105" @@ -224,9 +226,10 @@ root: rpDir: /app/rocketpool/ useFallbackClients: "false" vcMetricsPort: "9101" - version: v1.17.3 + version: v1.20.3 watchtowerMetricsPort: "9104" smartnode: + apiPort: "8280" archiveECUrl: "" autoInitVPThreshold: "5" dataPath: /rocketpool/data diff --git a/dappnode_package.json b/dappnode_package.json index 259ef8a..cd8e849 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "rocketpool.dnp.dappnode.eth", - "version": "0.1.8", - "upstreamVersion": "v1.19.3", + "version": "0.1.9", + "upstreamVersion": "v1.20.3", "upstreamRepo": "rocket-pool/smartnode", "architectures": ["linux/amd64"], "description": "How Rocket Pool Works. Unlike solo stakers, who are required to put 32 ETH up for deposit to create a new validator, Rocket Pool nodes only need to deposit 8/16 ETH per validator. This will be coupled with 16 ETH from the staking pool (which stakers deposited in exchange for rETH) to create a new Ethereum validator. This new validator is called a minipool.", diff --git a/docker-compose.yml b/docker-compose.yml index 1e24377..d899f07 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: v1.19.3 + UPSTREAM_VERSION: v1.20.3 NETWORK: mainnet volumes: - rocketpool:/rocketpool