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

Bump github.com/tendermint/tendermint from 0.34.21 to 0.34.23 #342

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/tendermint/tendermint from 0.34.21 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

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.21 to 0.34.23.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.21...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 force-pushed the dependabot/go_modules/github.com/tendermint/tendermint-0.34.23 branch from 8c8780d to d3c4a3b Compare November 14, 2022 16:12
@asalzmann asalzmann added the A:automerge Automatically merge PR once checks pass label Nov 17, 2022
@mergify mergify bot merged commit dd6c264 into main Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.34.23 branch November 17, 2022 20:31
sontrinh16 pushed a commit to notional-labs/stride that referenced this pull request Mar 27, 2023
…-Labs#342)

Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.21 to 0.34.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tendermint/tendermint/releases">github.com/tendermint/tendermint's releases</a>.</em></p>
<blockquote>
<h2>0.34.23</h2>
<p><a href="https://github.com/tendermint/tendermint/blob/v0.34.23/CHANGELOG.md#v03423">https://github.com/tendermint/tendermint/blob/v0.34.23/CHANGELOG.md#v03423</a></p>
<h2>0.34.22</h2>
<p><a href="https://github.com/tendermint/tendermint/blob/v0.34.22/CHANGELOG.md#v03422">https://github.com/tendermint/tendermint/blob/v0.34.22/CHANGELOG.md#v03422</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md">github.com/tendermint/tendermint's changelog</a>.</em></p>
<blockquote>
<h2>v0.34.23</h2>
<p><em>Nov 9, 2022</em></p>
<p>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.</p>
<p>We now also return <code>Cache-Control</code> headers for select RPC endpoints to help
facilitate caching.</p>
<p>Special thanks to external contributors on this release: <a href="https://github.com/JayT106"><code>@​JayT106</code></a></p>
<h3>IMPROVEMENTS</h3>
<ul>
<li>
<p><code>[p2p]</code> <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9641">#9641</a> Add new
Envelope type and associated methods for sending and receiving Envelopes
instead of raw bytes. This also adds new metrics,
<code>tendermint_p2p_message_send_bytes_total</code> and
<code>tendermint_p2p_message_receive_bytes_total</code>, that expose how many bytes of
each message type have been sent.</p>
</li>
<li>
<p><code>[rpc]</code> <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9666">#9666</a> Enable
caching of RPC responses (<a href="https://github.com/JayT106"><code>@​JayT106</code></a>)</p>
<p>The following RPC endpoints will return <code>Cache-Control</code> headers with a maximum
age of 1 day:</p>
<ul>
<li><code>/abci_info</code></li>
<li><code>/block</code>, if <code>height</code> is supplied</li>
<li><code>/block_by_hash</code></li>
<li><code>/block_results</code>, if <code>height</code> is supplied</li>
<li><code>/blockchain</code></li>
<li><code>/check_tx</code></li>
<li><code>/commit</code>, if <code>height</code> is supplied</li>
<li><code>/consensus_params</code>, if <code>height</code> is supplied</li>
<li><code>/genesis</code></li>
<li><code>/genesis_chunked</code></li>
<li><code>/tx</code></li>
<li><code>/validators</code>, if <code>height</code> is supplied</li>
</ul>
</li>
</ul>
<h2>v0.34.22</h2>
<p>This release includes several bug fixes, <a href="https://github-redirect.dependabot.com/tendermint/tendermint/pull/9518">one of
which</a> we discovered while
building up a baseline for v0.34 against which to compare our upcoming v0.37
release during our <a href="https://github.com/tendermint/tendermint/blob/main/docs/qa">QA process</a>.</p>
<p>Special thanks to external contributors on this release: <a href="https://github.com/RiccardoM"><code>@​RiccardoM</code></a></p>
<h3>FEATURES</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tendermint/tendermint/commit/e0f68fe640a1b97cfc6773b5043efa680bc52fc9"><code>e0f68fe</code></a> Release v0.34.23 (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9684">#9684</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/dae7b69af3a0377aa3431d8a0de2e690574273a0"><code>dae7b69</code></a> docs: Add new per-message type P2P metrics (backport <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9676">#9676</a>) (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9679">#9679</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/7917485bc77cf37ea193642261d95a9ef052e7b0"><code>7917485</code></a> rpc: Add caching support (backport <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9650">#9650</a>) (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9666">#9666</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/e7b9ee7cefa73279cd7d594181c49d1d3f0f2d9f"><code>e7b9ee7</code></a> add allocate in Receive calls (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9667">#9667</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/7417ddf351b71afe8dd189443ad39bb75922d578"><code>7417ddf</code></a> Removes space in hyperlink (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9653">#9653</a>) (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9664">#9664</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/161611cb3caaca4f0db5d5d6510890ce4babf4e3"><code>161611c</code></a> e2e: configurable IP addresses for e2e testnet generator (backport <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9592">#9592</a>) (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9">#9</a>...</li>
<li><a href="https://github.com/tendermint/tendermint/commit/bdedf2ec205bff409535b636496eb3c5f2aa7fc6"><code>bdedf2e</code></a> p2p: add a per-message type send and receive metric (backport <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9622">#9622</a>) (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9641">#9641</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/6e7fa2a09f070feecc8710188b8dd8d91c253815"><code>6e7fa2a</code></a> ci: Remove unused Markdown link checker from v0.34.x branch (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9643">#9643</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/e914fe40ec60f1ed0f7d377f05284affb6f02b76"><code>e914fe4</code></a> ci: Fix linter complaint (backport <a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9645">#9645</a>) (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9647">#9647</a>)</li>
<li><a href="https://github.com/tendermint/tendermint/commit/a6dd0d270abc3c01f223eedee44d8b285ae273f6"><code>a6dd0d2</code></a> Release v0.34.22 (<a href="https://github-redirect.dependabot.com/tendermint/tendermint/issues/9583">#9583</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tendermint/tendermint/compare/v0.34.21...v0.34.23">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/tendermint/tendermint&package-manager=go_modules&previous-version=0.34.21&new-version=0.34.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once checks pass dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant