This repository was archived by the owner on May 11, 2024. It is now read-only.
feat(repo): implement EIP-4844 in client #2598
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
Lint
1m 46s
Integration tests
1m 7s
Annotations
11 errors and 2 warnings
Integration tests
Process completed with exit code 2.
|
Lint:
bindings/encoding/input.go#L223
missing type in composite literal (typecheck)
|
Lint:
bindings/encoding/input.go#L225
missing type in composite literal (typecheck)
|
Lint:
bindings/encoding/input.go#L227
missing type in composite literal (typecheck)
|
Lint:
driver/driver.go#L136
d.RetryInterval undefined (type *Driver has no field or method RetryInterval) (typecheck)
|
Lint:
driver/driver.go#L203
d.RetryInterval undefined (type *Driver has no field or method RetryInterval) (typecheck)
|
Lint:
driver/config_test.go#L27
s.Nil undefined (type *DriverTestSuite has no field or method Nil) (typecheck)
|
Lint:
driver/config_test.go#L28
s.Equal undefined (type *DriverTestSuite has no field or method Equal) (typecheck)
|
Lint:
driver/config_test.go#L29
s.Equal undefined (type *DriverTestSuite has no field or method Equal) (typecheck)
|
Lint:
driver/config_test.go#L30
s.Equal undefined (type *DriverTestSuite has no field or method Equal) (typecheck)
|
Lint:
driver/config_test.go#L35
s.NotEmpty undefined (type *DriverTestSuite has no field or method NotEmpty) (typecheck)
|
Integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/cancel-workflow-action@0.11.0, actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|