Upgrade bsp-geth
to go-ethereum v1.13.10 Sharjila B.
#418
Annotations
9 errors and 1 warning
audit:
tests/fuzzers/stacktrie/trie_fuzzer.go#L139
not enough arguments in call to trie.NewDatabase
|
audit:
tests/fuzzers/stacktrie/trie_fuzzer.go#L142
not enough arguments in call to trie.NewDatabase
|
audit:
tests/fuzzers/stacktrie/trie_fuzzer.go#L143
cannot use func(owner common.Hash, path []byte, hash common.Hash, blob []byte) {…} (value of type func(owner "github.com/ethereum/go-ethereum/common".Hash, path []byte, hash "github.com/ethereum/go-ethereum/common".Hash, blob []byte)) as *trie.StackTrieOptions value in argument to trie.NewStackTrie
|
audit:
tests/fuzzers/stacktrie/trie_fuzzer.go#L208
cannot use func(owner common.Hash, path []byte, hash common.Hash, blob []byte) {…} (value of type func(owner "github.com/ethereum/go-ethereum/common".Hash, path []byte, hash "github.com/ethereum/go-ethereum/common".Hash, blob []byte)) as *trie.StackTrieOptions value in argument to trie.NewStackTrie
|
audit:
tests/fuzzers/stacktrie/trie_fuzzer.go#L222
assignment mismatch: 2 variables but trieC.Commit returns 1 value
|
audit:
trie/proof_test.go#L441
too many arguments in call to VerifyRangeProof
|
audit:
trie/proof_test.go#L452
not enough arguments in call to NewDatabase
|
audit:
trie/proof_test.go#L477
too many arguments in call to VerifyRangeProof
|
audit
Process completed with exit code 2.
|
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|