Hyperledger Besu
Enterprise grade Ethereum client for finance workloads
Besu tags a release candidate a month, and half of them are titled after changelog chores.
◆Recent moves
- 25d ago
26.7.0 release candidate
A release candidate whose head commit — and therefore whose title in the feed — is changelog preparation. What else the 26.7.0 candidate contains is not visible from the release entry itself.
View source ↗ - 1mo ago
26.6.1 release candidate
Another candidate titled after a changelog rotation commit. As with 26.7.0-RC1, the entry documents the release process rather than the release.
View source ↗ - 2mo ago
26.6.0-RC1 fixes snap sync treating empty responses as complete ranges
A snap-sync correctness fix: the range helper short-circuited when a responder returned no keys, so the caller assumed the requested range was complete. The request's start hash is now plumbed through so an empty response still triggers a follow-up probe, closing a path where state could be silently skipped during sync.
View source ↗ - 3mo ago
26.5.0-RC2 folds Unreleased notes into the 26.5.0 changelog
Pure release bookkeeping: entries filed under Unreleased were folded into the 26.5.0 sections because cutting RC2 from the head of main made them part of that binary. No code change, but it explains why the 26.5.0 notes grew after RC1.
View source ↗ - 3mo ago
26.5.0-RC1 caps precompile caches at 16 MB and keys them on semantic input
Precompile result caches are now keyed on the semantic input prefix each precompile actually reads, so trailing bytes stop creating distinct entries, and all fourteen caches gained a 16 MB byte-weight cap. This converts an unbounded memory surface into a fixed ceiling operators can plan around.
View source ↗