diff --git a/proto/beacon/db/finalized_block_root_container.pb.go b/proto/beacon/db/finalized_block_root_container.pb.go index 31d2184a6b..7683e5c1ae 100755 --- a/proto/beacon/db/finalized_block_root_container.pb.go +++ b/proto/beacon/db/finalized_block_root_container.pb.go @@ -7,11 +7,12 @@ package db import ( + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/db/powchain.pb.go b/proto/beacon/db/powchain.pb.go index 2e1ee7f992..9ea6bfebec 100755 --- a/proto/beacon/db/powchain.pb.go +++ b/proto/beacon/db/powchain.pb.go @@ -7,13 +7,14 @@ package db import ( + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" v1alpha1 "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" v1 "github.com/prysmaticlabs/prysm/proto/beacon/p2p/v1" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/p2p/v1/messages.pb.go b/proto/beacon/p2p/v1/messages.pb.go index 06e4e973ac..7f1d5255f4 100755 --- a/proto/beacon/p2p/v1/messages.pb.go +++ b/proto/beacon/p2p/v1/messages.pb.go @@ -7,6 +7,9 @@ package ethereum_beacon_p2p_v1 import ( + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" _ "github.com/golang/protobuf/protoc-gen-go/descriptor" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" @@ -14,8 +17,6 @@ import ( github_com_prysmaticlabs_go_bitfield "github.com/prysmaticlabs/go-bitfield" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/p2p/v1/types.pb.go b/proto/beacon/p2p/v1/types.pb.go index b59693d9be..8c8090a508 100755 --- a/proto/beacon/p2p/v1/types.pb.go +++ b/proto/beacon/p2p/v1/types.pb.go @@ -7,6 +7,9 @@ package ethereum_beacon_p2p_v1 import ( + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" _ "github.com/prysmaticlabs/ethereumapis/eth/ext" @@ -14,8 +17,6 @@ import ( github_com_prysmaticlabs_go_bitfield "github.com/prysmaticlabs/go-bitfield" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/rpc/v1/debug.pb.go b/proto/beacon/rpc/v1/debug.pb.go index 48c3eba8fd..b6dd1b0438 100755 --- a/proto/beacon/rpc/v1/debug.pb.go +++ b/proto/beacon/rpc/v1/debug.pb.go @@ -8,6 +8,9 @@ package ethereum_beacon_rpc_v1 import ( context "context" + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" empty "github.com/golang/protobuf/ptypes/empty" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" @@ -20,8 +23,6 @@ import ( status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/rpc/v1/debug.pb.gw.go b/proto/beacon/rpc/v1/debug.pb.gw.go index 82bd30f91e..85a3e0bf60 100755 --- a/proto/beacon/rpc/v1/debug.pb.gw.go +++ b/proto/beacon/rpc/v1/debug.pb.gw.go @@ -10,20 +10,21 @@ package ethereum_beacon_rpc_v1 import ( "context" + "io" + "net/http" + "github.com/golang/protobuf/ptypes/empty" emptypb "github.com/golang/protobuf/ptypes/empty" "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" "github.com/grpc-ecosystem/grpc-gateway/v2/utilities" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" - "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" + eth "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/proto" - "io" - "net/http" ) // Suppress "imported and not used" errors diff --git a/proto/beacon/rpc/v1/health.pb.go b/proto/beacon/rpc/v1/health.pb.go index 2443b133de..2795d077da 100755 --- a/proto/beacon/rpc/v1/health.pb.go +++ b/proto/beacon/rpc/v1/health.pb.go @@ -8,6 +8,9 @@ package ethereum_beacon_rpc_v1 import ( context "context" + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" empty "github.com/golang/protobuf/ptypes/empty" _ "google.golang.org/genproto/googleapis/api/annotations" @@ -16,8 +19,6 @@ import ( status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/rpc/v1/health.pb.gw.go b/proto/beacon/rpc/v1/health.pb.gw.go index 7324956be5..cb90b0197c 100755 --- a/proto/beacon/rpc/v1/health.pb.gw.go +++ b/proto/beacon/rpc/v1/health.pb.gw.go @@ -10,6 +10,9 @@ package ethereum_beacon_rpc_v1 import ( "context" + "io" + "net/http" + "github.com/golang/protobuf/ptypes/empty" emptypb "github.com/golang/protobuf/ptypes/empty" "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" @@ -21,8 +24,6 @@ import ( "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/proto" - "io" - "net/http" ) // Suppress "imported and not used" errors diff --git a/proto/beacon/rpc/v1/slasher.pb.go b/proto/beacon/rpc/v1/slasher.pb.go index e76b9834c9..eb44185a7d 100755 --- a/proto/beacon/rpc/v1/slasher.pb.go +++ b/proto/beacon/rpc/v1/slasher.pb.go @@ -8,6 +8,9 @@ package ethereum_beacon_rpc_v1 import ( context "context" + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" _ "github.com/golang/protobuf/ptypes/empty" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" @@ -19,8 +22,6 @@ import ( status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/beacon/rpc/v1/slasher.pb.gw.go b/proto/beacon/rpc/v1/slasher.pb.gw.go index 38c82e4402..9ec700fb03 100755 --- a/proto/beacon/rpc/v1/slasher.pb.gw.go +++ b/proto/beacon/rpc/v1/slasher.pb.gw.go @@ -10,20 +10,21 @@ package ethereum_beacon_rpc_v1 import ( "context" + "io" + "net/http" + "github.com/golang/protobuf/ptypes/empty" emptypb "github.com/golang/protobuf/ptypes/empty" "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" "github.com/grpc-ecosystem/grpc-gateway/v2/utilities" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" - "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" + eth "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/proto" - "io" - "net/http" ) // Suppress "imported and not used" errors diff --git a/proto/validator/accounts/v2/keymanager.pb.go b/proto/validator/accounts/v2/keymanager.pb.go index 11a1911f07..436c8aaff5 100755 --- a/proto/validator/accounts/v2/keymanager.pb.go +++ b/proto/validator/accounts/v2/keymanager.pb.go @@ -8,6 +8,9 @@ package ethereum_validator_accounts_v2 import ( context "context" + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" empty "github.com/golang/protobuf/ptypes/empty" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" @@ -19,8 +22,6 @@ import ( status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/validator/accounts/v2/keymanager.pb.gw.go b/proto/validator/accounts/v2/keymanager.pb.gw.go index b711680062..30cdaff270 100755 --- a/proto/validator/accounts/v2/keymanager.pb.gw.go +++ b/proto/validator/accounts/v2/keymanager.pb.gw.go @@ -10,6 +10,9 @@ package ethereum_validator_accounts_v2 import ( "context" + "io" + "net/http" + "github.com/golang/protobuf/ptypes/empty" emptypb "github.com/golang/protobuf/ptypes/empty" "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" @@ -21,8 +24,6 @@ import ( "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/proto" - "io" - "net/http" ) // Suppress "imported and not used" errors diff --git a/proto/validator/accounts/v2/web_api.pb.go b/proto/validator/accounts/v2/web_api.pb.go index 37c97c5b41..4cba2d3e09 100755 --- a/proto/validator/accounts/v2/web_api.pb.go +++ b/proto/validator/accounts/v2/web_api.pb.go @@ -8,6 +8,9 @@ package ethereum_validator_accounts_v2 import ( context "context" + reflect "reflect" + sync "sync" + proto "github.com/golang/protobuf/proto" empty "github.com/golang/protobuf/ptypes/empty" v1alpha1 "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" @@ -18,8 +21,6 @@ import ( status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - reflect "reflect" - sync "sync" ) const ( diff --git a/proto/validator/accounts/v2/web_api.pb.gw.go b/proto/validator/accounts/v2/web_api.pb.gw.go index 57af9ccf71..4e9cbc5511 100755 --- a/proto/validator/accounts/v2/web_api.pb.gw.go +++ b/proto/validator/accounts/v2/web_api.pb.gw.go @@ -10,20 +10,21 @@ package ethereum_validator_accounts_v2 import ( "context" + "io" + "net/http" + "github.com/golang/protobuf/ptypes/empty" emptypb "github.com/golang/protobuf/ptypes/empty" "github.com/grpc-ecosystem/grpc-gateway/v2/runtime" "github.com/grpc-ecosystem/grpc-gateway/v2/utilities" github_com_prysmaticlabs_eth2_types "github.com/prysmaticlabs/eth2-types" - "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" + eth "github.com/prysmaticlabs/ethereumapis/eth/v1alpha1" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "google.golang.org/protobuf/proto" - "io" - "net/http" ) // Suppress "imported and not used" errors