Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Block bloom is missing information in some cases #2264

Open
VictorTrustyDev opened this issue Jan 14, 2024 · 3 comments
Open

Problem: Block bloom is missing information in some cases #2264

VictorTrustyDev opened this issue Jan 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@VictorTrustyDev
Copy link
Contributor

VictorTrustyDev commented Jan 14, 2024

Context

Current behavior: it is just the bloom of the receipt of the last MsgEthereumTx executed.

Correct: It should be created from all receipts of all EVM txs (geth>>func CreateBloom(receipts Receipts) Bloom)

Beware: must pay attention of txs that was success but then failed when apply block gas, which will be treated as failed tx so the receipt must be built according.

Copy link

linear bot commented Jan 23, 2024

@ramacarlucho ramacarlucho added the bug Something isn't working label Feb 14, 2024
@ramacarlucho
Copy link
Collaborator

Thank you for the report, we will discuss it with the team

Copy link

This issue is stale because it has been open 45 days with no activity. Remove Status: Stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 7, 2024
@MalteHerrmann MalteHerrmann reopened this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants