Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update(deps): Bump github.com/bandprotocol/chain/v2 from 2.3.3 to 2.4.1 #185

Open
wants to merge 1 commit into
base: band
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps github.com/bandprotocol/chain/v2 from 2.3.3 to 2.4.1.

Release notes

Sourced from github.com/bandprotocol/chain/v2's releases.

v2.4.1

This release is to update the dependency version (for testnet).

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

This release is to add five main things to the BandChain (for testnet).

  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.4.0-rc1

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.4.0-rc0

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.6

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

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.3.4

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.

... (truncated)

Changelog

Sourced from github.com/bandprotocol/chain/v2's changelog.

v2.4.1

  • (bump) Use cosmos-sdk package v0.45.10 / tendermint v0.34.22 / ibc-go v3.3.1

v2.4.0

  • (bump) Use go 1.19
  • (bump) Use cosmos-sdk package v0.45.9 / tendermint v0.34.21 / ibc-go v3.3.0
  • (bump) Use go-owasm v0.2.2
  • (chain) Add ICA host module
  • (chain) Add MaxDelay parameter for request verification query
  • (chain) Add IsDelay parameter for request verification response
  • (chain) Add snapshot extension for oracle module
  • (chain) change DefaultBlockMaxGas to 50M
  • (chain) change DefaultBaseRequestGas to 50k
  • (chain) change multiplier of cosmos gas to owasm gas to 20M
  • (yoda) Add BAND_DATA_SOURCE_ID in header
  • (yoda) Update to broadcast transactions by sync mode
Commits
  • 2d59c56 Merge pull request #264 from bandprotocol/bump-cosmos-sdk
  • 51c2b52 bump dependency version
  • 6b24be7 Merge pull request #262 from bandprotocol/dragonberry-patch
  • f75f95c update change log
  • b5c4116 bump go-owasm version
  • 88cedc5 bump cosmos-sdk to 0.45.9
  • bf96463 Merge pull request #256 from bandprotocol/bump-go-owasm
  • 1291989 Merge pull request #254 from bandprotocol/upgrade-handler-params-v24
  • 5fc83e7 update changelog
  • dd5ae80 bump go-owasm to 0.2.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/bandprotocol/chain/v2](https://github.com/bandprotocol/chain) from 2.3.3 to 2.4.1.
- [Release notes](https://github.com/bandprotocol/chain/releases)
- [Changelog](https://github.com/bandprotocol/chain/blob/master/CHANGELOG.md)
- [Commits](bandprotocol/chain@v2.3.3...v2.4.1)

---
updated-dependencies:
- dependency-name: github.com/bandprotocol/chain/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@dependabot dependabot bot requested review from Raumo0 and wolthrax October 31, 2022 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants