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.23 #43

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

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

Release notes

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

0.34.23

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

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

Nov 9, 2022

This release introduces some new Prometheus metrics to help in determining what kinds of messages are consuming the most P2P bandwidth. This builds towards our broader goal of optimizing Tendermint bandwidth consumption, and will give us meaningful insights once we can establish these metrics for a number of chains.

We now also return Cache-Control headers for select RPC endpoints to help facilitate caching.

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

IMPROVEMENTS

  • [p2p] #9641 Add new Envelope type and associated methods for sending and receiving Envelopes instead of raw bytes. This also adds new metrics, tendermint_p2p_message_send_bytes_total and tendermint_p2p_message_receive_bytes_total, that expose how many bytes of each message type have been sent.

  • [rpc] #9666 Enable caching of RPC responses (@​JayT106)

    The following RPC endpoints will return Cache-Control headers with a maximum age of 1 day:

    • /abci_info
    • /block, if height is supplied
    • /block_by_hash
    • /block_results, if height is supplied
    • /blockchain
    • /check_tx
    • /commit, if height is supplied
    • /consensus_params, if height is supplied
    • /genesis
    • /genesis_chunked
    • /tx
    • /validators, if height is supplied

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

... (truncated)

Commits

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.23.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/v0.34.23/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.16...v0.34.23)

---
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 Nov 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 23, 2022

Superseded by #44.

@dependabot dependabot bot closed this Nov 23, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.34.23 branch November 23, 2022 08:09
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