Skip to content

Commit

Permalink
plugin-libocr renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshmmr committed Nov 12, 2024
1 parent 096bc90 commit 3898670
Show file tree
Hide file tree
Showing 196 changed files with 329 additions and 329 deletions.
4 changes: 2 additions & 2 deletions core/chains/evm/config/chain_scoped.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (

"go.uber.org/multierr"

ocr "github.com/goplugin/libocr/offchainreporting"
ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocr "github.com/goplugin/plugin-libocr/offchainreporting"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"

"github.com/goplugin/plugin-common/pkg/assets"
"github.com/goplugin/plugin-common/pkg/logger"
Expand Down
2 changes: 1 addition & 1 deletion core/config/p2p_v2_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
import (
commonconfig "github.com/goplugin/plugin-common/pkg/config"

ocrcommontypes "github.com/goplugin/libocr/commontypes"
ocrcommontypes "github.com/goplugin/plugin-libocr/commontypes"
)

type V2 interface {
Expand Down
2 changes: 1 addition & 1 deletion core/config/toml/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"go.uber.org/multierr"
"go.uber.org/zap/zapcore"

ocrcommontypes "github.com/goplugin/libocr/commontypes"
ocrcommontypes "github.com/goplugin/plugin-libocr/commontypes"

commonconfig "github.com/goplugin/plugin-common/pkg/config"
"github.com/goplugin/pluginv3.0/v2/core/build"
Expand Down
2 changes: 1 addition & 1 deletion core/internal/cltest/cltest.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (

"github.com/jmoiron/sqlx"

ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"

"github.com/goplugin/plugin-common/pkg/loop"
"github.com/goplugin/plugin-common/pkg/utils/mailbox"
Expand Down
2 changes: 1 addition & 1 deletion core/internal/cltest/factories.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/google/uuid"
ragep2ptypes "github.com/goplugin/libocr/ragep2p/types"
ragep2ptypes "github.com/goplugin/plugin-libocr/ragep2p/types"
"github.com/stretchr/testify/require"
"github.com/urfave/cli"
"gopkg.in/guregu/null.v4"
Expand Down
10 changes: 5 additions & 5 deletions core/internal/features/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ import (
"go.uber.org/zap/zaptest/observer"
"gopkg.in/guregu/null.v4"

ocrcommontypes "github.com/goplugin/libocr/commontypes"
"github.com/goplugin/libocr/gethwrappers/offchainaggregator"
"github.com/goplugin/libocr/gethwrappers/testoffchainaggregator"
"github.com/goplugin/libocr/offchainreporting/confighelper"
ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrcommontypes "github.com/goplugin/plugin-libocr/commontypes"
"github.com/goplugin/plugin-libocr/gethwrappers/offchainaggregator"
"github.com/goplugin/plugin-libocr/gethwrappers/testoffchainaggregator"
"github.com/goplugin/plugin-libocr/offchainreporting/confighelper"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"

commonconfig "github.com/goplugin/plugin-common/pkg/config"
"github.com/goplugin/plugin-common/pkg/services/servicetest"
Expand Down
10 changes: 5 additions & 5 deletions core/internal/features/ocr2/features_ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/goplugin/libocr/commontypes"
"github.com/goplugin/libocr/gethwrappers2/ocr2aggregator"
"github.com/goplugin/plugin-libocr/commontypes"
"github.com/goplugin/plugin-libocr/gethwrappers2/ocr2aggregator"

testoffchainaggregator2 "github.com/goplugin/libocr/gethwrappers2/testocr2aggregator"
confighelper2 "github.com/goplugin/libocr/offchainreporting2plus/confighelper"
ocrtypes2 "github.com/goplugin/libocr/offchainreporting2plus/types"
testoffchainaggregator2 "github.com/goplugin/plugin-libocr/gethwrappers2/testocr2aggregator"
confighelper2 "github.com/goplugin/plugin-libocr/offchainreporting2plus/confighelper"
ocrtypes2 "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

commonconfig "github.com/goplugin/plugin-common/pkg/config"

Expand Down
6 changes: 3 additions & 3 deletions core/scripts/chaincli/handler/keeper_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/umbracle/ethgo/abi"

ocr2config "github.com/goplugin/libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/libocr/offchainreporting2plus/ocr3confighelper"
ocr2types "github.com/goplugin/libocr/offchainreporting2plus/types"
ocr2config "github.com/goplugin/plugin-libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/ocr3confighelper"
ocr2types "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

"github.com/goplugin/pluginv3.0/core/scripts/chaincli/config"

Expand Down
2 changes: 1 addition & 1 deletion core/scripts/chaincli/handler/ocr2_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/olekukonko/tablewriter"

"github.com/goplugin/libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/confighelper"

ocr2keepers20config "github.com/goplugin/plugin-automation/pkg/v2/config"

Expand Down
2 changes: 1 addition & 1 deletion core/scripts/chaincli/handler/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/ethereum/go-ethereum/rpc"
"github.com/olekukonko/tablewriter"

ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

ocr2keepers20 "github.com/goplugin/plugin-automation/pkg/v2"

Expand Down
4 changes: 2 additions & 2 deletions core/scripts/functions/src/generate_ocr2_config_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (

"github.com/ethereum/go-ethereum/common"

"github.com/goplugin/libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

helpers "github.com/goplugin/pluginv3.0/core/scripts/common"
"github.com/goplugin/pluginv3.0/v2/core/services/ocr2/plugins/functions/config"
Expand Down
2 changes: 1 addition & 1 deletion core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/goplugin/plugin-common v0.1.7-0.20240216174848-c7f1809138d6
github.com/goplugin/plugin-vrf v0.0.0-20231120191722-fef03814f868
github.com/goplugin/pluginv3.0/v2 v2.0.0-00010101000000-000000000000
github.com/goplugin/libocr v0.0.0-20240215150045-fe2ba71b2f0a
github.com/goplugin/plugin-libocr v0.0.0-20240215150045-fe2ba71b2f0a
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions core/scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,8 @@ github.com/goplugin/go-plugin v0.0.0-20240208201424-b3b91517de16 h1:TFe+FvzxClbl
github.com/goplugin/go-plugin v0.0.0-20240208201424-b3b91517de16/go.mod h1:lBS5MtSSBZk0SHc66KACcjjlU6WzEVP/8pwz68aMkCI=
github.com/goplugin/grpc-proxy v0.0.0-20230731113816-f1be6620749f h1:hgJif132UCdjo8u43i7iPN1/MFnu49hv7lFGFftCHKU=
github.com/goplugin/grpc-proxy v0.0.0-20230731113816-f1be6620749f/go.mod h1:MvMXoufZAtqExNexqi4cjrNYE9MefKddKylxjS+//n0=
github.com/goplugin/libocr v0.0.0-20240215150045-fe2ba71b2f0a h1:nGkZ9uXS8lPIJOi68rdftEo2c9Q8qbRAi5+XMnKobVc=
github.com/goplugin/libocr v0.0.0-20240215150045-fe2ba71b2f0a/go.mod h1:kC0qmVPUaVkFqGiZMNhmRmjdphuUmeyLEdlWFOQzFWI=
github.com/goplugin/plugin-libocr v0.0.0-20240215150045-fe2ba71b2f0a h1:nGkZ9uXS8lPIJOi68rdftEo2c9Q8qbRAi5+XMnKobVc=
github.com/goplugin/plugin-libocr v0.0.0-20240215150045-fe2ba71b2f0a/go.mod h1:kC0qmVPUaVkFqGiZMNhmRmjdphuUmeyLEdlWFOQzFWI=
github.com/goplugin/tdh2/go/ocr2/decryptionplugin v0.0.0-20230906073235-9e478e5e19f1 h1:yiKnypAqP8l0OX0P3klzZ7SCcBUxy5KqTAKZmQOvSQE=
github.com/goplugin/tdh2/go/ocr2/decryptionplugin v0.0.0-20230906073235-9e478e5e19f1/go.mod h1:q6f4fe39oZPdsh1i57WznEZgxd8siidMaSFq3wdPmVg=
github.com/goplugin/tdh2/go/tdh2 v0.0.0-20230906073235-9e478e5e19f1 h1:Dai1bn+Q5cpeGMQwRdjOdVjG8mmFFROVkSKuUgBErRQ=
Expand Down
4 changes: 2 additions & 2 deletions core/scripts/ocr2vrf/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"go.dedis.ch/kyber/v3/group/edwards25519"
"go.dedis.ch/kyber/v3/pairing"

"github.com/goplugin/libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/confighelper"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

"github.com/goplugin/plugin-vrf/altbn_128"
"github.com/goplugin/plugin-vrf/dkg"
Expand Down
2 changes: 1 addition & 1 deletion core/services/chainlink/config_p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/goplugin/pluginv3.0/v2/core/config/toml"
"github.com/goplugin/pluginv3.0/v2/core/services/keystore/keys/p2pkey"

"github.com/goplugin/libocr/commontypes"
"github.com/goplugin/plugin-libocr/commontypes"
)

type p2p struct {
Expand Down
2 changes: 1 addition & 1 deletion core/services/chainlink/config_p2p_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/goplugin/libocr/commontypes"
"github.com/goplugin/plugin-libocr/commontypes"
)

func TestP2PConfig(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion core/services/chainlink/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/stretchr/testify/require"
"go.uber.org/zap/zapcore"

ocrcommontypes "github.com/goplugin/libocr/commontypes"
ocrcommontypes "github.com/goplugin/plugin-libocr/commontypes"

commonassets "github.com/goplugin/plugin-common/pkg/assets"
"github.com/goplugin/plugin-common/pkg/config"
Expand Down
2 changes: 1 addition & 1 deletion core/services/functions/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/prometheus/client_golang/prometheus/promauto"
"google.golang.org/protobuf/proto"

"github.com/goplugin/libocr/commontypes"
"github.com/goplugin/plugin-libocr/commontypes"

"github.com/goplugin/plugin-common/pkg/services"

Expand Down
2 changes: 1 addition & 1 deletion core/services/keeper/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/ethereum/go-ethereum/eth/ethconfig"
"github.com/onsi/gomega"
"github.com/pkg/errors"
"github.com/goplugin/libocr/gethwrappers/link_token_interface"
"github.com/goplugin/plugin-libocr/gethwrappers/link_token_interface"
"github.com/stretchr/testify/require"

commonconfig "github.com/goplugin/plugin-common/pkg/config"
Expand Down
6 changes: 3 additions & 3 deletions core/services/keystore/keys/ocr2key/cosmos_keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

"github.com/hdevalence/ed25519consensus"
"github.com/pkg/errors"
"github.com/goplugin/libocr/offchainreporting2/types"
"github.com/goplugin/libocr/offchainreporting2plus/chains/evmutil"
ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2/types"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/chains/evmutil"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
"golang.org/x/crypto/blake2s"

"github.com/goplugin/pluginv3.0/v2/core/utils"
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocr2key/cosmos_keyring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/stretchr/testify/assert"

ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
"github.com/stretchr/testify/require"
)

Expand Down
6 changes: 3 additions & 3 deletions core/services/keystore/keys/ocr2key/evm_keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/goplugin/libocr/offchainreporting2/types"
"github.com/goplugin/libocr/offchainreporting2plus/chains/evmutil"
ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2/types"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/chains/evmutil"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
)

var _ ocrtypes.OnchainKeyring = &evmKeyring{}
Expand Down
4 changes: 2 additions & 2 deletions core/services/keystore/keys/ocr2key/evm_keyring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/goplugin/libocr/offchainreporting2/types"
ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

"github.com/goplugin/pluginv3.0/v2/core/internal/testutils"
)
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocr2key/generic_key_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"io"

"github.com/pkg/errors"
ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

"github.com/goplugin/pluginv3.0/v2/core/services/keystore/chaintype"
"github.com/goplugin/pluginv3.0/v2/core/store/models"
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocr2key/key_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"io"

"github.com/ethereum/go-ethereum/crypto/secp256k1"
ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"

"github.com/goplugin/pluginv3.0/v2/core/services/keystore/chaintype"
"github.com/goplugin/pluginv3.0/v2/core/services/keystore/keys/starkkey"
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocr2key/offchain_keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"golang.org/x/crypto/curve25519"

ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
)

var _ ocrtypes.OffchainKeyring = &OffchainKeyring{}
Expand Down
6 changes: 3 additions & 3 deletions core/services/keystore/keys/ocr2key/solana_keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (

"github.com/ethereum/go-ethereum/crypto"
"github.com/pkg/errors"
"github.com/goplugin/libocr/offchainreporting2/types"
"github.com/goplugin/libocr/offchainreporting2plus/chains/evmutil"
ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2/types"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/chains/evmutil"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
)

var _ ocrtypes.OnchainKeyring = &solanaKeyring{}
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocr2key/solana_keyring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
)

