Skip to content

rpc: add blockAccessListHash to RPC block header response#33994

Merged
jwasinger merged 1 commit into
ethereum:bal-devnet-3from
Sahil-4555:rpc-add-block-access-list-hash
Mar 13, 2026
Merged

rpc: add blockAccessListHash to RPC block header response#33994
jwasinger merged 1 commit into
ethereum:bal-devnet-3from
Sahil-4555:rpc-add-block-access-list-hash

Conversation

@Sahil-4555
Copy link
Copy Markdown

Adds support for returning blockAccessListHash in the RPC block header response.

This change includes blockAccessListHash in RPCMarshalHeader when head.BlockAccessListHash is not nil, aligning the RPC output with the Header struct which already contains this field.

@Sahil-4555 Sahil-4555 changed the base branch from bal-devnet-3 to master March 13, 2026 15:14
@Sahil-4555 Sahil-4555 changed the base branch from master to bal-devnet-3 March 13, 2026 15:14
@jwasinger jwasinger merged commit 79debd7 into ethereum:bal-devnet-3 Mar 13, 2026
3 of 4 checks passed
@Sahil-4555 Sahil-4555 deleted the rpc-add-block-access-list-hash branch March 14, 2026 08:33
MariusVanDerWijden pushed a commit that referenced this pull request Mar 24, 2026
Adds support for returning `blockAccessListHash` in the RPC block header
response.

This change includes `blockAccessListHash` in `RPCMarshalHeader` when
`head.BlockAccessListHash` is not nil, aligning the RPC output with the
Header struct which already contains this field.
jwasinger pushed a commit to jwasinger/go-ethereum that referenced this pull request Mar 31, 2026
…3994)

Adds support for returning `blockAccessListHash` in the RPC block header
response.

This change includes `blockAccessListHash` in `RPCMarshalHeader` when
`head.BlockAccessListHash` is not nil, aligning the RPC output with the
Header struct which already contains this field.
jwasinger pushed a commit to jwasinger/go-ethereum that referenced this pull request Mar 31, 2026
…3994)

Adds support for returning `blockAccessListHash` in the RPC block header
response.

This change includes `blockAccessListHash` in `RPCMarshalHeader` when
`head.BlockAccessListHash` is not nil, aligning the RPC output with the
Header struct which already contains this field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants