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

Preserve requests nil-ness in (un)marshalling #12258

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Preserve requests nil-ness in (un)marshalling #12258

merged 1 commit into from
Oct 10, 2024

Conversation

yperbasis
Copy link
Member

Copy #12221 into main

This change was necessary for `TestExecutionSpec` to pass in e2.

Without this change the following check 		
```
if !reflect.DeepEqual(rss, requests) {
  return nil, nil, nil, fmt.Errorf("invalid requests for block %d", header.Number.Uint64())
}
```
from `FinalizeBlockExecution` fails in e2. Apparently this check in not
called in e3.
@yperbasis yperbasis added the pectra The Prague/Electra protocol upgrade label Oct 9, 2024
@somnathb1 somnathb1 merged commit 8b60e66 into main Oct 10, 2024
11 checks passed
@somnathb1 somnathb1 deleted the pick12221 branch October 10, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pectra The Prague/Electra protocol upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants