Skip to content

Releases: bandprotocol/chain

v2.5.4

14 Sep 16:51
e6548bb
Compare
Choose a tag to compare

This release is to fix issues in Yoda.

What's Changed

  • Remove the cacher of data source hash in Yoda

v2.5.3

12 Sep 07:23
294da33
Compare
Choose a tag to compare

This release is to update the dependency version and improve logic to handle requests in Yoda.

What's Changed

  • Update tendermint (cometbft) version from v0.34.28 to v0.34.29
  • Get information of requests through endpoint instead of events

v2.5.2

25 May 16:41
bf40b6b
Compare
Choose a tag to compare

This release applies the security patch "Huckleberry" to ibc-go. For detail can be found here: https://forum.cosmos.network/t/ibc-security-advisory-huckleberry/10731

What's Changed

  • Update ibc-go to v4.3.1
  • Update cosmos-sdk version to v0.45.16
  • Update tendermint (cometbft) version from v0.34.28

v2.5.1

23 Mar 09:00
21a8d6e
Compare
Choose a tag to compare

This release is to update the dependency version.

What's Changed

  • Update go-owasm version from v0.2.2 to v0.2.3
  • Update cosmos-sdk version from v0.45.14 to v0.45.15
  • Update tendermint (cometbft) version from v0.34.26 to v0.34.27
  • Support statically linked binary

v2.5.0

22 Mar 17:25
Compare
Choose a tag to compare

This release is to update the dependency version.

What's Changed

  • Update ibc-go version from v3.3.1 to v4.3.0
  • Update cosmos-sdk version from v0.45.10 to v0.45.14
  • Update tendermint version from v0.34.22 to v0.34.26
  • Add new rest paths (/bandchain/v1/{...} for proof, chain_id, evm-validators) to prepare for moving from rest to GRPC in the future release

v2.4.1

28 Oct 07:06
2d59c56
Compare
Choose a tag to compare

This release is to update the dependency version.

What's Changed

  • Update ibc-go version from v3.3.0 to v3.3.1
  • Update cosmos-sdk version from v0.45.9 to v0.45.10
  • Update tendermint version from v0.34.21 to v0.34.22

v2.4.0

17 Oct 12:41
6b24be7
Compare
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
Compare
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
Compare
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
Compare
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