Move v1alpha1 into Prysm API namespace (#9245)

This commit is contained in:
Raul Jordan
2021-07-21 16:34:07 -05:00
committed by GitHub
parent ae140073e7
commit 6dadb80cc4
586 changed files with 776 additions and 776 deletions

View File

@@ -10,7 +10,7 @@ go_library(
"//beacon-chain/db/kv:go_default_library",
"//beacon-chain/state/interface:go_default_library",
"//proto/beacon/p2p/v1:go_default_library",
"//proto/eth/v1alpha1:go_default_library",
"//proto/prysm/v1alpha1:go_default_library",
"//shared/bytesutil:go_default_library",
"@com_github_dustin_go_humanize//:go_default_library",
"@com_github_prysmaticlabs_eth2_types//:go_default_library",

View File

@@ -21,7 +21,7 @@ import (
"github.com/prysmaticlabs/prysm/beacon-chain/db/kv"
iface "github.com/prysmaticlabs/prysm/beacon-chain/state/interface"
pbp2p "github.com/prysmaticlabs/prysm/proto/beacon/p2p/v1"
ethpb "github.com/prysmaticlabs/prysm/proto/eth/v1alpha1"
ethpb "github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1"
"github.com/prysmaticlabs/prysm/shared/bytesutil"
log "github.com/sirupsen/logrus"
"github.com/status-im/keycard-go/hexutils"