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)
v0.38.9
July 1, 2024
This release reverts the API-breaking change to the Mempool interface introduced in the last patch
release (v0.38.8) while still keeping the performance improvement added to the mempool. It also
includes a minor fix to the RPC endpoints /tx and /tx_search.
BREAKING CHANGES
[mempool] Revert adding the method PreUpdate() to the Mempool interface, recently introduced
in the previous patch release (v0.38.8). Its logic is now moved into the Lock method. With this change,
the Mempool interface is the same as in v0.38.7.
(#3361)
BUG FIXES
[rpc] Fix nil pointer error in /tx and /tx_search when block is
absent (#3352)
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)
Bumps github.com/cometbft/cometbft from 0.38.6 to 0.38.10.
Release notes
Sourced from github.com/cometbft/cometbft's releases.
Changelog
Sourced from github.com/cometbft/cometbft's changelog.
... (truncated)
Commits
5f59b42
chore: releasev0.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: invalidtxs_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 ...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