forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: created github.com/KYVENetwork/cometbft/v37
- Loading branch information
1 parent
8bd69b9
commit ad8aabb
Showing
649 changed files
with
4,055 additions
and
4,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[state]` Fix rollback to a specific height | ||
([\#2136](https://github.com/cometbft/cometbft/pull/2136)) | ||
([\#2136](https://github.com/KYVENetwork/cometbft/v37/pull/2136)) |
2 changes: 1 addition & 1 deletion
2
.changelog/unreleased/bug-fixes/2774-bitarray-unmarshal-json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- [`bits`] prevent `BitArray.UnmarshalJSON` from crashing on 0 bits | ||
([\#2774](https://github.com/cometbft/cometbft/pull/2774)) | ||
([\#2774](https://github.com/KYVENetwork/cometbft/v37/pull/2774)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- The `TMHOME` environment variable was renamed to `CMTHOME`, and all environment variables starting with `TM_` are instead prefixed with `CMT_` | ||
([\#211](https://github.com/cometbft/cometbft/issues/211)) | ||
([\#211](https://github.com/KYVENetwork/cometbft/v37/issues/211)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.0/breaking-changes/230-p2p-peer-msg-type-and-metric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[p2p]` Reactor `Send`, `TrySend` and `Receive` renamed to `SendEnvelope`, | ||
`TrySendEnvelope` and `ReceiveEnvelope` to allow metrics to be appended to | ||
messages and measure bytes sent/received. | ||
([\#230](https://github.com/cometbft/cometbft/pull/230)) | ||
([\#230](https://github.com/KYVENetwork/cometbft/v37/pull/230)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- Bump minimum Go version to 1.20 | ||
([\#385](https://github.com/cometbft/cometbft/issues/385)) | ||
([\#385](https://github.com/KYVENetwork/cometbft/v37/issues/385)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.changelog/v0.37.0/bug-fixes/382-txindexer-fix-slash-parsing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[state/kvindexer]` Resolved crashes when event values contained slashes, | ||
introduced after adding event sequences in | ||
[\#77](https://github.com/cometbft/cometbft/pull/77). @jmalicevic | ||
([\#382](https://github.com/cometbft/cometbft/pull/382)) | ||
[\#77](https://github.com/KYVENetwork/cometbft/v37/pull/77). @jmalicevic | ||
([\#382](https://github.com/KYVENetwork/cometbft/v37/pull/382)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[consensus]` ([\#386](https://github.com/cometbft/cometbft/pull/386)) Short-term fix for the case when `needProofBlock` cannot find previous block meta by defaulting to the creation of a new proof block. (@adizere) | ||
- `[consensus]` ([\#386](https://github.com/KYVENetwork/cometbft/v37/pull/386)) Short-term fix for the case when `needProofBlock` cannot find previous block meta by defaulting to the creation of a new proof block. (@adizere) | ||
- Special thanks to the [Vega.xyz](https://vega.xyz/) team, and in particular to Zohar (@ze97286), for reporting the problem and working with us to get to a fix. |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.0/bug-fixes/77-kvindexer-fix-evattribute-indexing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[state/kvindexer]` Fixed the default behaviour of the kvindexer to index and | ||
query attributes by events in which they occur. In 0.34.25 this was mitigated | ||
by a separated RPC flag. @jmalicevic | ||
([\#77](https://github.com/cometbft/cometbft/pull/77)) | ||
([\#77](https://github.com/KYVENetwork/cometbft/v37/pull/77)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.0/improvements/136-remove-tm-signer-harness.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[tools/tm-signer-harness]` Remove the folder as it is unused | ||
([\#136](https://github.com/cometbft/cometbft/issues/136)) | ||
([\#136](https://github.com/KYVENetwork/cometbft/v37/issues/136)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.0/improvements/230-p2p-peer-msg-type-and-metric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[p2p]` Reactor `Send`, `TrySend` and `Receive` renamed to `SendEnvelope`, | ||
`TrySendEnvelope` and `ReceiveEnvelope` to allow metrics to be appended to | ||
messages and measure bytes sent/received. | ||
([\#230](https://github.com/cometbft/cometbft/pull/230)) | ||
([\#230](https://github.com/KYVENetwork/cometbft/v37/pull/230)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[crypto/merkle]` Do not allow verification of Merkle Proofs against empty trees (`nil` root). `Proof.ComputeRootHash` now panics when it encounters an error, but `Proof.Verify` does not panic | ||
([\#558](https://github.com/cometbft/cometbft/issues/558)) | ||
([\#558](https://github.com/KYVENetwork/cometbft/v37/issues/558)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.1/bug-fixes/496-error-on-applyblock-should-panic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[consensus]` Unexpected error conditions in `ApplyBlock` are non-recoverable, so ignoring the error and carrying on is a bug. We replaced a `return` that disregarded the error by a `panic`. | ||
([\#496](https://github.com/cometbft/cometbft/pull/496)) | ||
([\#496](https://github.com/KYVENetwork/cometbft/v37/pull/496)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[consensus]` Rename `(*PeerState).ToJSON` to `MarshalJSON` to fix a logging data race | ||
([\#524](https://github.com/cometbft/cometbft/pull/524)) | ||
([\#524](https://github.com/KYVENetwork/cometbft/v37/pull/524)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[jsonrpc/client]` Improve the error message for client errors stemming from | ||
bad HTTP responses. | ||
([cometbft/cometbft\#638](https://github.com/cometbft/cometbft/pull/638)) | ||
([cometbft/cometbft\#638](https://github.com/KYVENetwork/cometbft/v37/pull/638)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[state/kvindex]` 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. ([\#771](https://github.com/cometbft/cometbft/pull/771)) | ||
releases. ([\#771](https://github.com/KYVENetwork/cometbft/v37/pull/771)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[pubsub]` 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. | ||
([\#771](https://github.com/cometbft/cometbft/pull/771)) | ||
([\#771](https://github.com/KYVENetwork/cometbft/v37/pull/771)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.2/improvements/654-rpc-rm-response-data-logs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[rpc]` Remove response data from response failure logs in order | ||
to prevent large quantities of log data from being produced | ||
([\#654](https://github.com/cometbft/cometbft/issues/654)) | ||
([\#654](https://github.com/KYVENetwork/cometbft/v37/issues/654)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[rpc/jsonrpc/client]` **Low severity** - Prevent RPC | ||
client credentials from being inadvertently dumped to logs | ||
([\#787](https://github.com/cometbft/cometbft/pull/787)) | ||
([\#787](https://github.com/KYVENetwork/cometbft/v37/pull/787)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.2/security-fixes/793-cli-debug-kill-unsafe-cast.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[cmd/cometbft/commands/debug/kill]` **Low severity** - Fix unsafe int cast in | ||
`debug kill` command ([\#793](https://github.com/cometbft/cometbft/pull/793)) | ||
`debug kill` command ([\#793](https://github.com/KYVENetwork/cometbft/v37/pull/793)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.2/security-fixes/865-fix-peerstate-marshaljson.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[consensus]` **Low severity** - Avoid recursive call after rename to | ||
`(*PeerState).MarshalJSON` | ||
([\#863](https://github.com/cometbft/cometbft/pull/863)) | ||
([\#863](https://github.com/KYVENetwork/cometbft/v37/pull/863)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[mempool/clist_mempool]` **Low severity** - Prevent a transaction from | ||
appearing twice in the mempool | ||
([\#890](https://github.com/cometbft/cometbft/pull/890): @otrack) | ||
([\#890](https://github.com/KYVENetwork/cometbft/v37/pull/890): @otrack) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[p2p]` Remove unused UPnP functionality | ||
([\#1113](https://github.com/cometbft/cometbft/issues/1113)) | ||
([\#1113](https://github.com/KYVENetwork/cometbft/v37/issues/1113)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.3/bug-fixes/1529-indexer-respect-height-params-on-query.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[state/indexer]` Respect both height params while querying for events | ||
([\#1529](https://github.com/cometbft/cometbft/pull/1529)) | ||
([\#1529](https://github.com/KYVENetwork/cometbft/v37/pull/1529)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[metrics]` Add metric for mempool size in bytes `SizeBytes`. | ||
([\#1512](https://github.com/cometbft/cometbft/pull/1512)) | ||
([\#1512](https://github.com/KYVENetwork/cometbft/v37/pull/1512)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
- `[node]` Close evidence.db OnStop ([cometbft/cometbft\#1210](https://github.com/cometbft/cometbft/pull/1210): @chillyvee) | ||
- `[node]` Close evidence.db OnStop ([cometbft/cometbft\#1210](https://github.com/KYVENetwork/cometbft/v37/pull/1210): @chillyvee) |
10 changes: 5 additions & 5 deletions
10
.changelog/v0.37.3/improvements/1558-experimental-gossip-limiting.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
- `[mempool]` Add experimental feature to limit the number of persistent peers and non-persistent | ||
peers to which the node gossip transactions (only for "v0" mempool). | ||
([\#1558](https://github.com/cometbft/cometbft/pull/1558)) | ||
([\#1584](https://github.com/cometbft/cometbft/pull/1584)) | ||
([\#1558](https://github.com/KYVENetwork/cometbft/v37/pull/1558)) | ||
([\#1584](https://github.com/KYVENetwork/cometbft/v37/pull/1584)) | ||
- `[config]` Add mempool parameters `experimental_max_gossip_connections_to_persistent_peers` and | ||
`experimental_max_gossip_connections_to_non_persistent_peers` for limiting the number of peers to | ||
which the node gossip transactions. | ||
([\#1558](https://github.com/cometbft/cometbft/pull/1558)) | ||
([\#1584](https://github.com/cometbft/cometbft/pull/1584)) | ||
which the node gossip transactions. | ||
([\#1558](https://github.com/KYVENetwork/cometbft/v37/pull/1558)) | ||
([\#1584](https://github.com/KYVENetwork/cometbft/v37/pull/1584)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
- `[crypto/sr25519]` Upgrade to [email protected] ([\#475](https://github.com/cometbft/cometbft/issues/475)) | ||
- `[crypto/sr25519]` Upgrade to [email protected] ([\#475](https://github.com/KYVENetwork/cometbft/v37/issues/475)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.3/improvements/857-make-handshake-cancelable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
- `[node]` Make handshake cancelable ([cometbft/cometbft\#857](https://github.com/cometbft/cometbft/pull/857)) | ||
- `[node]` Make handshake cancelable ([cometbft/cometbft\#857](https://github.com/KYVENetwork/cometbft/v37/pull/857)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[mempool]` Avoid infinite wait in transaction sending routine when | ||
using experimental parameters to limiting transaction gossiping to peers | ||
([\#1654](https://github.com/cometbft/cometbft/pull/1654)) | ||
([\#1654](https://github.com/KYVENetwork/cometbft/v37/pull/1654)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.5/bug-fixes/1687-consensus-fix-block-validation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[mempool]` The calculation method of tx size returned by calling proxyapp should be consistent with that of mempool | ||
([\#1687](https://github.com/cometbft/cometbft/pull/1687)) | ||
([\#1687](https://github.com/KYVENetwork/cometbft/v37/pull/1687)) | ||
|
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.5/bug-fixes/1749-light-client-attack-verify-all-sigs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[evidence]` When `VerifyCommitLight` & `VerifyCommitLightTrusting` are called as part | ||
of evidence verification, all signatures present in the evidence must be verified | ||
([\#1749](https://github.com/cometbft/cometbft/pull/1749)) | ||
([\#1749](https://github.com/KYVENetwork/cometbft/v37/pull/1749)) | ||
|
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.5/improvements/1715-validate-validator-address.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
- `[types]` Validate `Validator#Address` in `ValidateBasic` ([\#1715](https://github.com/cometbft/cometbft/pull/1715)) | ||
- `[types]` Validate `Validator#Address` in `ValidateBasic` ([\#1715](https://github.com/KYVENetwork/cometbft/v37/pull/1715)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.5/improvements/1730-increase-abci-socket-message-size-limit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
- `[abci]` Increase ABCI socket message size limit to 2GB ([\#1730](https://github.com/cometbft/cometbft/pull/1730): @troykessler) | ||
- `[abci]` Increase ABCI socket message size limit to 2GB ([\#1730](https://github.com/KYVENetwork/cometbft/v37/pull/1730): @troykessler) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.5/improvements/2467-decrease-n-of-requested-blocks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[blocksync]` make the max number of downloaded blocks dynamic. | ||
Previously it was a const 600. Now it's `peersCount * maxPendingRequestsPerPeer (20)` | ||
[\#2467](https://github.com/cometbft/cometbft/pull/2467) | ||
[\#2467](https://github.com/KYVENetwork/cometbft/v37/pull/2467) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[blocksync]` Request a block from peer B if we are approaching pool's height | ||
(less than 50 blocks) and the current peer A is slow in sending us the | ||
block [\#2475](https://github.com/cometbft/cometbft/pull/2475) | ||
block [\#2475](https://github.com/KYVENetwork/cometbft/v37/pull/2475) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.37.5/improvements/2475-blocksync-no-block-response.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- `[blocksync]` Request the block N from peer B immediately after getting | ||
`NoBlockResponse` from peer A | ||
[\#2475](https://github.com/cometbft/cometbft/pull/2475) | ||
[\#2475](https://github.com/KYVENetwork/cometbft/v37/pull/2475) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- `[blocksync]` Sort peers by download rate (the fastest peer is picked first) | ||
[\#2475](https://github.com/cometbft/cometbft/pull/2475) | ||
[\#2475](https://github.com/KYVENetwork/cometbft/v37/pull/2475) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question | ||
url: https://github.com/cometbft/cometbft/discussions | ||
url: https://github.com/KYVENetwork/cometbft/v37/discussions | ||
about: Please ask and answer questions here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.