Skip to content

Upgrading sdk version to 0.1.12 #153

Upgrading sdk version to 0.1.12

Upgrading sdk version to 0.1.12 #153

Triggered via pull request October 14, 2024 19:22
Status Failure
Total duration 19s
Artifacts

unit-tests.yml

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

Annotations

3 errors and 1 warning
Unit Test: core/chainio/avs_reader.go#L48
cannot use ethHttpClient (variable of type eth.HttpBackend) as "github.com/Layr-Labs/incredible-squaring-avs/common".EthClientInterface value in argument to NewAvsManagersBindings: eth.HttpBackend does not implement "github.com/Layr-Labs/incredible-squaring-avs/common".EthClientInterface (missing method ChainID)
Unit Test: core/chainio/avs_subscriber.go#L41
cannot use ethclient (variable of type eth.WsBackend) as "github.com/Layr-Labs/incredible-squaring-avs/common".EthClientInterface value in argument to NewAvsManagersBindings: eth.WsBackend does not implement "github.com/Layr-Labs/incredible-squaring-avs/common".EthClientInterface (missing method ChainID)
Unit Test
Process completed with exit code 2.
Unit Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/