mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-31 01:58:17 -05:00
* feat: `reth stage` command * refactor(bin): move init utils to separate file * feat(bin): scaffold stage command for one stage * fix: correctly set from/to for stage range * fix(stage-tool): add unwind before execute to re-exec otherwise we're double executing stuff * fix(stage-tool): use max commit threshold avail * chore: rm unused vars * fix(genesis-init): take a write tx only if needed this avoids blocking by accident if we took a write tx expecting that init_genesis would immediately return the hash * feat(stage-tool): add bodies stage Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>