Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions patches/.changelog/config.toml.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
diff --git a/.changelog/config.toml b/.changelog/config.toml
deleted file mode 100644
index de0fee50c..000000000
--- a/.changelog/config.toml
+++ /dev/null
@@ -1 +0,0 @@
-project_url = 'https://github.com/cometbft/cometbft'
20 changes: 20 additions & 0 deletions patches/.changelog/epilogue.md.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md
deleted file mode 100644
index 1e68f6b72..000000000
--- a/.changelog/epilogue.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-
-CometBFT is a fork of [Tendermint
-Core](https://github.com/tendermint/tendermint) as of late December 2022.
-
-## Bug bounty
-
-Friendly reminder, we have a [bug bounty program](https://hackerone.com/cosmos).
-
-## Previous changes
-
-For changes released before the creation of CometBFT, please refer to the
-Tendermint Core
-[CHANGELOG.md](https://github.com/tendermint/tendermint/blob/a9feb1c023e172b542c972605311af83b777855b/CHANGELOG.md).
3 changes: 3 additions & 0 deletions patches/.changelog/unreleased/.gitkeep.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
diff --git a/.changelog/unreleased/.gitkeep b/.changelog/unreleased/.gitkeep
deleted file mode 100644
index e69de29bb..000000000
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/.changelog/v0.34.27/breaking-changes/152-rename-binary-docker.md b/.changelog/v0.34.27/breaking-changes/152-rename-binary-docker.md
deleted file mode 100644
index 3870f96f9..000000000
--- a/.changelog/v0.34.27/breaking-changes/152-rename-binary-docker.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- Rename binary to `cometbft` and Docker image to `cometbft/cometbft`
- ([\#152](https://github.com/cometbft/cometbft/pull/152))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/breaking-changes/211-deprecate-tmhome.md b/.changelog/v0.34.27/breaking-changes/211-deprecate-tmhome.md
deleted file mode 100644
index d2bded0f2..000000000
--- a/.changelog/v0.34.27/breaking-changes/211-deprecate-tmhome.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- 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))
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/.changelog/v0.34.27/breaking-changes/360-update-to-go-119.md b/.changelog/v0.34.27/breaking-changes/360-update-to-go-119.md
deleted file mode 100644
index 97fafda93..000000000
--- a/.changelog/v0.34.27/breaking-changes/360-update-to-go-119.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- Use Go 1.19 to build CometBFT, since Go 1.18 has reached end-of-life.
- ([\#360](https://github.com/cometbft/cometbft/issues/360))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/bug-fixes/383-txindexer-fix-slash-parsing.md b/.changelog/v0.34.27/bug-fixes/383-txindexer-fix-slash-parsing.md
deleted file mode 100644
index c08824da9..000000000
--- a/.changelog/v0.34.27/bug-fixes/383-txindexer-fix-slash-parsing.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[state/kvindexer]` Resolved crashes when event values contained slashes,
- introduced after adding event sequences.
- (\#[383](https://github.com/cometbft/cometbft/pull/383): @jmalicevic)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/.changelog/v0.34.27/bug-fixes/386-quick-fix-needproofblock.md b/.changelog/v0.34.27/bug-fixes/386-quick-fix-needproofblock.md
deleted file mode 100644
index d3d2f5b73..000000000
--- a/.changelog/v0.34.27/bug-fixes/386-quick-fix-needproofblock.md
+++ /dev/null
@@ -1,6 +0,0 @@
-- `[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)
- - 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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/bug-fixes/4-busy-loop-send-block-part.md b/.changelog/v0.34.27/bug-fixes/4-busy-loop-send-block-part.md
deleted file mode 100644
index 414ec44cb..000000000
--- a/.changelog/v0.34.27/bug-fixes/4-busy-loop-send-block-part.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[consensus]` Fixed a busy loop that happened when sending of a block part
- failed by sleeping in case of error.
- ([\#4](https://github.com/informalsystems/tendermint/pull/4))
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/.changelog/v0.34.27/bug-fixes/9936-p2p-fix-envelope-sending.md b/.changelog/v0.34.27/bug-fixes/9936-p2p-fix-envelope-sending.md
deleted file mode 100644
index fd38b79b9..000000000
--- a/.changelog/v0.34.27/bug-fixes/9936-p2p-fix-envelope-sending.md
+++ /dev/null
@@ -1,5 +0,0 @@
-- `[p2p]` Correctly use non-blocking `TrySendEnvelope` method when attempting to
- send messages, as opposed to the blocking `SendEnvelope` method. It is unclear
- whether this has a meaningful impact on P2P performance, but this patch does
- correct the underlying behaviour to what it should be
- ([tendermint/tendermint\#9936](https://github.com/tendermint/tendermint/pull/9936))
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/.changelog/v0.34.27/dependencies/160-tmdb-to-cometbftdb.md b/.changelog/v0.34.27/dependencies/160-tmdb-to-cometbftdb.md
deleted file mode 100644
index e4c135131..000000000
--- a/.changelog/v0.34.27/dependencies/160-tmdb-to-cometbftdb.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- 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))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/dependencies/165-bump-tmloadtest.md b/.changelog/v0.34.27/dependencies/165-bump-tmloadtest.md
deleted file mode 100644
index 175163ac0..000000000
--- a/.changelog/v0.34.27/dependencies/165-bump-tmloadtest.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- Bump tm-load-test to v1.3.0 to remove implicit dependency on Tendermint Core
- ([\#165](https://github.com/cometbft/cometbft/pull/165))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/dependencies/9787-btcec-dep-update.md b/.changelog/v0.34.27/dependencies/9787-btcec-dep-update.md
deleted file mode 100644
index d155748e0..000000000
--- a/.changelog/v0.34.27/dependencies/9787-btcec-dep-update.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[crypto]` Update to use btcec v2 and the latest btcutil
- ([tendermint/tendermint\#9787](https://github.com/tendermint/tendermint/pull/9787):
- @wcsiu)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/features/9759-kvindexer-match-event.md b/.changelog/v0.34.27/features/9759-kvindexer-match-event.md
deleted file mode 100644
index 281f6cd1f..000000000
--- a/.changelog/v0.34.27/features/9759-kvindexer-match-event.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[rpc]` Add `match_event` query parameter to indicate to the RPC that it
- should match events _within_ attributes, not only within a height
- ([tendermint/tendermint\#9759](https://github.com/tendermint/tendermint/pull/9759))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/improvements/136-remove-tm-signer-harness.md b/.changelog/v0.34.27/improvements/136-remove-tm-signer-harness.md
deleted file mode 100644
index 6eb6c2158..000000000
--- a/.changelog/v0.34.27/improvements/136-remove-tm-signer-harness.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[tools/tm-signer-harness]` Remove the folder as it is unused
- ([\#136](https://github.com/cometbft/cometbft/issues/136))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/improvements/204-version-commit-hash.md b/.changelog/v0.34.27/improvements/204-version-commit-hash.md
deleted file mode 100644
index 675a1a292..000000000
--- a/.changelog/v0.34.27/improvements/204-version-commit-hash.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- Append the commit hash to the version of CometBFT being built
- ([\#204](https://github.com/cometbft/cometbft/pull/204))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/improvements/314-prio-mempool-badtxlog.md b/.changelog/v0.34.27/improvements/314-prio-mempool-badtxlog.md
deleted file mode 100644
index ba4ac031e..000000000
--- a/.changelog/v0.34.27/improvements/314-prio-mempool-badtxlog.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/improvements/56-rpc-cache-rpc-responses.md b/.changelog/v0.34.27/improvements/56-rpc-cache-rpc-responses.md
deleted file mode 100644
index 344b3df93..000000000
--- a/.changelog/v0.34.27/improvements/56-rpc-cache-rpc-responses.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[e2e]` Add functionality for uncoordinated (minor) upgrades
- ([\#56](https://github.com/tendermint/tendermint/pull/56))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/.changelog/v0.34.27/improvements/9733-consensus-metrics.md b/.changelog/v0.34.27/improvements/9733-consensus-metrics.md
deleted file mode 100644
index 77d8c743e..000000000
--- a/.changelog/v0.34.27/improvements/9733-consensus-metrics.md
+++ /dev/null
@@ -1,4 +0,0 @@
-- `[consensus]` Add `consensus_block_gossip_parts_received` and
- `consensus_step_duration_seconds` metrics in order to aid in investigating the
- impact of database compaction on consensus performance
- ([tendermint/tendermint\#9733](https://github.com/tendermint/tendermint/pull/9733))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/improvements/9759-kvindexer-match-event.md b/.changelog/v0.34.27/improvements/9759-kvindexer-match-event.md
deleted file mode 100644
index 8b5757cb8..000000000
--- a/.changelog/v0.34.27/improvements/9759-kvindexer-match-event.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[state/kvindexer]` Add `match.event` keyword to support condition evaluation
- based on the event the attributes belong to
- ([tendermint/tendermint\#9759](https://github.com/tendermint/tendermint/pull/9759))
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/.changelog/v0.34.27/improvements/9764-p2p-fix-logspam.md b/.changelog/v0.34.27/improvements/9764-p2p-fix-logspam.md
deleted file mode 100644
index 78fa6844f..000000000
--- a/.changelog/v0.34.27/improvements/9764-p2p-fix-logspam.md
+++ /dev/null
@@ -1,4 +0,0 @@
-- `[p2p]` Reduce log spam through reducing log level of "Dialing peer" and
- "Added peer" messages from info to debug
- ([tendermint/tendermint\#9764](https://github.com/tendermint/tendermint/pull/9764):
- @faddat)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.27/improvements/9776-consensus-vote-bandwidth.md b/.changelog/v0.34.27/improvements/9776-consensus-vote-bandwidth.md
deleted file mode 100644
index 2bfdd05ac..000000000
--- a/.changelog/v0.34.27/improvements/9776-consensus-vote-bandwidth.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[consensus]` Reduce bandwidth consumption of consensus votes by roughly 50%
- through fixing a small logic bug
- ([tendermint/tendermint\#9776](https://github.com/tendermint/tendermint/pull/9776))
23 changes: 23 additions & 0 deletions patches/.changelog/v0.34.27/summary.md.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff --git a/.changelog/v0.34.27/summary.md b/.changelog/v0.34.27/summary.md
deleted file mode 100644
index e4a13db50..000000000
--- a/.changelog/v0.34.27/summary.md
+++ /dev/null
@@ -1,17 +0,0 @@
-*Feb 27, 2023*
-
-This is the first official release of CometBFT - a fork of [Tendermint
-Core](https://github.com/tendermint/tendermint). This particular release is
-intended to be compatible with the Tendermint Core v0.34 release series.
-
-For details as to how to upgrade to CometBFT from Tendermint Core, please see
-our [upgrading guidelines](./UPGRADING.md).
-
-If you have any questions, comments, concerns or feedback on this release, we
-would love to hear from you! Please contact us via [GitHub
-Discussions](https://github.com/cometbft/cometbft/discussions),
-[Discord](https://discord.gg/cosmosnetwork) (in the `#cometbft` channel) or
-[Telegram](https://t.me/CometBFT).
-
-Special thanks to @wcsiu, @ze97286, @faddat and @JayT106 for their contributions
-to this release!
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/.changelog/v0.34.28/breaking-changes/558-tm10011.md b/.changelog/v0.34.28/breaking-changes/558-tm10011.md
deleted file mode 100644
index d1b9fca4a..000000000
--- a/.changelog/v0.34.28/breaking-changes/558-tm10011.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[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))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.28/bug-fixes/496-error-on-applyblock-should-panic.md b/.changelog/v0.34.28/bug-fixes/496-error-on-applyblock-should-panic.md
deleted file mode 100644
index 55e9c874f..000000000
--- a/.changelog/v0.34.28/bug-fixes/496-error-on-applyblock-should-panic.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[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))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/.changelog/v0.34.28/bug-fixes/524-rename-peerstate-tojson.md b/.changelog/v0.34.28/bug-fixes/524-rename-peerstate-tojson.md
deleted file mode 100644
index b9a43b3ce..000000000
--- a/.changelog/v0.34.28/bug-fixes/524-rename-peerstate-tojson.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[consensus]` Rename `(*PeerState).ToJSON` to `MarshalJSON` to fix a logging data race
- ([\#524](https://github.com/cometbft/cometbft/pull/524))
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/.changelog/v0.34.28/bug-fixes/575-fix-light-client-panic.md b/.changelog/v0.34.28/bug-fixes/575-fix-light-client-panic.md
deleted file mode 100644
index 0ec55b923..000000000
--- a/.changelog/v0.34.28/bug-fixes/575-fix-light-client-panic.md
+++ /dev/null
@@ -1,6 +0,0 @@
-- `[light]` Fixed an edge case where a light client would panic when attempting
- to query a node that (1) has started from a non-zero height and (2) does
- not yet have any data. The light client will now, correctly, not panic
- _and_ keep the node in its list of providers in the same way it would if
- it queried a node starting from height zero that does not yet have data
- ([\#575](https://github.com/cometbft/cometbft/issues/575))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
diff --git a/.changelog/v0.34.28/improvements/475-upgrade-go-schnorrkel.md b/.changelog/v0.34.28/improvements/475-upgrade-go-schnorrkel.md
deleted file mode 100644
index bdaf96c14..000000000
--- a/.changelog/v0.34.28/improvements/475-upgrade-go-schnorrkel.md
+++ /dev/null
@@ -1 +0,0 @@
-- `[crypto/sr25519]` Upgrade to go-schnorrkel@v1.0.0 ([\#475](https://github.com/cometbft/cometbft/issues/475))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.28/improvements/638-json-rpc-error-message.md b/.changelog/v0.34.28/improvements/638-json-rpc-error-message.md
deleted file mode 100644
index 6922091fd..000000000
--- a/.changelog/v0.34.28/improvements/638-json-rpc-error-message.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[jsonrpc/client]` Improve the error message for client errors stemming from
- bad HTTP responses.
- ([cometbft/cometbft\#638](https://github.com/cometbft/cometbft/pull/638))
12 changes: 12 additions & 0 deletions patches/.changelog/v0.34.28/summary.md.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/.changelog/v0.34.28/summary.md b/.changelog/v0.34.28/summary.md
deleted file mode 100644
index ba3efa9d7..000000000
--- a/.changelog/v0.34.28/summary.md
+++ /dev/null
@@ -1,6 +0,0 @@
-*April 26, 2023*
-
-This release fixes several bugs, and has had to introduce one small Go
-API-breaking change in the `crypto/merkle` package in order to address what
-could be a security issue for some users who directly and explicitly make use of
-that code.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/.changelog/v0.34.29/bug-fixes/771-kvindexer-parsing-big-ints.md b/.changelog/v0.34.29/bug-fixes/771-kvindexer-parsing-big-ints.md
deleted file mode 100644
index 4a0000db6..000000000
--- a/.changelog/v0.34.29/bug-fixes/771-kvindexer-parsing-big-ints.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[state/kvindex]` Querying event attributes that are bigger than int64 is now
- enabled. ([\#771](https://github.com/cometbft/cometbft/pull/771))
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/.changelog/v0.34.29/bug-fixes/771-pubsub-parsing-big-ints.md b/.changelog/v0.34.29/bug-fixes/771-pubsub-parsing-big-ints.md
deleted file mode 100644
index fc5f25a90..000000000
--- a/.changelog/v0.34.29/bug-fixes/771-pubsub-parsing-big-ints.md
+++ /dev/null
@@ -1,4 +0,0 @@
-- `[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))
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/.changelog/v0.34.29/improvements/654-rpc-rm-response-data-logs.md b/.changelog/v0.34.29/improvements/654-rpc-rm-response-data-logs.md
deleted file mode 100644
index 3fddfee8e..000000000
--- a/.changelog/v0.34.29/improvements/654-rpc-rm-response-data-logs.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[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))
\ No newline at end of file
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.29/security-fixes/788-rpc-client-pw.md b/.changelog/v0.34.29/security-fixes/788-rpc-client-pw.md
deleted file mode 100644
index 430b7b5ac..000000000
--- a/.changelog/v0.34.29/security-fixes/788-rpc-client-pw.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[rpc/jsonrpc/client]` **Low severity** - Prevent RPC
- client credentials from being inadvertently dumped to logs
- ([\#788](https://github.com/cometbft/cometbft/pull/788))
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/.changelog/v0.34.29/security-fixes/794-cli-debug-kill-unsafe-cast.md b/.changelog/v0.34.29/security-fixes/794-cli-debug-kill-unsafe-cast.md
deleted file mode 100644
index 782eccd9d..000000000
--- a/.changelog/v0.34.29/security-fixes/794-cli-debug-kill-unsafe-cast.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- `[cmd/cometbft/commands/debug/kill]` **Low severity** - Fix unsafe int cast in
- `debug kill` command ([\#794](https://github.com/cometbft/cometbft/pull/794))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.29/security-fixes/865-fix-peerstate-marshaljson.md b/.changelog/v0.34.29/security-fixes/865-fix-peerstate-marshaljson.md
deleted file mode 100644
index fdd9172c2..000000000
--- a/.changelog/v0.34.29/security-fixes/865-fix-peerstate-marshaljson.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[consensus]` **Low severity** - Avoid recursive call after rename to
- `(*PeerState).MarshalJSON`
- ([\#863](https://github.com/cometbft/cometbft/pull/863))
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff --git a/.changelog/v0.34.29/security-fixes/890-mempool-fix-cache.md b/.changelog/v0.34.29/security-fixes/890-mempool-fix-cache.md
deleted file mode 100644
index bad30efc7..000000000
--- a/.changelog/v0.34.29/security-fixes/890-mempool-fix-cache.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- `[mempool/clist_mempool]` **Low severity** - Prevent a transaction from
- appearing twice in the mempool
- ([\#890](https://github.com/cometbft/cometbft/pull/890): @otrack)
Loading
Loading