Add support for Electra #486
Annotations
10 errors and 3 warnings
Lint:
bls/bls_fuzz_test.go#L31
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
bls/bls_fuzz_test.go#L37
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
bls/bls_fuzz_test.go#L69
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
fuzzing/common.go#L8
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
|
Lint:
fuzzing/common.go#L9
import 'github.com/trailofbits/go-fuzz-utils' is not allowed from list 'Main' (depguard)
|
Lint:
bls/bls.go#L7
import 'github.com/consensys/gnark-crypto/ecc/bls12-381' is not allowed from list 'Main' (depguard)
|
Lint:
bls/bls.go#L8
import 'github.com/consensys/gnark-crypto/ecc/bls12-381/fr' is not allowed from list 'Main' (depguard)
|
Lint:
bls/bls_fuzz_test.go#L6
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
|
Lint:
bls/bls_fuzz_test.go#L7
import 'github.com/trailofbits/go-fuzz-utils' is not allowed from list 'Main' (depguard)
|
Lint:
bls/bls_test.go#L6
import 'github.com/ethereum/go-ethereum/common/hexutil' is not allowed from list 'Main' (depguard)
|
Test
Restore cache failed: Dependencies file is not found in /home/runner/work/go-boost-utils/go-boost-utils. Supported file pattern: go.sum
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/go-boost-utils/go-boost-utils. Supported file pattern: go.sum
|
Fuzz
Restore cache failed: Dependencies file is not found in /home/runner/work/go-boost-utils/go-boost-utils. Supported file pattern: go.sum
|