Starknet's getStorageProof
rpc method
#6951
Annotations
10 errors
golangci-lint:
core/trie/proof.go#L344
paramTypeCombine: func(root *felt.Felt, firstKey *felt.Felt, keys, values []*felt.Felt, proofSet *ProofSet, hash HashFunc) (bool, error) could be replaced with func(root, firstKey *felt.Felt, keys, values []*felt.Felt, proofSet *ProofSet, hash HashFunc) (bool, error) (gocritic)
|
golangci-lint:
core/trie/proof.go#L171
func `pathSplitOccurredCheck` is unused (unused)
|
golangci-lint:
core/trie/proof.go#L193
func `rootNodeExistsCheck` is unused (unused)
|
golangci-lint:
core/trie/proof.go#L206
func `traverseNodes` is unused (unused)
|
golangci-lint:
core/trie/proof_test.go#L187
func `build4KeyTrie` is unused (unused)
|
golangci-lint:
core/trie/proof_test.go#L250
func `noDuplicates` is unused (unused)
|
golangci-lint:
core/trie/proof_test.go#L262
func `containsAll` is unused (unused)
|
golangci-lint:
core/trie/proof_test.go#L278
func `isSameProofPath` is unused (unused)
|
golangci-lint:
core/trie/proof_test.go#L290
func `newBinaryProofNode` is unused (unused)
|
golangci-lint:
core/trie/key.go#L43
Magic number: 8, in <argument> detected (mnd)
|
Loading