feat(trie): implement new trie architecture with separated node types #7913
Annotations
5 errors
lint:
core/trie2/collector.go#L94
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
lint:
core/trie2/proof.go#L167
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
lint:
core/trie2/proof_test.go#L375
for loop can be changed to use an integer range (Go 1.22+) (intrange)
|
lint:
core/trie2/proof_test.go#L555
Consider pre-allocating `proofs` (prealloc)
|
lint
Process completed with exit code 2.
|