Skip to content

Commit

Permalink
Story/39608 test refactor CL client (smartcontractkit#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Jul 21, 2022
1 parent f6a39de commit ffe2318
Show file tree
Hide file tree
Showing 26 changed files with 97 additions and 9,470 deletions.
450 changes: 0 additions & 450 deletions actions/actions.go

This file was deleted.

422 changes: 0 additions & 422 deletions actions/keeper_helpers.go

This file was deleted.

222 changes: 0 additions & 222 deletions actions/ocr_helpers.go

This file was deleted.

104 changes: 0 additions & 104 deletions actions/vrfv2_helpers.go

This file was deleted.

9 changes: 3 additions & 6 deletions blockchain/ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ import (
"sync"
"time"

"github.com/smartcontractkit/chainlink-env/environment"

"github.com/smartcontractkit/chainlink-testing-framework/utils"

"golang.org/x/sync/errgroup"

"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/rs/zerolog/log"
"github.com/smartcontractkit/chainlink-env/environment"
"github.com/smartcontractkit/chainlink-testing-framework/utils"
"golang.org/x/sync/errgroup"
)

// EthereumClient wraps the client and the BlockChain network to interact with an EVM based Blockchain
Expand Down
Loading

0 comments on commit ffe2318

Please sign in to comment.