Skip to content

Releases: bandprotocol/chain

v2.4.0

17 Oct 12:41
6b24be7

Choose a tag to compare

This release is to add five main things to the BandChain.

  1. Fully support state sync.
  2. Upgrade IBC version from v1 to v3.
  3. Add ICA-host module.
  4. Optimize Owasm module to support more throughput.
  5. Change MaxGasPerBlock to 50M.

v2.3.6

15 Oct 14:20
be8bb57

Choose a tag to compare

This release contains the "dragonberry" security release from Cosmos SDK v0.44.5-patch. It should be upgraded IMMEDIATELY by all validator and node operators as a rolling upgrade without organizing a chain halt. Validators can independently upgrade their binaries.

v2.3.5

29 Sep 08:50
146ecfd

Choose a tag to compare

This release is to update the dependency version and update yoda broadcast mode. This release will be used for laozi-mainnet.

What's Changed

  • (bump) Use go-owasm package v0.1.1
  • (yoda) Update to broadcast transactions by sync mode

v2.4.0-rc1

19 Aug 10:41
98227c7

Choose a tag to compare

v2.4.0-rc1 Pre-release
Pre-release

This release is to add three new things to the band chain. The first is to add a feature in the RequestVerification function that can return an uncertain result when the node is delayed. Second, update the dependency version and support the IBC v3 and ICA-Host module. And third, add a snapshot extension for the oracle module. This release will be used for band-laozi-testnet5.

What's Changed

  • (bump) Use go 1.18
  • (bump) Use cosmos-sdk package v0.45.5 / tendermint v0.34.19 / ibc-go v3.1.0
  • (app) Add ICA host module
  • (app) Add MaxDelay parameter for request verification query
  • (app) Add IsDelay parameter for request verification response
  • (app) Add snapshot extension for oracle module
  • (app) Add reporters ("/oracle/v1/reporters/{validator_address}") query
  • (yoda) Add BAND_DATA_SOURCE_ID in header

v2.3.4

19 Aug 10:23
aba031e

Choose a tag to compare

This release is to add a new feature in the RequestVerification function that can return an uncertain result when the node is delayed. This release will be used for laozi-mainnet.

What's Changed

  • (app) Add MaxDelay parameter for request verification query
  • (app) Add IsDelay parameter for request verification response
  • (yoda) Add BAND_DATA_SOURCE_ID in header

v2.4.0-rc0

12 Jul 04:48
e5cf2f3

Choose a tag to compare

v2.4.0-rc0 Pre-release
Pre-release

This release is to update the dependency version and support the IBC v3 and ICA-Host module.

What's Changed

  • Update Go version from 1.16 to 1.18
  • Update ibc-go version from v1.1.15 to 3.1.0
  • Add icahost module

v2.3.3

27 Dec 06:39
25e7141

Choose a tag to compare

This release is an optimized patch to improve node performance. No consensus break and can use on both laozi-mainnet and band-laozi-testnet4.

What's Changed

  • (#198) Bump cosmos-sdk version to 0.44.5 and tendermint/iavl to optimize querying data from the node.
  • (#199) Fix yoda not log when cannot find request on non-request msg.

v2.3.2

12 Oct 17:45
f0a19b6

Choose a tag to compare

Due to the security issue found in Cosmos sdk. This release will be used for laozi-mainnet and band-laozi-testnet4. For more detail please see Cosmos Release Note: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.44.2

Release Notes

  • (app) Patch cosmos-sdk v0.44.2
  • (yoda) Fix filecache bug on yoda

v2.3.1 - DEPRECATED

14 Sep 03:33
e9cb1ce

Choose a tag to compare

v2.3.1 - DEPRECATED Pre-release
Pre-release

This version must NOT be used.

The new ibc-go v1.2.0 supports longer port names, which ensures compatibility with cosmwasm ibc. This will be a final candidate version of the upgraded mainnet (Laozi).

Release Notes

  • (app) Upgrade ibc-go to v1.2.0 and tendermint to 0.34.13

v2.3.0

06 Sep 04:35
4fe1963

Choose a tag to compare

Due to the security issue found in Cosmos sdk. This release will be used for band-laozi-testnet4 and will be a candidate version of the upgraded mainnet. v2.2.0 will be deprecated.

Release Notes