You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(l1): compute logs_bloom when building payloads (#3219)
**Motivation**
Our build payload process was not computing and setting the `logs_bloom`
field on the block's header, which resulted in other clients rejecting
blocks built by us. This came up when testing setting up a localnet with
ethrex along with other clients.
**Description**
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolves#111, Resolves#222 -->
Closes #issue_number
0 commit comments