Skip to content

build(deps): bump github.com/tendermint/tendermint from 0.34.8 to 0.35.2 - #142

Closed
dependabot[bot] wants to merge 1 commit into
cosmos_sdk_master_syncfrom
dependabot/go_modules/github.com/tendermint/tendermint-0.35.2
Closed

build(deps): bump github.com/tendermint/tendermint from 0.34.8 to 0.35.2#142
dependabot[bot] wants to merge 1 commit into
cosmos_sdk_master_syncfrom
dependabot/go_modules/github.com/tendermint/tendermint-0.35.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2022

Copy link
Copy Markdown

Bumps github.com/tendermint/tendermint from 0.34.8 to 0.35.2.

Release notes

Sourced from github.com/tendermint/tendermint's releases.

0.35.2 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.35.x/CHANGELOG.md#v0.35.2

0.35.1 (WARNING: BETA SOFTWARE)

Changelog

https://github.com/tendermint/tendermint/blob/v0.35.1/CHANGELOG.md#v0.35.1

0.35.0 (WARNING: BETA SOFTWARE)

Changelog

0.34.16 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.16/CHANGELOG.md#v0.34.16

0.34.15 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.15/CHANGELOG.md#v0.34.15

0.34.14 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.14/CHANGELOG.md#v0.34.14

0.34.13 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.13/CHANGELOG.md#v0.34.13

0.34.12 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.12/CHANGELOG.md#v0.34.12

0.34.11 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.11/CHANGELOG.md#v0.34.11

0.34.10 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.10/CHANGELOG.md#v0.34.10

0.34.9 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.9/CHANGELOG.md#v0.34.9

Changelog

Sourced from github.com/tendermint/tendermint's changelog.

v0.35.2

February 28, 2022

Special thanks to external contributors on this release: @​ashcherbakov, @​yihuang, @​waelsy123

IMPROVEMENTS

BUG FIXES

v0.35.1

January 26, 2022

Special thanks to external contributors on this release: @​altergui, @​odeke-em, @​thanethomson

BREAKING CHANGES

  • CLI/RPC/Config

    • [config] #7276 rpc: Add experimental config params to allow for subscription buffer size control (@​thanethomson).
  • P2P Protocol

    • [p2p] #7265 Peer manager reduces peer score for each failed dial attempts for peers that have not successfully dialed. (@​tychoish)
    • [p2p] #7594 always advertise self, to enable mutual address discovery. (@​altergui)

FEATURES

IMPROVEMENTS

... (truncated)

Commits
  • 2e432d1 Update changelog for release v0.35.2. (#8024)
  • cc88a31 p2p: update shim to transfer information about peers (#8047)
  • ca69da7 statesync: avoid compounding retry logic for fetching consensus parameters (b...
  • 0e08c66 p2p: plumb rudamentary service discovery to rectors and update statesync (bac...
  • ea49730 proxy: fix endblock metric (#7989)
  • 7854842 abci: revert buffer limit change (#7990)
  • a281c0b p2p: retry failed connections slightly more aggressively (backport #8010) (#8...
  • a032163 p2p: backport changes in ping/pong tolerances (#8009)
  • f5ff75b Add manual e2e workflow to v0.35.x. (#8006)
  • caa5bd3 docs: point docs/master to the same content as the latest release (backport #...
  • 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/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.8 to 0.35.2.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.8...v0.35.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 3, 2022

Copy link
Copy Markdown
Author

Dependabot tried to add @alexanderbez and @fedekunze as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/sikkatech/cosmos-sdk/pulls/142/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the sikkatech/cosmos-sdk repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 3, 2022
@dependabot @github

dependabot Bot commented on behalf of github Mar 3, 2022

Copy link
Copy Markdown
Author

The following labels could not be found: automerge.

@dependabot @github

dependabot Bot commented on behalf of github Apr 11, 2022

Copy link
Copy Markdown
Author

Superseded by #151.

@dependabot dependabot Bot closed this Apr 11, 2022
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.35.2 branch April 11, 2022 10:05
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