Build Blocks in Parallel Permanently (#13008)

This commit is contained in:
Nishant Das
2023-10-05 21:45:11 +08:00
committed by GitHub
parent f9a40ef111
commit ffaef83634
6 changed files with 15 additions and 84 deletions

View File

@@ -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 (

View File

@@ -1,3 +0,0 @@
// +build ignore
package ignore