func TestSolanaKeyring_Sign_Verify(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocrkey/key_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/pkg/errors"
ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"
"golang.org/x/crypto/curve25519"

"github.com/goplugin/pluginv3.0/v2/core/store/models"
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/ocrkey/key_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/pkg/errors"
ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"
"golang.org/x/crypto/curve25519"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/pkg/errors"
ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"
)

const onChainSigningAddressPrefix = "ocrsad_"
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/p2pkey/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/pkg/errors"

ragep2ptypes "github.com/goplugin/libocr/ragep2p/types"
ragep2ptypes "github.com/goplugin/plugin-libocr/ragep2p/types"
)

// Key represents a p2p private key
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/p2pkey/key_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"math/big"

"github.com/goplugin/libocr/ragep2p/types"
"github.com/goplugin/plugin-libocr/ragep2p/types"
)

var libp2pPBPrefix = []byte{0x08, 0x01, 0x12, 0x40}
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/p2pkey/key_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"encoding/hex"
"testing"

ragep2ptypes "github.com/goplugin/libocr/ragep2p/types"
ragep2ptypes "github.com/goplugin/plugin-libocr/ragep2p/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/p2pkey/peer_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/pkg/errors"

"github.com/goplugin/libocr/ragep2p/types"
"github.com/goplugin/plugin-libocr/ragep2p/types"
)

