Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Bump github.com/tendermint/tendermint from 0.34.16 to 0.34.22 #36

Conversation

dependabot[bot]
Copy link

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

Bumps github.com/tendermint/tendermint from 0.34.16 to 0.34.22.

Release notes

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

0.34.22

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

0.34.21 (WARNING: BETA SOFTWARE)

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

0.34.20 (WARNING: BETA SOFTWARE)

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

0.34.19 (WARNING: BETA SOFTWARE)

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

0.34.18 (WARNING: BETA SOFTWARE)

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

0.34.17 (WARNING: BETA SOFTWARE)

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

Changelog

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

v0.34.22

This release includes several bug fixes, one of which we discovered while building up a baseline for v0.34 against which to compare our upcoming v0.37 release during our QA process.

Special thanks to external contributors on this release: @​RiccardoM

FEATURES

BUG FIXES

  • [config] #9483 Calling tendermint init would incorrectly leave out the new [storage] section delimiter in the generated configuration file - this has now been fixed
  • [p2p] #9500 Prevent peers who have errored being added to the peer set (@​jmalicevic)
  • [indexer] #9473 Fix bug that caused the psql indexer to index empty blocks whenever one of the transactions returned a non zero code. The relevant deduplication logic has been moved within the kv indexer only (@​cmwaters)
  • [blocksync] #9518 A block sync stall was observed during our QA process whereby the node was unable to make progress. Retrying block requests after a timeout fixes this.

v0.34.21

Release highlights include:

  • A new [storage] configuration section and flag discard_abci_responses, which, if enabled, discards all ABCI responses except the latest one in order to reduce disk space usage in the state store. When enabled, the block_results RPC endpoint can no longer function and will return an error.
  • A new CLI command, reindex-event, to re-index block and tx events to the event sinks. You can run this command when the event store backend dropped/disconnected or you want to replace the backend. When discard_abci_responses is enabled, you will not be able to use this command.

Special thanks to external contributors on this release: @​rootwarp & @​animart

FEATURES

  • [cli] #9083 Backport command to reindex missed events (@​cmwaters)
  • [cli] #9107 Add the p2p.external-address argument to set the node P2P external address (@​amimart)

... (truncated)

Commits
  • a6dd0d2 Release v0.34.22 (#9583)
  • bf4688b fix: header link (backport #9574) (#9585)
  • dbf22de QA Process report for v0.37.x (and baseline for v0.34.x) (backport #9499) (#9...
  • 3ec6e42 Fix TX payload for DO testnets (#9540) (#9543)
  • df5fe1f build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#9527)
  • a28c987 blocksync: retry requests after timeout (backport #9518) (#9534)
  • 1d160a5 indexer: move deduplication functionality purely to the kvindexer (backport #...
  • 430afb2 security/p2p: prevent peers who errored being added to the peer_set (backport...
  • df5ba80 Extend the load report tool to include transactions' hashes (backport #9509) ...
  • bda1dd4 build(deps): Bump actions/stale from 5 to 6 (#9492)
  • 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.16 to 0.34.22.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/v0.34.22/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.16...v0.34.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 10, 2022

Superseded by #43.

@dependabot dependabot bot closed this Nov 10, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.34.22 branch November 10, 2022 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants