v1.13
Secret Network v1.13 Instructions
⚠️ IMPORTANT NOTES ⚠️
⚠️ Cosmovisor tool may NOT be used with this upgrade. This is due to the following facts:
Upgrading Manually
1. Make sure you have the latest SGX DCAP driver
# 1. Make sure the SGX driver is installed. The following devices should appear:
# /dev/sgx_enclave
# /dev/sgx_provision
# If your kernel version if 5.11 or higher, then you probably already have the SGX driver installed.
# Otherwise - please update the kernel version.
# Also make sure that the user under which the node is supposed to run has privileges to access SGX
sudo groupadd sgx_prv
sudo usermod -a -G sgx_prv $USER
# Check if the above has effect, by the following command
groups
# The sgx_prv should appear. If it does not - Logout and re-login may be needed, for the change to take effect.2. Install the DCAP runtime and AESM service
3. Configure Quote Provider
4. Use check-hw to test the DCAP attestation (Optional step)
5. Wait till the upgrade height is reached
6. Backup files, and install the new version
7. Migrate your local sealed files
8. Verify the DCAP attestation is working (Optional step)
9. Finally start the node
Details of Upgrade Time
In Case of an Upgrade Failure
Last updated
Was this helpful?