Skip to content

feat(trie): implement new trie architecture with separated node types #7913

feat(trie): implement new trie architecture with separated node types

feat(trie): implement new trie architecture with separated node types #7913

Triggered via pull request February 10, 2025 00:03
Status Failure
Total duration 3m 22s
Artifacts

juno-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.