Skip to content

Releases: bandprotocol/chain

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

v2.3.4

19 Aug 10:23
aba031e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v2.2.0

26 Aug 03:51
22d8bf0
Compare
Choose a tag to compare

This release will be used for running band-laozi-testnet3 and will be a candidate version of the upgraded mainnet.

Release Notes

  • Cosmos Release Note: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.43.0
  • (app) Upgrade SDK version to v0.43.0 and use ibc-go v1.0.1
  • (x/oracle) Replace int64 with uint64 for ids and counts
  • (oracle script) Support new oracle script functions - GetPrepareTime() and GetExecuteTime()
  • (ibc) Remove request key to generate escrow address for IBC oracle request and use a given relayer account instead of data source fee
  • (yoda) Remove MsgAddReporter/MsgRemoveReporter + Using Grant in authz module to manage authorization of reporter
  • (yoda) Add grant status check on yoda keys list

Breaking changes

Cosmos side breaking changes: https://docs.cosmos.network/master/migrations/rest.html

Request data via IBC

We removed request_key field from OracleRequestPacketData in case you have a problem including this repository as a dependency in your project, you can use this repo https://github.com/bandprotocol/bandchain-packet for creating packet to send request to BandChain.

v2.2.0-rc0

25 Aug 06:25
05a0143
Compare
Choose a tag to compare
v2.2.0-rc0 Pre-release
Pre-release

This is a candidate release for v2.2.0.

v2.1.1

11 Aug 09:22
6f5d474
Compare
Choose a tag to compare
  • (bandd) Increase max block size for evidence size