Skip to content

Commit

Permalink
build(deps): bump github.com/cometbft/cometbft from 0.37.0 to 0.37.2 (#…
Browse files Browse the repository at this point in the history
…39)

Bumps
[github.com/cometbft/cometbft](https://github.com/cometbft/cometbft)
from 0.37.0 to 0.37.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cometbft/cometbft/releases">github.com/cometbft/cometbft's
releases</a>.</em></p>
<blockquote>
<h2>v0.37.2</h2>
<p>See the <a
href="https://github.com/cometbft/cometbft/blob/v0.37.2/CHANGELOG.md#v0372">CHANGELOG</a>
for this release.</p>
<h2>v0.37.1</h2>
<p>See the <a
href="https://github.com/cometbft/cometbft/blob/v0.37.1/CHANGELOG.md#v0371">CHANGELOG</a>
for this release.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md">github.com/cometbft/cometbft's
changelog</a>.</em></p>
<blockquote>
<h2>v0.37.2</h2>
<p><em>June 14, 2023</em></p>
<p>Provides several minor bug fixes, as well as fixes for several
low-severity
security issues.</p>
<h3>BUG FIXES</h3>
<ul>
<li><code>[state/kvindex]</code> Querying event attributes that are
bigger than int64 is now
enabled. We are not supporting reading floats from the db into the
indexer
nor parsing them into BigFloats to not introduce breaking changes in
minor
releases. (<a
href="https://redirect.github.com/cometbft/cometbft/pull/771">#771</a>)</li>
<li><code>[pubsub]</code> Pubsub queries are now able to parse big
integers (larger than
int64). Very big floats are also properly parsed into very big integers
instead of being truncated to int64.
(<a
href="https://redirect.github.com/cometbft/cometbft/pull/771">#771</a>)</li>
</ul>
<h3>IMPROVEMENTS</h3>
<ul>
<li><code>[rpc]</code> Remove response data from response failure logs
in order
to prevent large quantities of log data from being produced
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/654">#654</a>)</li>
</ul>
<h3>SECURITY FIXES</h3>
<ul>
<li><code>[rpc/jsonrpc/client]</code> <strong>Low severity</strong> -
Prevent RPC
client credentials from being inadvertently dumped to logs
(<a
href="https://redirect.github.com/cometbft/cometbft/pull/787">#787</a>)</li>
<li><code>[cmd/cometbft/commands/debug/kill]</code> <strong>Low
severity</strong> - Fix unsafe int cast in
<code>debug kill</code> command (<a
href="https://redirect.github.com/cometbft/cometbft/pull/793">#793</a>)</li>
<li><code>[consensus]</code> <strong>Low severity</strong> - Avoid
recursive call after rename to
<code>(*PeerState).MarshalJSON</code>
(<a
href="https://redirect.github.com/cometbft/cometbft/pull/863">#863</a>)</li>
<li><code>[mempool/clist_mempool]</code> <strong>Low severity</strong> -
Prevent a transaction from
appearing twice in the mempool
(<a
href="https://redirect.github.com/cometbft/cometbft/pull/890">#890</a>:
<a href="https://github.com/otrack"><code>@​otrack</code></a>)</li>
</ul>
<h2>v0.37.1</h2>
<p><em>April 26, 2023</em></p>
<p>This release fixes several bugs, and has had to introduce one small
Go
API-breaking change in the <code>crypto/merkle</code> package in order
to address what
could be a security issue for some users who directly and explicitly
make use of
that code.</p>
<h3>BREAKING CHANGES</h3>
<ul>
<li><code>[crypto/merkle]</code> Do not allow verification of Merkle
Proofs against empty trees (<code>nil</code> root).
<code>Proof.ComputeRootHash</code> now panics when it encounters an
error, but <code>Proof.Verify</code> does not panic</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cometbft/cometbft/commit/fe45483be36ebfea7e172a3ad949e8fe09a8fd95"><code>fe45483</code></a>
Release v0.37.2 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/972">#972</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/9a453da40d65d89da94cb145c81e861c821cc376"><code>9a453da</code></a>
fix: avoid recursive call after rename to (*PeerState).MarshalJSON (<a
href="https://redirect.github.com/cometbft/cometbft/issues/865">#865</a>)
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/969">#969</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/4f04b67978d808f069b260a28cd9d2893323e5f6"><code>4f04b67</code></a>
Add requirement for <code>CheckTx</code> in ABCI spec (backport <a
href="https://redirect.github.com/cometbft/cometbft/issues/928">#928</a>)
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/965">#965</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/3e6b456d778b0e90afe4c115998f5250666b769a"><code>3e6b456</code></a>
build(deps): Bump docker/build-push-action from 4.0.0 to 4.1.1 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/959">#959</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/79f182b7d88f4b45abd6ebb33025a84623082b11"><code>79f182b</code></a>
build(deps): Bump docker/setup-buildx-action from 2.5.0 to 2.7.0 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/958">#958</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/3f62405567e14773ff3aed5e8f6443e5ebc6960e"><code>3f62405</code></a>
build(deps): Bump docker/login-action from 2.1.0 to 2.2.0 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/937">#937</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/e45db5dd33f7a467117c89f8fbd9fd271bb133b5"><code>e45db5d</code></a>
build(deps): Bump bufbuild/buf-setup-action from 1.20.0 to 1.21.0 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/936">#936</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/9cbdef893c271700e95dac3f8d77882f9042385b"><code>9cbdef8</code></a>
e2e: Generate prometheus.yaml on setup (<a
href="https://redirect.github.com/cometbft/cometbft/issues/954">#954</a>)
(<a
href="https://redirect.github.com/cometbft/cometbft/issues/957">#957</a>)</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/587522f5df2dba7acb3ecc0eff0b0e972613bda2"><code>587522f</code></a>
v0.37.x: Prevent a transaction to appear twice in the mempool (backport
<a
href="https://redirect.github.com/cometbft/cometbft/issues/890">#890</a>)...</li>
<li><a
href="https://github.com/cometbft/cometbft/commit/6c9461777428c7650dc27020d9f06a9945f7d0e0"><code>6c94617</code></a>
build(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (<a
href="https://redirect.github.com/cometbft/cometbft/issues/911">#911</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cometbft/cometbft/compare/v0.37.0...v0.37.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cometbft/cometbft&package-manager=go_modules&previous-version=0.37.0&new-version=0.37.2)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent fbeb563 commit 2184619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/celestiaorg/go-header v0.2.12
github.com/celestiaorg/nmt v0.17.0
github.com/celestiaorg/rsmt2d v0.10.0
github.com/cometbft/cometbft v0.37.0
github.com/cometbft/cometbft v0.37.2
github.com/filecoin-project/go-jsonrpc v0.3.1
github.com/gogo/protobuf v1.3.2
github.com/libp2p/go-libp2p v0.27.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cometbft/cometbft v0.37.0 h1:M005vBaSaugvYYmNZwJOopynQSjwLoDTwflnQ/I/eYk=
github.com/cometbft/cometbft v0.37.0/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs=
github.com/cometbft/cometbft v0.37.2 h1:XB0yyHGT0lwmJlFmM4+rsRnczPlHoAKFX6K8Zgc2/Jc=
github.com/cometbft/cometbft v0.37.2/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs=
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
github.com/containerd/continuity v0.4.1 h1:wQnVrjIyQ8vhU2sgOiL5T07jo+ouqc2bnKsv5/EqGhU=
github.com/containerd/continuity v0.4.1/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ=
Expand Down

0 comments on commit 2184619

Please sign in to comment.