Skip to content

v16

Choose a tag to compare

@trevormil trevormil released this 16 Oct 14:48
· 198 commits to master since this release

v16 Latest

🔧 BitBadges Chain Upgrade — v16
📦 [Release v16](https://github.com/BitBadges/bitbadgeschain/releases/tag/v16) • 🆕 [Latest Release](https://github.com/BitBadges/bitbadgeschain/releases/latest)

Upgrade Name: v16
Upgrade Block Height: 6435000

Summary of update: This upgrade includes SDK 0.53.4, code cleansing and changes, and deprecating off-chain balances.

🚨 Important Instructions for Node Operators
To successfully upgrade your node to v16 please follow these steps:

Download the New Binary
Download the latest v16 binary from the [release page](https://github.com/BitBadges/bitbadgeschain/releases/tag/v16).

Place Binary in the Correct Path
Move the new binary to:

<your_node_home>/cosmovisor/upgrades/v16/bin/
Ensure Correct Naming
Rename the binary file to:

bitbadgeschaind
This is required for nodes using the default Cosmovisor configuration.

Check Executable Permissions
Ensure the binary is executable:

chmod +x <your_node_home>/cosmovisor/upgrades/v16/bin/bitbadgeschaind
Verify Setup
Run the following to confirm the version and setup:

<your_node_home>/cosmovisor/upgrades/v16/bin/bitbadgeschaind version
Cosmovisor Will Auto-Switch
Cosmovisor will automatically switch to the new binary at the specified block height. If your node does not have the correct setup, it will halt and could be slashed.

📚 For full setup and operational details, see the [Run a Node documentation](https://docs.bitbadges.io/for-developers/bitbadges-blockchain/run-a-node).

📝 Notable Changes in v16

  • SDK 0.53.4 upgrade
  • Code cleansing and improvements
  • Deprecating off-chain balances