Commit Graph

56 Commits

Author SHA1 Message Date
4b078a1b2d chore: clippy 2025-07-01 03:19:02 +00:00
c3fb631ce4 doc: a little bit more docs for hl_node ingestion 2025-07-01 03:15:24 +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
4136d9d50a chore: more clippy fixes 2025-07-01 02:19:32 +00:00
03db12c9a0 chore: Move pseudo peer logs to debug level 2025-06-30 16:54:48 +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