mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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>