Skip to content

Commit

Permalink
feat: created github.com/KYVENetwork/cometbft/v38
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Apr 18, 2024
1 parent d7ab511 commit 597511a
Show file tree
Hide file tree
Showing 699 changed files with 4,359 additions and 4,327 deletions.
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))
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))
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))
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))
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)
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.
2 changes: 1 addition & 1 deletion .changelog/v0.34.27/dependencies/160-tmdb-to-cometbftdb.md
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))
2 changes: 1 addition & 1 deletion .changelog/v0.34.27/dependencies/165-bump-tmloadtest.md
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))
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))
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))
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)
2 changes: 1 addition & 1 deletion .changelog/v0.34.27/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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),
Discussions](https://github.com/KYVENetwork/cometbft/v38/discussions),
[Discord](https://discord.gg/cosmosnetwork) (in the `#cometbft` channel) or
[Telegram](https://t.me/CometBFT).

Expand Down
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))
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))
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))
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
`block_sync`. ([\#9259](https://github.com/tendermint/tendermint/pull/9259))
At the same time, `block_sync` is also deprecated. In the next release,
BlocSync will always be enabled and `block_sync` will be removed.
([\#409](https://github.com/cometbft/cometbft/issues/409))
([\#409](https://github.com/KYVENetwork/cometbft/v38/issues/409))
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))
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.
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))
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))
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))
2 changes: 1 addition & 1 deletion .changelog/v0.37.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the v0.37 release.

We'd love your feedback on this release! Please reach out to us via one of our
communication channels, such as [GitHub
Discussions](https://github.com/cometbft/cometbft/discussions), with any of your
Discussions](https://github.com/KYVENetwork/cometbft/v38/discussions), with any of your
questions, comments and/or concerns.

See below for more details.
2 changes: 1 addition & 1 deletion .changelog/v0.38.0/breaking-changes/1113-rm-upnp.md
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))
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))
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))
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))
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))
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))
2 changes: 1 addition & 1 deletion .changelog/v0.38.0/breaking-changes/558-tm10011.md
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))
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))
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))
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))
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
If that is the case, the application MUST make sure that the total size of transactions
returned in `ResponsePrepareProposal.txs` does not exceed `RequestPrepareProposal.max_tx_bytes`,
otherwise CometBFT will panic.
([\#980](https://github.com/cometbft/cometbft/issues/980))
([\#980](https://github.com/KYVENetwork/cometbft/v38/issues/980))
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))
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))
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))
2 changes: 1 addition & 1 deletion .changelog/v0.38.0/bug-fixes/575-fix-light-client-panic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
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))
([\#575](https://github.com/KYVENetwork/cometbft/v38/issues/575))
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)).
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))
2 changes: 1 addition & 1 deletion .changelog/v0.38.0/bug-fixes/890-mempool-fix-cache.md
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)
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))
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
clients to have the same concurrency model as remote clients (i.e. one mutex
per client "connection", for each of the four ABCI "connections").
([tendermint/tendermint\#9830](https://github.com/tendermint/tendermint/pull/9830)
and [\#1145](https://github.com/cometbft/cometbft/pull/1145))
and [\#1145](https://github.com/KYVENetwork/cometbft/v38/pull/1145))
2 changes: 1 addition & 1 deletion .changelog/v0.38.0/improvements/1210-close-evidence-db.md
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)
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))
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))
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))
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))
2 changes: 1 addition & 1 deletion .changelog/v0.38.0/improvements/797-pubsub-float.md
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))
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))
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))
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
to gain more control on the max size of transactions in a block.
It also allows the application to have visibility on all transactions in the
mempool at `PrepareProposal` time.
([\#980](https://github.com/cometbft/cometbft/pull/980))
([\#980](https://github.com/KYVENetwork/cometbft/v38/pull/980))
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))
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))
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))
2 changes: 1 addition & 1 deletion .changelog/v0.38.2/bug-fixes/1654-semaphore-wait.md
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))
4 changes: 2 additions & 2 deletions .changelog/v0.38.2/features/1643-nop-mempool.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- `[mempool]` Add `nop` mempool ([\#1643](https://github.com/cometbft/cometbft/pull/1643))
- `[mempool]` Add `nop` mempool ([\#1643](https://github.com/KYVENetwork/cometbft/v38/pull/1643))

If you want to use it, change mempool's `type` to `nop`:

Expand All @@ -14,4 +14,4 @@
# for storing, disseminating and proposing txs). "create_empty_blocks=false"
# is not supported.
type = "nop"
```
```
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))
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))

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))

2 changes: 1 addition & 1 deletion .changelog/v0.38.3/bug-fixes/1825-false-on-nil-key.md
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))
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))
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))
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))
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)
2 changes: 1 addition & 1 deletion .changelog/v0.38.3/improvements/1735-batch-save-state.md
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))
Loading

0 comments on commit 597511a

Please sign in to comment.