const peerIDPrefix = "p2p_"
Expand Down
4 changes: 2 additions & 2 deletions core/services/keystore/keys/starkkey/ocr2key.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/goplugin/caigo"
caigotypes "github.com/goplugin/caigo/types"
"github.com/goplugin/libocr/offchainreporting2plus/chains/evmutil"
"github.com/goplugin/libocr/offchainreporting2plus/types"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/chains/evmutil"
"github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
)

var _ types.OnchainKeyring = &OCR2Key{}
Expand Down
2 changes: 1 addition & 1 deletion core/services/keystore/keys/starkkey/ocr2key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

caigotypes "github.com/goplugin/caigo/types"

ocrtypes "github.com/goplugin/libocr/offchainreporting2plus/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting2plus/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion core/services/ocr/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ocr

import (
ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"

evmconfig "github.com/goplugin/pluginv3.0/v2/core/chains/evm/config"
"github.com/goplugin/pluginv3.0/v2/core/services/job"
Expand Down
2 changes: 1 addition & 1 deletion core/services/ocr/config_overrider.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/pkg/errors"

ocrtypes "github.com/goplugin/libocr/offchainreporting/types"
ocrtypes "github.com/goplugin/plugin-libocr/offchainreporting/types"

"github.com/goplugin/plugin-common/pkg/services"

Expand Down
Loading

0 comments on commit 3898670

Please sign in to comment.