Update go-bitfield from prysmaticlabs to OffchainLabs (#15968)

This commit is contained in:
terence
2025-11-03 18:59:03 -05:00
committed by GitHub
parent 1f926142b8
commit d0f5253b8d
142 changed files with 188 additions and 186 deletions

View File

@@ -4,12 +4,12 @@ import (
"reflect"
"testing"
"github.com/OffchainLabs/go-bitfield"
fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams"
"github.com/OffchainLabs/prysm/v6/consensus-types/primitives"
ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1"
"github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types"
"github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types/mock"
"github.com/prysmaticlabs/go-bitfield"
)
func TestMapAggregateAndProof(t *testing.T) {

View File

@@ -5,6 +5,7 @@ import (
"fmt"
"strings"
"github.com/OffchainLabs/go-bitfield"
fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams"
"github.com/OffchainLabs/prysm/v6/config/params"
"github.com/OffchainLabs/prysm/v6/consensus-types/primitives"
@@ -14,7 +15,6 @@ import (
"github.com/OffchainLabs/prysm/v6/testing/util"
"github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/prysmaticlabs/go-bitfield"
)
/////////////////////////////////////////////////////////////////////////////////////////////////