Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve requests nil-ness in (un)marshalling (#12221)
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.
- Loading branch information