Releases: MetisProtocol/metis-verifier-node
August 14, 2022
NOTE: This is a HIGH priority release and you should upgrade as soon as possible.
this release requires database of l2geth to be dropped.
DTL image tag
metisdao/mvm-andromeda:verifier-dtl@sha256:085c159c0239d7b22411b47f8b48b7a1f863420e24ad19ee968c6660d94f72cb
l2geth image tag
metisdao/mvm-andromeda:verifier-l2geth@sha256:3d27c1b35c827f94ae4bd7eaee006a9b02976a9382ba21e4a2cc0d5a7eed8c6f
August 7, 2022
NOTE: This is a HIGH priority release and you should upgrade as soon as possible.and this release requires the database to be dropped.
DTL image tag
metisdao/mvm-andromeda:dtl@sha256:d0b7419f7443510a58d073403fc4add4657ba5b58d41e4c89e41bfbff86c571f
l2geth image tag
metisdao/mvm-andromeda:l2geth@sha256:90fa9912aca5b695f33636cd62a4b53d1665a2517d95af416e2dacee18884e4c
April 14, 2022 Release
Each verifier node needs to be upgraded to this version
Please refer to the following guide to upgrade your node.
Pull the latest images
$ docker-compose pull
Check image digest
$ docker image ls --digests | grep metisdao/mvm-andromeda
metisdao/mvm-andromeda dtl sha256:d0b7419f7443510a58d073403fc4add4657ba5b58d41e4c89e41bfbff86c571f 878c093d85ca 2 hours ago 912MB
metisdao/mvm-andromeda l2geth sha256:39f16ebac9ce7021ad2c098cff544d68be1f739f51251a93f72a74e7e218d36f 18514286d9fe 28 hours ago 41.1MB
Resync from scratch
$ # Stop services
$ docker-compose down
$ # Delete old data (required)
$ rm -rf /data/metis
$ # Start services
$ docker-compose up -d
April 04, 2022: DTL upgrade
Hi, there! Metis storage layer will go live in the near future.
Please upgrade your DTL image as soon as possible.
There is an upgrade guide. if you have any questions, you can create an issue on GitHub.
NOTE: Run those commands in your base directory
Pull latest DTL image
$ docker-compose pull
Check image digest
$ # this command requires you to have `jq` installed
$ docker image inspect metisdao/mvm-andromeda:dtl | jq -r '.[0].RepoDigests[0]' | cut -d ':' -f 2 | cut -c 1-12
6f7e62106d47
You can get the latest DTL image digest on docker hub, and make sure that your local image digest is the same as it
Stop and restart
$ docker-compose down
$ docker-compose up -d