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

Fully Deprecate Vectorized HTR Flag #12148

Merged
merged 11 commits into from Mar 17, 2023
Merged

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Mar 17, 2023

What type of PR is this?

Feature Cleanup

What does this PR do? Why is it needed?

This fully deprecates the non-vectorized path for out state hashing routines and makes it the permanent default. The disable flag is added to the deprecated list and all old methods are now removed.

Which issues(s) does this PR fix?

N.A

Other notes for review

@nisdas nisdas added Ready For Review A pull request ready for code review V4 V4 release related items labels Mar 17, 2023
@nisdas nisdas requested a review from a team as a code owner March 17, 2023 06:03
@potuz
Copy link
Contributor

potuz commented Mar 17, 2023

DeepSource complains should be simple to fix

potuz
potuz previously approved these changes Mar 17, 2023
@@ -590,11 +592,14 @@ func TestGetSyncCommitteeDuties(t *testing.T) {
currCommittee := &ethpbalpha.SyncCommittee{}
for i := 5; i < 10; i++ {
currCommittee.Pubkeys = append(currCommittee.Pubkeys, vals[i].PublicKey)
currCommittee.AggregatePubkey = make([]byte, 48)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sanity check: is this because the test was using old logic?

potuz
potuz previously approved these changes Mar 17, 2023
@prylabs-bulldozer prylabs-bulldozer bot merged commit e58b66f into develop Mar 17, 2023
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fullyDeprecateVecHTR branch March 17, 2023 11:41
@nisdas nisdas mentioned this pull request Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review V4 V4 release related items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants