Releases: Agoric/agoric-sdk
pismoB
The Agoric engineering team is pleased to publish the pismoB release.
This adds a small bug-workaround to the pismoA release, to help validators recover from a stuck state, described in ticket #6588 . This is a "soft upgrade": it does not affect consensus behavior, and only validators who are experiencing this problem need switch to the new version.
Discussion for this release can take place in the community.agoric.com thread
Tag: agoric-upgrade-8-1 (or: pismoB
)
Commit: 08ca9d4fd8413da59b73d53e12851fe00583ddc1
Docker: agoric/agoric-sdk:30
As shown in go.mod, this release is based on:
tendermint v0.34.19
cosmos-sdk v0.45.4
How to upgrade
presuming your node is installed following ag0 to agd upgrade for mainnet 1 launch:
cd agoric-sdk
git fetch
git checkout pismoB
pismoA
The Agoric engineering team is pleased to publish the pismoA
release, otherwise known as the Inter Protocol MVP that is made up of the Parity Stability Module -only, hence the "PSM-o" nickname.
This pismoA
release represents the first time that Agoric’s JavaScript stack is eligible to be promoted into a production mainnet environment. All testnet milestones have been met, and the Agoric team anticipates that an on-chain governance proposal to upgrade the agoric-3
chain will be created by the community.
Discussion for this software upgrade proposal is taking place in the Agoric community forum. Provided the BLD holders vote to approve the upgrade, the Agoric Hardened JavaScript VM and Inter Protocol smart contracts will be added to the Agoric chain at a specified block height, and mainnet-1 will be launched.
- Tag: agoric-upgrade-8 (or:
pismoA
) - Commit:
2c812d22161cd297587979b262eab6e2cc76e23d
- Docker:
agoric/agoric-sdk:29
- Agoric ag0 to agD upgrade guide
- Upgrade handlers
- Mainnet:
agoric-upgrade-8
- Emerynet:
agorictest-upgrade-8
- Mainnet:
Regressions w.r.t. ag0:
Performance suggestions:
TMPDIR
- #6248
Major Features:
As shown in go.mod, this release is based on:
- tendermint v0.34.19
- cosmos-sdk v0.45.4
.