Commit Graph

6 Commits

Author SHA1 Message Date
52909eea3f feat: Add --local.fallback-threshold, --s3.polling-interval 2025-08-25 22:27:26 -04:00
5987f147f1 feat: Add cli aliases for nanoreth compatibility, add --local 2025-07-04 18:24:27 +00:00
f6830a67cd refactor: Use PathBuf for local block source config 2025-07-04 18:23:08 +00:00
ff6744c6d4 fix: Fix local node source being ignored 2025-07-02 10:45:31 +00:00
1633b3d2e1 feat: hl-node ingestion
Ported from https://github.com/hl-archive-node/nanoreth/pull/7 ; since this repo is experimental, will be merged with nanoreth repo in future.
2025-07-01 03:09:03 +00:00
ba8dfc4d96 feat: Pseudo peer and staged sync
For simplicity, we use with_pow() + pseudo peer that connects to reth itself, so that it can support 1. StateFetcher via NetworkState 2. Block announcement (which requires with_pow()).

For block announcement, another way was using ImportService like before, or calling engine_api. But for simplicitiy, for now we just publish from pseudo peer like pre-PoS, hence with_pow().
2025-06-27 19:39:08 +00:00