Releases: babylonlabs-io/babylon
v4.2.3
🚀 Overview
Version v4.2.3
📄 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.3
# 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.3 | Mainnet image |
| babylonlabs/babylond:v4.2.3-testnet | Testnet image |
v4.2.2
🚀 Overview
Version v4.2.2 is not state breaking change and bumps comet-bft to v0.38.20
📄 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.2
# 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.2 | Mainnet image |
| babylonlabs/babylond:v4.2.2-testnet | Testnet image |
v4.2.1
🚀 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 |
v4.2.0
🚀 Overview
Version v4.2.0
📄 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.0
# 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.0 | Mainnet image |
| babylonlabs/babylond:v4.2.0-testnet | Testnet image |
v4.1.0
What's Changed
- fix(vote-ext): add unkown fields check (backport GHSA-2fcv-qww3-9v6h) by @GAtom22 in #1873
- crypto: ensure BIP-322 signatures are using SIGHASH_ALL or SIGHASH_DEFAULT by @SebastianElvis in https://github.com/babylonlabs-io/babylon/tree/6e8bdd328a47343fcd7ad98d1b0c7267860b019a
Full Changelog: v4.0.0...v4.1.0
v4.0.0
🚀 Overview
Version v4.0.0
📄 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.0.0
# 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.0.0 | Mainnet image |
| babylonlabs/babylond:v4.0.0-testnet | Testnet image |
v4.0.0-rc.3
🚀 Overview
Version v4.0.0-rc.3
📄 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.0.0-rc.3
# 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.0.0-rc.3 | Mainnet image |
| babylonlabs/babylond:v4.0.0-rc.3-testnet | Testnet image |
v4.0.0-rc.2
🚀 Overview
Version v4.0.0-rc.2
📄 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.0.0-rc.2
# 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.0.0-rc.2 | Mainnet image |
| babylonlabs/babylond:v4.0.0-rc.2-testnet | Testnet image |
v4.0.0-rc.1
🚀 Overview
Version v4.0.0-rc.1
📄 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.0.0-rc.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.0.0-rc.1 | Mainnet image |
| babylonlabs/babylond:v4.0.0-rc.1-testnet | Testnet image |
v2.3.2
🚀 Overview
Version v2.3.2
📄 Changelog
- #1808 Updates cometbft to v0.38.19 fix ASA-2025-003.
🏗️ 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 v2.3.2
# 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:v2.3.2 | Mainnet image |
| babylonlabs/babylond:v2.3.2 | Testnet image |