🚀 Overview
Version v4.2.1 is not state breaking change and adds an new x/finality query QueryVotingPowerDistributionRequest.
📄 Changelog
You can view the complete changelog here
🏗️ Binaries
If you prefer to build from source, use the following commands:
git clone https://github.com/babylonlabs-io/babylon.git
cd babylon
git checkout v4.2.1
# Only use the below command for mainnet
make build
# Only use the below command for testnet
BABYLON_BUILD_OPTIONS="testnet" make build
🐳 Docker Image
| Image | Description |
|---|---|
| babylonlabs/babylond:v4.2.1 | Mainnet image |
| babylonlabs/babylond:v4.2.1-testnet | Testnet image |