Skip to content

Bump github.com/Layr-Labs/eigensdk-go from 0.1.1 to 0.1.3 #147

Bump github.com/Layr-Labs/eigensdk-go from 0.1.1 to 0.1.3

Bump github.com/Layr-Labs/eigensdk-go from 0.1.1 to 0.1.3 #147

Triggered via pull request March 25, 2024 23:37
Status Failure
Total duration 51s
Artifacts

tests.yml

on: pull_request
Unit Test
41s
Unit Test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Unit Test: 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)
Unit Test: 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)
Unit Test: 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)
Unit Test: 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)
Unit Test: 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)
Unit Test: 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)
Unit Test
Process completed with exit code 2.
Unit Test
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/.