Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .config/forest.dic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
270
271
Algorand/M
API's
API/SM
Expand Down Expand Up @@ -245,6 +245,7 @@ TTY
UI
unclutter
uncompress
unparsable
unrepresentable
untrusted
URL
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

### Fixed

- [#6951](https://github.com/ChainSafe/forest/pull/6951): Set the HTTP response compression threshold for the RPC server to 1 KiB. Configurable via `FOREST_RPC_COMPRESS_MIN_BODY_SIZE`; set a negative value to disable compression entirely. Small JSON-RPC responses such as `eth_chainId` are no longer gzip-encoded, yielding a large throughput and latency improvement on high-QPS workloads.

## Forest v0.33.0 "Patroclus"

Non-mandatory release with a couple of larger internal changes, especially around mempool and garbage collection. It also includes support for the new finality resolution mechanism. Also, a couple of fixes!
Expand Down
Loading
Loading