dappnode / DAppNodePackage-prysm

Prysm mainnet ETH2.0 Beacon chain + validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graffiti resetting to default after every auto-update.

iiqqrs opened this issue · comments

Every time Prysm is auto-updated it resets the graffiti to ‘validating from dappnode’ graffiti.

I have graffiti being written from a file from advance config settings. (By setting EXTRA_OPTS = --graffiti-file=/root/xyz.yaml)

Every time dappnode auto-updates prysm, the graffiti is overwritten and my graffiti file is ignored.

I get resetting it to default (if left blank) for advertising purposes, but if graffiti is left blank it should remain blank until updated by the user.
AA26F933-A1AD-40DA-AD71-A634B546F428

Still an issue as of: Version: 1.0.23 (v2.0.6 upstream)

I think this has to do with the docker-compose overwriting the value every release. Would love to get traction on this, very annoying to have to manually change this value after every release.