Eliminate Proto V2 Namespace (#9297)

* get rid of v2 in prysm codebase

* replace block2

* builds

* terence comments

* gazelle
This commit is contained in:
Raul Jordan
2021-07-28 16:23:44 -05:00
committed by GitHub
parent 21c79f4dfa
commit 9145310647
481 changed files with 750 additions and 44895 deletions

View File

@@ -24,7 +24,6 @@ go_library(
deps = [
"//proto/eth/v1:go_default_library",
"//proto/prysm/v1alpha1:go_default_library",
"//proto/prysm/v2/state:go_default_library",
"@com_github_prysmaticlabs_eth2_types//:go_default_library",
"@com_github_prysmaticlabs_go_bitfield//:go_default_library",
],