forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changelog: Clean up and reorder Signed-off-by: Thane Thomson <[email protected]> * changelog: Add severity to security fixes Signed-off-by: Thane Thomson <[email protected]> * changelog: Add missing entries Signed-off-by: Thane Thomson <[email protected]> * changelog: Release v0.37.2 Signed-off-by: Thane Thomson <[email protected]> * Rebuild changelog Signed-off-by: Thane Thomson <[email protected]> * version: Bump to v0.37.2 Signed-off-by: Thane Thomson <[email protected]> * test/e2e: Use Debian Bullseye as base image Golang recently started offering Debian Bookworm as the default distro for `golang:1.20`, which provides a newer version of RocksDB than what we support in cometbft-db. For now this pins the image to Bullseye, which is the base image we have been using for some time now. Signed-off-by: Thane Thomson <[email protected]> --------- Signed-off-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
9a453da
commit fe45483
Showing
15 changed files
with
63 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/bug-fixes/771-kvindexer-parsing-big-ints.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.changelog/unreleased/bug-fixes/771-pubsub-parsing-big-ints.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/bug-fixes/865-fix-peerstate-marshaljson.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
.changelog/v0.37.2/bug-fixes/771-kvindexer-parsing-big-ints.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 |
---|---|---|
@@ -0,0 +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)) |
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 |
---|---|---|
@@ -0,0 +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)) |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +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)) |
2 changes: 2 additions & 0 deletions
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 |
---|---|---|
@@ -0,0 +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)) |
3 changes: 3 additions & 0 deletions
3
.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[consensus]` **Low severity** - Avoid recursive call after rename to | ||
`(*PeerState).MarshalJSON` | ||
([\#863](https://github.com/cometbft/cometbft/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 |
---|---|---|
@@ -0,0 +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) |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*June 14, 2023* | ||
|
||
Provides several minor bug fixes, as well as fixes for several low-severity | ||
security issues. |
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