Skip to content

Releases: shentufoundation/shentu

v2.10.0

27 May 09:14
Compare
Choose a tag to compare

An upgrade is planned for the Shentu mainnet at height 18737000, which is estimated to be reached around May 29, 2024 13:00-14: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#v2100-upgrade for upgrade instructions.

Changelog

[v2.10.0] - 05-22-2024

New module

  • (x/group) Add a group module.

Upgrade

  • Upgrade cosmos-sdk to 0.46.16;
  • Upgrade IBC to v6;
  • Fix some auditing findings.

Breaking

Txs event pagination, details

<URL>/cosmos/tx/v1beta1/txs?events=tx.height=%s&pagination.offset=%d&pagination.limit=%d
To
<URL>/cosmos/tx/v1beta1/txs?events=tx.height=%s&page=%s&limit=%d

Binary checksum

sha256sum shentud_2.10.0_*
e8c8a0daf80fd5c09d7c02c72bf0421c014c16d1f470f52fdb2267ec3c95b4e2  shentud_2.10.0_arm64_macos
af2986142dcd60966242283904188474453058b5eca2a71a5ba8f11255e84c11  shentud_2.10.0_linux_amd64
91eb9b6e0387c5b7c40ea28360014b09ffea5965ae85cfb51c95f0f2d98100a5  shentud_2.10.0_win_x86_64.exe

v2.10.0-rc2

22 May 06:23
bcce84c
Compare
Choose a tag to compare
v2.10.0-rc2 Pre-release
Pre-release
  1. Bump cosmos-sdk to 0.46.16
  2. Bump IBC to V6
  3. Fix some auditing findings

v2.10.0-rc1

20 May 07:55
42d6a53
Compare
Choose a tag to compare
v2.10.0-rc1 Pre-release
Pre-release
Auditing fix (#855)

* return err when purchase does not exist

* Remove the redundant negative check.

* fix msgUpdateSponsor validationBasic

v2.9.0

20 Nov 15:13
3a7e28a
Compare
Choose a tag to compare

An upgrade is planned for the Shentu mainnet at height 16084500 , which is estimated to be reached around Nov 28, 2023 13:00-14: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/tree/main/shentu-2.2/upgrades#v290-upgrade for upgrade instructions.

Changelog

[v2.9.0] - 11-17-2023

New module

  • (x/bounty) #786 Add a bounty module.

certificate

(x/cert) #786 Add a bountyadmin certificate.

bech32

Only the address with the prefix 'shentu' is supported.
(bech32) #787 Disable old prefix address compatibility.

Binary checksum

sha256sum shentud_2.9.0_*
286892713482cd39dd38a7e76e44ffa6ba0ffeb06c935642c6577dee236b9c7d  shentud_2.9.0_arm64_macos
6ef52ee7ae3ea462326665ae3f11e0e2a6a8649b11c21cab479c72cacbee7430  shentud_2.9.0_linux_amd64
4a5b7b3831ababd569999c6a291bca061b3db1a7be47621f81d7a20c4768d938  shentud_2.9.0_win_x86_64.exe

v2.8.0a

21 Sep 16:36
9e47c55
Compare
Choose a tag to compare

Release v2.8.0a

v2.8.0

19 Sep 07:42
df3da02
Compare
Choose a tag to compare

An upgrade is planned for the Shentu mainnet at height 15094300 , which is estimated to be reached around Sep 21, 2023 13:00-14: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/tree/main/shentu-2.2/upgrades#v280-upgrade for upgrade instructions.

Changelog

[v2.8.0] - 09-12-2023

Version 2.8.0 changes the Bech32 address prefix to 'shentu'.

State Machine Breaking Changes

  • (app) #718 Modify the persisted Bech32 addresses for various modules to change the prefix to 'shentu'.

Bug Fixes

  • (x/cert) #754 Fix the bug of wrongly decoding of platform certificate.

Binary checksum

sha256sum shentud_2.8.0_*
33fa97fbed48705c7b14b8f77c6969555f24068bc7e9caa63024bcac36ac0521  shentud_2.8.0_arm64_macos
3c16c4c4ca62f7b4e447414667338e799bd27de36adddb2354908aaef8072e0a  shentud_2.8.0_linux_amd64
90fce7fb8746e7864b81f124b2f4c15932be77eefffea4ff088a9460fd788fc5  shentud_2.8.0_win_x86_64.exe

v2.7.2

29 Aug 02:39
52a96fe
Compare
Choose a tag to compare

An upgrade is planned for the Shentu mainnet at height 14875800 , which is estimated to be reached around Sep 06, 2023 13:30-14:30 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/tree/main/shentu-2.2/upgrades#v272-upgrade for upgrade instructions.

Changelog

Bug Fixes

  • (x/gov) #761 fix the bug of votes are removed early for general proposals

Binary checksum

sha256sum shentud_2.7.2_*
ff249d58394f329d8025915532fb9d12300de784fd9b4eb96529a00af2f9ed2f  shentud_2.7.2_linux_amd64
46cc49c82264239688a5990c7ba6d57754bd57e5c38bb06f73654390bf078eb4  shentud_2.7.2_arm64_macos
694a6c971882e471d0b4529b5edc1927bd7c023e553c2a816dfa82e417b782e2  shentud_2.7.2_win_x86_64.exe

v2.7.1

25 May 13:48
b1b7dd3
Compare
Choose a tag to compare

The upgrade operation should be a binary replacement without a chain-halt, Please refer to https://github.com/shentufoundation/mainnet/tree/main/shentu-2.2/upgrades#v271-upgrade for upgrade instructions.

Changelog

[v2.7.1] - 05/25/2023

Upgrade IBC to v4.2.1, which addresses a potential security vulnerability impacting IBC connected full nodes.

Improvements

  • (app) #702 Upgrade IBC to v4.2.1

v2.7.0

18 Apr 01:52
1ecceaf
Compare
Choose a tag to compare

An upgrade is planned for the Shentu mainnet at height 12926000, which is estimated to be reached around 1am-2am UTC on April 26, 2023. 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/tree/main/shentu-2.2/upgrades#v270-upgrade for upgrade instructions.

Changelog

[v2.7.0] - 04-11-2023

Version 2.7.0 brings Oracle 1.5, which offers security evaluation for transactions running on business chains.

State Machine Breaking Changes

  • (x/gov) #651 Achieve the compatibility with Cosmos gov interface by removing customized implementation from the gov module.

Features

  • (x/oracle) #613 Introducing Oracle 1.5 to provide trusted scoring for other on-chain business transactions.

Improvements

  • (app) #646 Upgrade cosmos-sdk from v0.45.9 to v0.45.11 and tendermint from v0.34.21 to v0.34.23
  • (app) #599 Upgrade IBC to v4.2.0
  • (app) #633 Improve go deps and proto gen.

Bug Fixes

  • (x/shield) #563 Fix shield service fees bug.

v2.7.0-rc1

14 Apr 02:01
f9811bf
Compare
Choose a tag to compare
v2.7.0-rc1 Pre-release
Pre-release
v2.7.0-rc1