You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to rename our CometBFT release that will be compatible with the v0.34.x series, but as per @sergio-mena's concerns raised in today's team meeting, we want to:
Minimize the friction for users in switching from Tendermint Core to CometBFT (I say "minimize" because there's no way to totally eliminate any friction - at the very least users have to switch their dependencies)
Ensure total compatibility between CometBFT v0.34.25 and Tendermint Core v0.34.24.
cometbft#128)
* feat(p2p): render `HasChannel(chID)` is a public `p2p.Peer` method (cometbft#3510)
Closes: cometbft#3472
It also prevents reactors from starting routines intended to send
messages to a peer that does not implement/support a given channel.
Because all `Send()` or `TrySend()` calls from this routine will be
useless, always returning `false` and possibly producing some busy-wait
behavior (see cometbft#3414).
The changes are restricted to: mempool and evidence reactor, because
they use a single channel and have a sending routine peer peer, and two
of the consensus routines, for Data and Votes.
Block and State sync reactors have smarter ways to deal with
unresponsive peers, so probably this check is not needed.
---
- [x] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
* One more test fix
* Add changelog
* Update changelog
---------
Co-authored-by: Daniel <[email protected]>
We need to rename our CometBFT release that will be compatible with the
v0.34.x
series, but as per @sergio-mena's concerns raised in today's team meeting, we want to:With these goals in mind, we need to:
cometbft
#140cometbft/cometbft
#141The text was updated successfully, but these errors were encountered: