-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Electra: field renames #14091
Electra: field renames #14091
Conversation
@@ -25,14 +25,14 @@ func RunExecutionLayerWithdrawalRequestTest(t *testing.T, config string) { | |||
for _, folder := range testFolders { | |||
t.Run(folder.Name(), func(t *testing.T) { | |||
folderPath := path.Join(testsFolderPath, folder.Name()) | |||
executionLayerWithdrawalRequestFile, err := util.BazelFileBytes(folderPath, "execution_layer_withdrawal_request.ssz_snappy") | |||
withdrawalRequestFile, err := util.BazelFileBytes(folderPath, "execution_layer_withdrawal_request.ssz_snappy") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spect test folder should be updated if renamed
testing/spectest/exclusions.txt
Outdated
@@ -163,7 +163,7 @@ tests/minimal/eip6110/ssz_static/ContributionAndProof | |||
tests/minimal/eip6110/ssz_static/Deposit | |||
tests/minimal/eip6110/ssz_static/DepositData | |||
tests/minimal/eip6110/ssz_static/DepositMessage | |||
tests/minimal/eip6110/ssz_static/DepositReceipt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you don't want to touch these exclusions until the spectests have been updated. Otherwise the spectest compliance report tool will complain these tests are missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will add back in then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What type of PR is this?
Other
What does this PR do? Why is it needed?
missing
Which issues(s) does this PR fix?
dependent on following PRs merged and released
ethereum/consensus-specs#3757
ethereum/consensus-specs#3791
ethereum/execution-apis#549
ethereum/consensus-specs#3786
Other notes for review