fix(eth): return indexed block logsBloom - #13618
Merged
rjan90 merged 7 commits intoJun 17, 2026
Merged
Conversation
rvagg
reviewed
May 11, 2026
rvagg
reviewed
May 11, 2026
rvagg
reviewed
May 11, 2026
rvagg
reviewed
May 11, 2026
shrirajpawar4
marked this pull request as ready for review
May 11, 2026 05:39
Kubuxu
self-requested a review
May 11, 2026 10:22
Contributor
Author
|
@Kubuxu can you take a look please |
Contributor
|
I started reviewing it, but I need to wrap my head around a few things. |
Kubuxu
approved these changes
May 20, 2026
…/lotus into feat/calc-logbloom
hugomrdias
approved these changes
Jun 3, 2026
Kubuxu
approved these changes
Jun 4, 2026
Contributor
|
Pushed a commit for addressing the changelog conflict, thanks for working on this @shrirajpawar4 - will merge this once checks passes now |
rjan90
enabled auto-merge (squash)
June 17, 2026 06:29
6 tasks
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.
Related Issues
Fixes #13546
Proposed Changes
tipset_bloomtable to the chain index DB for block-level ETH log blooms.GetTipsetBloomon the chain indexer.eth_getBlockByHasheth_getBlockByNumberTestTxReceiptBloomto cover receipt bloom, empty block bloom, block-by-hash bloom, and block-by-number bloom.