Skip to content

Panacea Core v2.3.0

Latest

Choose a tag to compare

@cl9200 cl9200 released this 13 Aug 13:39

What's Changed

  • Upgrade Cosmos SDK from v0.47.10 to v0.50.15, CometBFT from v0.37.18 to
    v0.38.23, and IBC-Go from v7.3.2 to v8.8.0.
  • Add the production v2.3.0 upgrade handler and Panacea NFT module.
  • Preserve supported legacy AOL and DID signing compatibility.
  • Move gRPC-Web onto the API listener and replace the legacy client config CLI
    shape.
  • Require existing node operators to review and migrate app.toml for SDK
    v0.50 before the upgrade.
  • Drop application DB support for cleveldb, boltdb, and badgerdb; use
    goleveldb.

See the full changelog for module, compatibility, and operational details.

Validator binaries

Official statically linked Linux binaries are provided for AMD64 and ARM64.

Platform SHA256
linux/amd64 833c2d3c7dca815692e2050f2180a65736669c654965dae89175982c3139d499
linux/arm64 c2f7d6dfd97fe2091abe3d5a61eeef4930c4ca1bc5d7e3d9c8156c320283bfa6

Download the binary and matching .sha256 file for your platform into the same
directory. Then verify the checksum before staging the binary.

AMD64:

curl -fL -O https://github.com/medibloc/panacea-core/releases/download/v2.3.0/panacead-linux-amd64
curl -fL -O https://github.com/medibloc/panacea-core/releases/download/v2.3.0/panacead-linux-amd64.sha256

sha256sum -c panacead-linux-amd64.sha256
chmod +x panacead-linux-amd64
./panacead-linux-amd64 version --long | grep -E '^(version|commit):'

ARM64:

curl -fL -O https://github.com/medibloc/panacea-core/releases/download/v2.3.0/panacead-linux-arm64
curl -fL -O https://github.com/medibloc/panacea-core/releases/download/v2.3.0/panacead-linux-arm64.sha256

sha256sum -c panacead-linux-arm64.sha256
chmod +x panacead-linux-arm64
./panacead-linux-arm64 version --long | grep -E '^(version|commit):'

The checksum command must report OK. The final command must report version
2.3.0 and commit
91c74f66aaeb0b2fc37282175eee400d0767e37f.