Skip to content

Commit

Permalink
Bump github.com/tendermint/tendermint from 0.34.21 to 0.34.23 (#342)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 17, 2022
1 parent 9be3314 commit dd6c264
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 64 deletions.
44 changes: 22 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ require (
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/tendermint/tendermint v0.34.21
github.com/tendermint/tendermint v0.34.23
github.com/tendermint/tm-db v0.6.7
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
gopkg.in/yaml.v2 v2.4.0
)

Expand Down Expand Up @@ -58,7 +58,7 @@ require (
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/gateway v1.1.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
Expand All @@ -72,52 +72,52 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 // indirect
github.com/improbable-eng/grpc-web v0.14.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/lib/pq v1.10.6 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.34.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rakyll/statik v0.1.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/regen-network/cosmos-proto v0.3.1 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/rs/zerolog v1.27.0 // indirect
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.12.0 // indirect
github.com/subosito/gotenv v1.4.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
github.com/spf13/viper v1.13.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
github.com/tendermint/btcd v0.1.1 // indirect
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
github.com/tendermint/go-amino v0.16.0 // indirect
github.com/zondax/hid v0.9.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.6 // indirect
)
Expand Down
Loading

0 comments on commit dd6c264

Please sign in to comment.