Update
info
Update: v0.79.0
Stopping the Servicesβ
systemctl stop penumbra cometbft
Update the Penumbra Command Line Interface (CLI)β
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.0/pcli-installer.sh | sh
Update the Penumbra Clientdβ
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.0/pclientd-installer.sh | sh
Update the pdβ
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.79.0/pd-installer.sh | sh
Resetting Dataβ
We reset remaining testnet data from previous testnets.
pd testnet unsafe-reset-all
Snap Downloadβ
Migrateβ
pd migrate --home PD_HOME --comet-home COMETBFT_HOME
Restartin the Servicesβ
systemctl restart penumbra cometbft