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

Pass slice of versionedHashes by value #9281

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Pass slice of versionedHashes by value #9281

merged 1 commit into from
Jan 22, 2024

Conversation

yperbasis
Copy link
Member

@yperbasis yperbasis commented Jan 22, 2024

golang slice can be nil. There's no reason to pass it by pointer.

This is a fix to PR #9257. It fixes the following error in Hive test "Withdrawals Fork on Block 1 (Paris)":

<< (0953747c) {"jsonrpc":"2.0","id":5,"error":{"code":-32000,"message":"ethereumExecutionModule.InsertBlocks: blob gas used is nil"}}
CLMocker: Could not ExecutePayloadV1: ethereumExecutionModule.InsertBlocks: blob gas used is nil
CLMocker: BroadcastNewPayload Error (0953747c): ethereumExecutionModule.InsertBlocks: blob gas used is nil

@yperbasis yperbasis merged commit fa79cc1 into devel Jan 22, 2024
7 checks passed
@yperbasis yperbasis deleted the hive_withdrawal branch January 22, 2024 15:32
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