Merged
Conversation
Since stateless nodes are using a different pruner from the regular pruner in geth, the transaction indexer will have problem with pruned blocks, resulting hanging goroutines in memory. This change prevents stateless node from running indexer on pruned blocks.
* consensus, internal: don't limit gas cap for system txns * internal/ethapi: handle nil receiver
Signed-off-by: tinyfoolish <tinyfoolish@outlook.com>
State-sync transaction type wasn't handled while marshalling / unmarshalling data when constructing a response for get block query in ethclient.
* feat: add mutex for thread-safe access in historyReader * feat: enhance thread safety in indexReader with RWMutex --------- Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
* (feat): add is active producer flag to allow config modifications * (feat): update flag behaviour to allow gas tip override * update docs
Merge master to develop
core: fix EffectiveGasTip for SSTxs
…1893) * core/txpool/legacypool: add metrics in txpool.add for lock observability * add metrics for report and evict * reheap metrics * count reheap calls
Removing master branch trigger
chore: fix goreleaser-cross
|
kamuikatsurgi
approved these changes
Nov 25, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
v2.5.2