It's here!
Version 1.4.0 of Evolution with withdrawals is now out and it's time to upgrade.
This is a mandatory upgrade for all Evonode operators.
While this is not an "emergency" upgrade we still would need 67% of nodes to have upgraded in the next 40 or so hours for this to lock in on time to be able to activate in about 10 days. If we don't get 67% we will need to wait an extra Epoch (9 days).
This release mainly focuses on enabling Withdrawals but there's a lot in it related to stability as well.
Check out what's new here: https://github.com/dashpay/platform/releases/tag/v1.4.0
For those wondering our next task will be to provide an easy solution before 1.4.0 activates that allows Evonodes to easily withdraw from the Platform Chain.
Quick cheatsheet:
AMD64/x86 (linux):
ARM64 (linux):
!!! After upgrading a Dashmate status will still show 1.3.0 (which is the Tenderdash version)To see that you have correctly upgraded you can run the following command
Version 1.4.0 of Evolution with withdrawals is now out and it's time to upgrade.
This is a mandatory upgrade for all Evonode operators.
While this is not an "emergency" upgrade we still would need 67% of nodes to have upgraded in the next 40 or so hours for this to lock in on time to be able to activate in about 10 days. If we don't get 67% we will need to wait an extra Epoch (9 days).
This release mainly focuses on enabling Withdrawals but there's a lot in it related to stability as well.
Check out what's new here: https://github.com/dashpay/platform/releases/tag/v1.4.0
For those wondering our next task will be to provide an easy solution before 1.4.0 activates that allows Evonodes to easily withdraw from the Platform Chain.
Quick cheatsheet:
AMD64/x86 (linux):
Code:
wget https://github.com/dashpay/platform/releases/download/v1.4.0/dashmate_1.4.0.e406d63b8-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_1.4.0.e406d63b8-1_amd64.deb
dashmate stop --platform
dashmate update
dashmate start --platform
ARM64 (linux):
Code:
wget https://github.com/dashpay/platform/releases/download/v1.4.0/dashmate_1.4.0.e406d63b8-1_arm64.deb
sudo apt update
sudo apt install ./dashmate_1.4.0.e406d63b8-1_arm64.deb
dashmate stop --platform
dashmate update
dashmate start --platform
!!! After upgrading a Dashmate status will still show 1.3.0 (which is the Tenderdash version)To see that you have correctly upgraded you can run the following command
Code:
docker image inspect dashpay/drive:1 | grep org.opencontainers.image.version