mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
upgrade v6 to v7 (#15989)
* upgrade v6 to v7 * changelog * update-go-ssz
This commit is contained in:
@@ -13,19 +13,19 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/OffchainLabs/prysm/v6/api"
|
||||
"github.com/OffchainLabs/prysm/v6/cmd/validator/flags"
|
||||
ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1"
|
||||
"github.com/OffchainLabs/prysm/v6/testing/assert"
|
||||
"github.com/OffchainLabs/prysm/v6/testing/require"
|
||||
validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock"
|
||||
"github.com/OffchainLabs/prysm/v6/validator/accounts"
|
||||
"github.com/OffchainLabs/prysm/v6/validator/accounts/iface"
|
||||
"github.com/OffchainLabs/prysm/v6/validator/client"
|
||||
"github.com/OffchainLabs/prysm/v6/validator/client/testutil"
|
||||
"github.com/OffchainLabs/prysm/v6/validator/keymanager"
|
||||
"github.com/OffchainLabs/prysm/v6/validator/keymanager/derived"
|
||||
constant "github.com/OffchainLabs/prysm/v6/validator/testing"
|
||||
"github.com/OffchainLabs/prysm/v7/api"
|
||||
"github.com/OffchainLabs/prysm/v7/cmd/validator/flags"
|
||||
ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1"
|
||||
"github.com/OffchainLabs/prysm/v7/testing/assert"
|
||||
"github.com/OffchainLabs/prysm/v7/testing/require"
|
||||
validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock"
|
||||
"github.com/OffchainLabs/prysm/v7/validator/accounts"
|
||||
"github.com/OffchainLabs/prysm/v7/validator/accounts/iface"
|
||||
"github.com/OffchainLabs/prysm/v7/validator/client"
|
||||
"github.com/OffchainLabs/prysm/v7/validator/client/testutil"
|
||||
"github.com/OffchainLabs/prysm/v7/validator/keymanager"
|
||||
"github.com/OffchainLabs/prysm/v7/validator/keymanager/derived"
|
||||
constant "github.com/OffchainLabs/prysm/v7/validator/testing"
|
||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
"go.uber.org/mock/gomock"
|
||||
"google.golang.org/protobuf/types/known/timestamppb"
|
||||
|
||||
Reference in New Issue
Block a user