12170 | Upgrade v3.4.3
Source from:
- https://github.com/classic-terra/documents/blob/main/proposals/v11_2-proposal.md
- https://validator.info/terra-classic/governance/12170+
Upgrade to terrad client v3.4.3.
Release v3.4.3
A new release of the terrad client has been created on the 27th of March 2025. The release notes for the new version can be viewed here:
https://github.com/classic-terra/core/releases/tag/v3.4.3
This release introduces:
- mandatory and important security patches related to cosmos-sdk, wasmvm and ibc-go
- on-chain support of wasm interface versions 1_2 and 1_3
The upgrade should cause no changes to the chain’s state and therefore will not require an upgrade handler. However, for the sake of coordination the upgrade team introduced an empty upgrade handler to be able to roll out the upgrade with a planned chain halt.
Proposal
This proposal seeks validator and community approval to update the terrad client to v3.4.3 (upgrade name v11_2). The chain will be halted at block height 22773300 which will approximately be processed on April 7, 2025 06:50PM UTC. The actual halt time is an early estimate, can vary and depends on the chain’s block speed until the specified height is reached. Upon passing of this proposal, an automatic chain halt will be scheduled at the specified height. The validators are going to be asked to install the new version of the terrad client after the chain halt occured.
Upgrade Instructions for Validators
As soon as the chain automatically halts at the designated upgrade block height follow the upgrade procedure. Please don’t execute these commands before the chain has halted:
$ git clone https://github.com/classic-terra/core core-v3.4.3
$ cd core-v3.4.3
$ git checkout v3.4.3
$ make build && make install
In case you already have a local copy of the repository inside the local folder core:
$ cd core
$ git stash
$ git fetch --all
$ git fetch --tags
$ git checkout v3.4.3
$ make build && make install
Check the correct installation:
$ terrad version
v3.4.3
After that, restart the client with terrad start or your system service and wait for consensus. During that period, don’t restart the client if not otherwise asked to do so.
Infrastructure Providers
Infrastructure providers who run mantlemint accelerated LCDs are asked to build and install the updated mantlemint version from source after the upgrade block height is reached:
https://github.com/classic-terra/mantlemint/releases/tag/v3.4.3
Testing and Rollback
An upgrade to the current release candidate was conducted on rebel-2 testnet on 25th of March 2025 and the changes were tested extensively. If for some unforeseen (and unlikely) reason the new release will not be able to produce new blocks on mainnet then the upgrade name v11_2 can be applied to the previous release v3.4.0. In this case validators are going to be asked to roll back to a previous state and apply a patched v3.4.0 release.
Effects of Voting
- YESย – you agree to schedule an upgrade to v3.4.3
- NOย – you don’t agree to schedule an upgrade to v3.4.3
- ABSTAINย – you want the proposal to reach quorum and align with the majority vote
- VETOย – you strongly disagree and want the prop to fail with a 33,33% veto threshold

