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

@@ -8,7 +8,7 @@ import (
fastssz "github.com/ferranbt/fastssz"
"github.com/golang/snappy"
ethpb "github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1"
statepb "github.com/prysmaticlabs/prysm/proto/prysm/v2/state"
statepb "github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1"
"go.opencensus.io/trace"
"google.golang.org/protobuf/proto"
)