Releases: shentufoundation/shentu
v2.14.0
Shentu v2.14.0 Release Notes
🕐Timeline
This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 22399700, which is approx. February 6th 2025, 13:00 UTC
.
❗Here are what you need to do:
- Wait until upgrade height
22399700
is reached - Stop the running shentud daemon
- Replace the running shentud binary with the v2.14.0 version
- Restart the shentud daemon with the v2.14.0 version
📝Changelog
Upgrade
- Add wasm module
- Enable sign mode textual
🔨Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/shentufoundation/shentu.git
cd shentu && git checkout v2.14.0
make install
☑️Binary version check
./shentud_2.14.0_linux_amd64 version --long
commit: 20912640248652bf14037fd98f021861e9a1c92f
cosmos_sdk_version: v0.50.11-shentu2
go: go version go1.22.11 linux/amd64
name: shentu
server_name: shentud
version: v2.14.0
📎Download binaries
Binary for linux is available below.
v2.14.0-rc2
Changelog
Upgrade
- Add wasm module
- Enable sign mode textual
v2.14.0-rc1
Changelog
Upgrade
- Add wasm module
v2.13.2
Changelog
Upgrade
- Bump cosmos-sdk to v0.50.11
- Bump cosmossdk.io/math to v1.4.0
BUG FIXES
- Fix ABS-0043/ABS-0044.
- Bump cosmossdk.io/math to v1.4.0 in order to address the the ASA-2024-010 security advisory.
Binary checksum
sha256sum shentud_2.13.2_*
111037c9a1c00ac97d5e750d839976a875edd15ac107c0dbc97e815ea766e8b3 shentud_2.13.2_linux_amd64
f1bc1fdf839fb8b3d8d3d6e7f64523afa3afc8326859a4f79f3aed77ae75dcda shentud_2.13.2_arm64_macos
bb42f4917abb88fdaf4f38c0b99c869267ef0c448ad8ea43fd3d3a3c82b0d806 shentud_2.13.2_win_x86_64.exe
./shentud_2.13.2_linux_amd64 version --long
commit: 08dcd8fd511d8e0056c14c3085dca52945643003
cosmos_sdk_version: v0.50.11-shentu2
go: go version go1.22.9 linux/amd64
name: shentu
server_name: shentud
version: 2.13.2
v2.13.1
Changelog
Upgrade
- Upgrade
cometbft
to v0.38.13
Fix bugs
- [state/indexer] Fix the tx_search results not returning all results by changing the logic in the indexer to copy the key and values instead of reusing an iterator. This issue only arises when upgrading to cometbft-db v0.13 or later.
v2.12.2
Changelog
Upgrade
- Upgrade
cometbft
to v0.38.13
Fix bugs
- [state/indexer] Fix the tx_search results not returning all results by changing the logic in the indexer to copy the key and values instead of reusing an iterator. This issue only arises when upgrading to cometbft-db v0.13 or later.
v2.13.0
Timeline
- This is a mandatory upgrade for all validators and full node operators.
- The upgrade at height 21239900, expected around
Nov 19th, 2024 13:00 UTC
.
Note:
- Replace the new binary version v2.13.0 when the block height reaches 21239900
- Please refer to upgrade instructions.
Changelog
Upgrade
- Upgrade cosmos-sdk to v0.50.9;
- Upgrade IBC to v8.5.2;
Fix bugs
Binary checksum
sha256sum shentud_2.13.0_*
0c987e736c73ceec8820349447f69f4792564d106744306f1d139bbbc5c7c40f shentud_2.13.0_linux_amd64
9c699ffeb60ac374de2b2d61c89c9d61ff0b2f1a9854c48e3bb731f1b4aae8b6 shentud_2.13.0_arm64_macos
b2c1211073517c6dd53e489b449228f3ca6de5f5629a6d1633743a4e72833710 shentud_2.13.0_win_x86_64.exe
./shentud_2.13.0_linux_amd64 version --long
commit: f16de142774d227f37bcbbe1430c61d496935f31
cosmos_sdk_version: v0.50.9-shentu2
go: go version go1.22.9 linux/amd64
name: shentu
server_name: shentud
version: 2.13.0
v2.12.1
v2.12.0
An upgrade is planned for the Shentu mainnet at height 20949300, which is estimated to be reached around Oct 30, 2024 12:00-13:00 UTC
. This release should be applied after reaching the upgrade height.
The upgrade operation should be a binary replacement at the upgrade height, Please refer to https://github.com/shentufoundation/mainnet/blob/main/shentu-2.2/upgrades/README.md#v2120-upgrade for upgrade instructions.
Note:
Replace the new binary version v2.12.0 when the block height reaches 20949300.
Changelog
[v2.12.0] - 10-21-2024
Upgrade
- Upgrade cosmos-sdk to v0.50.8;
- Upgrade IBC to v8;
Binary checksum
sha256sum shentud_2.12.0_*
70ffec7ae1d4df8bda79afadbfe6cd9a6462e7d8e0895ef123be1d2513c2bf6e shentud_2.12.0_linux_amd64
725d3a28f6845517c9c46886c9427678a61b4bd1fe979276983dc95284d97f80 shentud_2.12.0_arm64_macos
f544db32aec8306a55d8cc02a9db9bcfb3f437fc9f621ddb0b426ee39f329ed9 shentud_2.12.0_win_x86_64.exe
./shentud version --long
commit: e6991b0af4e1832d3adee5ab93ee9f966ba08648
cosmos_sdk_version: v0.50.8-shentu2
go: go version go1.22.8 linux/amd64
name: shentu
server_name: shentud
version: 2.12.0
v2.12.0-rc1
update RegisterSwaggerAPI