erigontech / erigontech/erigon

commitment: replace `unfold` heuristics by named funcs/methods

Open
#13,234 2 comments 0 reactions 1 assignee Claimed by @awskii View on GitHub
tech debt reduction
Dominant language
Go
Stars
3.6k
Forks
1.5k
Avg merge
1d 16h
Merged PRs (30d)
455

Description

replace heuristics with comments:
```
} else if cellToExpand.hashLen > 0 { // hash cell means we will expand using a full node
```

by something like:
```
switch t := cellToExpand.Type() {
case FullNode:
...
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.