Bump github.com/Layr-Labs/eigensdk-go from 0.1.1 to 0.1.3 #149
Annotations
7 errors and 1 warning
Build:
pkg/operator/register.go#L98
cannot use ethClient (variable of type eth.Client) as wallet.Wallet value in argument to txmgr.NewSimpleTxManager: eth.Client does not implement wallet.Wallet (missing method GetTransactionReceipt)
|
Build:
pkg/operator/register.go#L98
cannot use logger (variable of type logging.Logger) as eth.Client value in argument to txmgr.NewSimpleTxManager: logging.Logger does not implement eth.Client (missing method BalanceAt)
|
Build:
pkg/operator/register.go#L98
cannot use sgn (variable of type signerv2.SignerFn) as logging.Logger value in argument to txmgr.NewSimpleTxManager: signerv2.SignerFn does not implement logging.Logger (missing method Debug)
|
Build:
pkg/operator/update.go#L78
cannot use ethClient (variable of type eth.Client) as wallet.Wallet value in argument to txmgr.NewSimpleTxManager: eth.Client does not implement wallet.Wallet (missing method GetTransactionReceipt)
|
Build:
pkg/operator/update.go#L78
cannot use logger (variable of type logging.Logger) as eth.Client value in argument to txmgr.NewSimpleTxManager: logging.Logger does not implement eth.Client (missing method BalanceAt)
|
Build:
pkg/operator/update.go#L78
cannot use sgn (variable of type signerv2.SignerFn) as logging.Logger value in argument to txmgr.NewSimpleTxManager: signerv2.SignerFn does not implement logging.Logger (missing method Debug)
|
Build
Process completed with exit code 2.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|