The Agoric engineering team is pleased to publish the pismoD release. This release contains the fix for the barberry security advisory. Validators have already been instructed to apply the essential changes of this release as a patch on top of the pismoC release. This pismoD release is provided as a convenience for those who did not apply the patch, or who wish to reconstruct the post-patch source tree.
Tag: pismoD
Commit: f760927771c926464a98b0a902087fdc1bddabd5
Docker: not provided with this release
As shown in go.mod, this release is based on:
ibc-go 3.4.0
cosmos-sdk 0.45.11
tendermint v0.34.23
How to upgrade
Presuming your node has installed pismoC
, perform the following commands
# prepare by installing Go 1.18 or higher
#stop the agd service
cd agoric-sdk
git fetch --all
git checkout pismoD
yarn install
yarn build
(cd packages/cosmic-swingset && make)
#start the agd service
Node version
Node 16 LTS is the only compatible node version with this release
Golang version
The pismoD release requires Go 1.18 or higher.