neutron-org / neutron

Smart Contract platform secured by Cosmos Hub
https://neutron.org
Apache License 2.0
110 stars 91 forks source link

Bump github.com/cometbft/cometbft from 0.38.9 to 0.38.10 #631

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/cometbft/cometbft from 0.38.9 to 0.38.10.

Release notes

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

v0.38.10

See the CHANGELOG for this release.

Changelog

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

v0.38.10

July 16, 2024

This release fixes a bug in v0.38.x that prevented ABCI responses from being correctly read when upgrading from v0.37.x or below. It also includes a few other bug fixes and performance improvements.

BUG FIXES

  • [p2p] Node respects configured max_num_outbound_peers limit when dialing peers provided by a seed node (#486)
  • [rpc] Fix an issue where a legacy ABCI response, created on v0.37 or before, is not returned properly in v0.38 and up on the /block_results RPC endpoint. (#3002)
  • [blocksync] Do not stay in blocksync if the node's validator voting power is high enough to block the chain while it is not online (#3406)

IMPROVEMENTS

  • [p2p/conn] Update send monitor, used for sending rate limiting, once per batch of packets sent (#3382)
  • [libs/pubsub] Allow dash (-) in event tags (#3401)
  • [p2p/conn] Remove the usage of a synchronous pool of buffers in secret connection, storing instead the buffer in the connection struct. This reduces the synchronization primitive usage, speeding up the code. (#3403)
Commits
  • 5f59b42 chore: release v0.38.10 (#3515)
  • c2405cc feat: do not start indexer service (back port: #3331) (#3496)
  • 641d528 doc(changelog): move recent HackerOne changelogs to 'bug fixes' (#3479)
  • 0792c8b fix: invalid txs_results returned for legacy ABCI responses (backport #3031...
  • a1b6c68 feat(libs/pubsub): allow dash symbol in event type/attribute (backport #3456)...
  • fcac713 changelog: moving entry (#3396) to right location (#3457)
  • f2b42d7 build(deps): Bump docker/build-push-action from 6.2.0 to 6.3.0 (#3440)
  • a392c28 build(deps): Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#3439)
  • 9ca0b49 perf(p2p/conn): Remove unneeded global pool buffers in secret connection (bac...
  • 0aeebd5 fix(blocksync): don't block in blocksync if our voting power is blocking the ...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
pr0n00gler commented 1 month ago

https://github.com/neutron-org/neutron-tests/actions/runs/9958197003