This repository has been archived by the owner on May 11, 2024. It is now read-only.
feat(repo): implement EIP-4844 in client #2580
test.yml
on: pull_request
Lint
2m 27s
Integration tests
4m 34s
Annotations
14 errors and 2 warnings
Lint:
cmd/flags/proposer.go#L129
syntax error: unexpected = in composite literal; possibly missing comma or } (typecheck)
|
Lint:
cmd/flags/proposer.go#L129
expected '==', found '=' (typecheck)
|
Lint:
cmd/flags/proposer.go#L134
missing ',' before newline in composite literal (typecheck)
|
Lint:
cmd/flags/proposer.go#L135
expected operand, found ')' (typecheck)
|
Lint:
cmd/flags/proposer.go#L138
missing ',' in composite literal (typecheck)
|
Lint:
cmd/flags/proposer.go#L162
missing ',' before newline in composite literal (typecheck)
|
Lint:
cmd/logger/logger.go#L7
could not import github.com/taikoxyz/taiko-client/cmd/flags (-: # github.com/taikoxyz/taiko-client/cmd/flags
|
Lint:
cmd/flags/proposer.go#L129
syntax error: unexpected = in composite literal; possibly missing comma or }) (typecheck)
|
Lint:
internal/metrics/metrics.go#L15
could not import github.com/taikoxyz/taiko-client/cmd/flags (-: # github.com/taikoxyz/taiko-client/cmd/flags
|
Lint:
cmd/flags/proposer.go#L129
syntax error: unexpected = in composite literal; possibly missing comma or }) (typecheck)
|
Integration tests
syntax error: unexpected = in composite literal; possibly missing comma or }
|
Integration tests
undefined: MakeSidecarWithSingleBlob
|
Integration tests
too many arguments in call to l1Client.TransactBlobTx
|
Integration tests
Process completed with exit code 2.
|
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/.
|
Integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], 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/.
|