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/v38
- Loading branch information
1 parent
d7ab511
commit 597511a
Showing
699 changed files
with
4,359 additions
and
4,327 deletions.
There are no files selected for viewing
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/v38/pull/2774)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.34.27/breaking-changes/152-rename-binary-docker.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 @@ | ||
- Rename binary to `cometbft` and Docker image to `cometbft/cometbft` | ||
([\#152](https://github.com/cometbft/cometbft/pull/152)) | ||
([\#152](https://github.com/KYVENetwork/cometbft/v38/pull/152)) |
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 @@ | ||
- 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/v38/issues/211)) |
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 @@ | ||
- Use Go 1.19 to build CometBFT, since Go 1.18 has reached end-of-life. | ||
([\#360](https://github.com/cometbft/cometbft/issues/360)) | ||
([\#360](https://github.com/KYVENetwork/cometbft/v38/issues/360)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.34.27/bug-fixes/383-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,3 +1,3 @@ | ||
- `[state/kvindexer]` Resolved crashes when event values contained slashes, | ||
introduced after adding event sequences. | ||
(\#[383](https://github.com/cometbft/cometbft/pull/383): @jmalicevic) | ||
(\#[383](https://github.com/KYVENetwork/cometbft/v38/pull/383): @jmalicevic) |
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,6 +1,6 @@ | ||
- `[consensus]` Short-term fix for the case when `needProofBlock` cannot find | ||
previous block meta by defaulting to the creation of a new proof block. | ||
([\#386](https://github.com/cometbft/cometbft/pull/386): @adizere) | ||
([\#386](https://github.com/KYVENetwork/cometbft/v38/pull/386): @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. |
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 @@ | ||
- Replace [tm-db](https://github.com/tendermint/tm-db) with | ||
[cometbft-db](https://github.com/cometbft/cometbft-db) | ||
([\#160](https://github.com/cometbft/cometbft/pull/160)) | ||
([\#160](https://github.com/KYVENetwork/cometbft/v38/pull/160)) |
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 tm-load-test to v1.3.0 to remove implicit dependency on Tendermint Core | ||
([\#165](https://github.com/cometbft/cometbft/pull/165)) | ||
([\#165](https://github.com/KYVENetwork/cometbft/v38/pull/165)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.34.27/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/v38/issues/136)) |
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 @@ | ||
- Append the commit hash to the version of CometBFT being built | ||
([\#204](https://github.com/cometbft/cometbft/pull/204)) | ||
([\#204](https://github.com/KYVENetwork/cometbft/v38/pull/204)) |
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/v1]` Suppress "rejected bad transaction" in priority mempool logs by | ||
reducing log level from info to debug | ||
([\#314](https://github.com/cometbft/cometbft/pull/314): @JayT106) | ||
([\#314](https://github.com/KYVENetwork/cometbft/v38/pull/314): @JayT106) |
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 @@ | ||
- 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/v38/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/v38/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/v38/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/v38/pull/77). @jmalicevic | ||
([\#382](https://github.com/KYVENetwork/cometbft/v38/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/v38/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/v38/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/v38/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/v38/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 @@ | ||
- `[p2p]` Remove UPnP functionality | ||
([\#1113](https://github.com/cometbft/cometbft/issues/1113)) | ||
([\#1113](https://github.com/KYVENetwork/cometbft/v38/issues/1113)) |
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 @@ | ||
- `[node]` Removed `ConsensusState()` accessor from `Node` | ||
struct - all access to consensus state should go via the reactor | ||
([\#1120](https://github.com/cometbft/cometbft/pull/1120)) | ||
([\#1120](https://github.com/KYVENetwork/cometbft/v38/pull/1120)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/1270-executor_extend_vote.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 @@ | ||
- `[state]` Signature of `ExtendVote` changed in `BlockExecutor`. | ||
It now includes the block whose precommit will be extended, an the state object. | ||
([\#1270](https://github.com/cometbft/cometbft/pull/1270)) | ||
([\#1270](https://github.com/KYVENetwork/cometbft/v38/pull/1270)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/260-remove-priority-mempool-config.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 @@ | ||
- `[config]` Remove `Version` field from `MempoolConfig`. | ||
([\#260](https://github.com/cometbft/cometbft/issues/260)) | ||
([\#260](https://github.com/KYVENetwork/cometbft/v38/issues/260)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/260-remove-priority-mempool-proto.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 @@ | ||
- `[protobuf]` Remove fields `sender`, `priority`, and `mempool_error` from | ||
`ResponseCheckTx`. ([\#260](https://github.com/cometbft/cometbft/issues/260)) | ||
`ResponseCheckTx`. ([\#260](https://github.com/KYVENetwork/cometbft/v38/issues/260)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/260-remove-priority-mempool.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 @@ | ||
- `[mempool]` Remove priority mempool. | ||
([\#260](https://github.com/cometbft/cometbft/issues/260)) | ||
([\#260](https://github.com/KYVENetwork/cometbft/v38/issues/260)) |
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/v38/issues/558)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/774-state-indexerevent-remove-function-type.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 @@ | ||
- `[state/kvindexer]` Remove the function type from the event key stored in the database. This should be breaking only | ||
for people who forked CometBFT and interact directly with the indexers kvstore. | ||
([\#774](https://github.com/cometbft/cometbft/pull/774)) | ||
([\#774](https://github.com/KYVENetwork/cometbft/v38/pull/774)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/797-kvindexer-support-for-big-numbers.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 @@ | ||
- `[kvindexer]` Added support for big integers and big floats in the kvindexer. | ||
Breaking changes: function `Number` in package `libs/pubsub/query/syntax` changed its return value. | ||
([\#797](https://github.com/cometbft/cometbft/pull/797)) | ||
([\#797](https://github.com/KYVENetwork/cometbft/v38/pull/797)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/breaking-changes/797-pubsub-support-for-big-numbers.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 @@ | ||
- `[pubsub]` Added support for big integers and big floats in the pubsub event query system. | ||
Breaking changes: function `Number` in package `libs/pubsub/query/syntax` changed its return value. | ||
([\#797](https://github.com/cometbft/cometbft/pull/797)) | ||
([\#797](https://github.com/KYVENetwork/cometbft/v38/pull/797)) |
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.38.0/bug-fixes/423-forwardport-default-kvindexer-behaviour.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 @@ | ||
- `[kvindexer]` Forward porting the fixes done to the kvindexer in 0.37 in PR \#77 | ||
([\#423](https://github.com/cometbft/cometbft/pull/423)) | ||
([\#423](https://github.com/KYVENetwork/cometbft/v38/pull/423)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/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/v38/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/v38/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
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/bug-fixes/855-snake-case-json-for-exec-tx-result-fields.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 @@ | ||
- `[abci]` Restore the snake_case naming in JSON serialization of | ||
`ExecTxResult` ([\#855](https://github.com/cometbft/cometbft/issues/855)). | ||
`ExecTxResult` ([\#855](https://github.com/KYVENetwork/cometbft/v38/issues/855)). |
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]` Avoid recursive call after rename to (*PeerState).MarshalJSON | ||
([\#863](https://github.com/cometbft/cometbft/pull/863)) | ||
([\#863](https://github.com/KYVENetwork/cometbft/v38/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,2 +1,2 @@ | ||
- `[mempool/clist_mempool]` Prevent a transaction to appear twice in the mempool | ||
([\#890](https://github.com/cometbft/cometbft/pull/890): @otrack) | ||
([\#890](https://github.com/KYVENetwork/cometbft/v38/pull/890): @otrack) |
4 changes: 2 additions & 2 deletions
4
.changelog/v0.38.0/deprecations/650-deprecate-grpc-broadcast-api.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 @@ | ||
- `[rpc/grpc]` Mark the gRPC broadcast API as deprecated. | ||
It will be superseded by a broader API as part of | ||
[\#81](https://github.com/cometbft/cometbft/issues/81) | ||
([\#650](https://github.com/cometbft/cometbft/issues/650)) | ||
[\#81](https://github.com/KYVENetwork/cometbft/v38/issues/81) | ||
([\#650](https://github.com/KYVENetwork/cometbft/v38/issues/650)) |
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 +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/v38/pull/1210): @chillyvee) |
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]` Make logging `block_app_hash` and `app_hash` consistent by logging them both as hex. | ||
([\#1264](https://github.com/cometbft/cometbft/pull/1264)) | ||
([\#1264](https://github.com/KYVENetwork/cometbft/v38/pull/1264)) |
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]` Generate new metrics during BlockSync | ||
([\#543](https://github.com/cometbft/cometbft/pull/543)) | ||
([\#543](https://github.com/KYVENetwork/cometbft/v38/pull/543)) |
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/v38/pull/638)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/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/v38/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 @@ | ||
- `[pubsub/kvindexer]` Numeric query conditions and event values are represented as big floats with default precision of 125. | ||
Integers are read as "big ints" and represented with as many bits as they need when converting to floats. | ||
([\#797](https://github.com/cometbft/cometbft/pull/797)) | ||
([\#797](https://github.com/KYVENetwork/cometbft/v38/pull/797)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/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/v38/pull/857)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.0/improvements/896-consensus-metric-duplicates.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]` New metrics (counters) to track duplicate votes and block parts. | ||
([\#896](https://github.com/cometbft/cometbft/pull/896)) | ||
([\#896](https://github.com/KYVENetwork/cometbft/v38/pull/896)) |
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.38.1/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/v38/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/v38/pull/1512)) |
10 changes: 5 additions & 5 deletions
10
.changelog/v0.38.1/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. | ||
([\#1558](https://github.com/cometbft/cometbft/pull/1558)) | ||
([\#1584](https://github.com/cometbft/cometbft/pull/1584)) | ||
([\#1558](https://github.com/KYVENetwork/cometbft/v38/pull/1558)) | ||
([\#1584](https://github.com/KYVENetwork/cometbft/v38/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/v38/pull/1558)) | ||
([\#1584](https://github.com/KYVENetwork/cometbft/v38/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,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/v38/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
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]` Fix for "Validation of `VoteExtensionsEnableHeight` can cause chain halt" | ||
([ASA-2024-001](https://github.com/cometbft/cometbft/security/advisories/GHSA-qr8r-m495-7hc4)) | ||
([ASA-2024-001](https://github.com/KYVENetwork/cometbft/v38/security/advisories/GHSA-qr8r-m495-7hc4)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.3/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/v38/pull/1687)) | ||
|
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.3/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/v38/pull/1749)) | ||
|
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 @@ | ||
- `[crypto]` `SupportsBatchVerifier` returns false | ||
if public key is nil instead of dereferencing nil. | ||
([\#1825](https://github.com/cometbft/cometbft/pull/1825)) | ||
([\#1825](https://github.com/KYVENetwork/cometbft/v38/pull/1825)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.3/bug-fixes/1879-blocksync-wait-for-pool-routine.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 @@ | ||
- `[blocksync]` wait for `poolRoutine` to stop in `(*Reactor).OnStop` | ||
([\#1879](https://github.com/cometbft/cometbft/pull/1879)) | ||
([\#1879](https://github.com/KYVENetwork/cometbft/v38/pull/1879)) |
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 @@ | ||
- `[mempool]` Fix data races in `CListMempool` by making atomic the types of `height`, `txsBytes`, and | ||
`notifiedTxsAvailable`. ([\#642](https://github.com/cometbft/cometbft/pull/642)) | ||
`notifiedTxsAvailable`. ([\#642](https://github.com/KYVENetwork/cometbft/v38/pull/642)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.3/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/v38/pull/1715)) |
2 changes: 1 addition & 1 deletion
2
.changelog/v0.38.3/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/v38/pull/1730): @troykessler) |
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 @@ | ||
- `[state]` Save the state using a single DB batch ([\#1735](https://github.com/cometbft/cometbft/pull/1735)) | ||
- `[state]` Save the state using a single DB batch ([\#1735](https://github.com/KYVENetwork/cometbft/v38/pull/1735)) |
Oops, something went wrong.