v1.14.0 #204
Annotations
9 errors and 1 warning
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L118
invalid operation: test.Context.BaseFee != 0 (mismatched types *"github.com/ethereum/go-ethereum/common/math".HexOrDecimal256 and untyped int)
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L119
cannot convert test.Context.BaseFee (variable of type *"github.com/ethereum/go-ethereum/common/math".HexOrDecimal256) to type uint64
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L136
test.Context.Random undefined (type *callContext has no field or method Random)
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L155
undefined: blocknative.NewTracerWithOpts
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L214
invalid operation: test.Context.BaseFee != 0 (mismatched types *"github.com/ethereum/go-ethereum/common/math".HexOrDecimal256 and untyped int)
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L215
cannot convert test.Context.BaseFee (variable of type *"github.com/ethereum/go-ethereum/common/math".HexOrDecimal256) to type uint64
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L235
test.Context.Random undefined (type *callContext has no field or method Random)
|
test_tracers:
eth/tracers/internal/tracetest/blocknative_test.go#L239
undefined: blocknative.NewTracer
|
test_tracers
Process completed with exit code 1.
|
test_tracers
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/.
|