mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Build Blocks in Parallel Permanently (#13008)
This commit is contained in:
9
proto/prysm/v1alpha1/slasher.pb.go
generated
9
proto/prysm/v1alpha1/slasher.pb.go
generated
@@ -7,12 +7,13 @@
|
||||
package eth
|
||||
|
||||
import (
|
||||
_ "github.com/prysmaticlabs/prysm/v4/proto/eth/ext"
|
||||
github_com_prysmaticlabs_prysm_v4_consensus_types_primitives "github.com/prysmaticlabs/prysm/v4/consensus-types/primitives"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
github_com_prysmaticlabs_prysm_v4_consensus_types_primitives "github.com/prysmaticlabs/prysm/v4/consensus-types/primitives"
|
||||
_ "github.com/prysmaticlabs/prysm/v4/proto/eth/ext"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
// +build ignore
|
||||
|
||||
package ignore
|
||||
Reference in New Issue
Block a user