Commit Graph

18 Commits

Author SHA1 Message Date
2390ed864a feat(breaking): Use HlHeader for storing header 2025-10-06 06:21:08 +00:00
aa73fab281 chore: Now cargo fmt sorts imports and trait methods 2025-10-05 03:56:23 -04:00
875304f891 feat: Add debug CLI flag to enforce latest blocks (--debug-cutoff-height)
This is useful when syncing to specific testnet blocks
2025-10-02 14:53:47 +00:00
d8eef6305b remove: Reduce unnecessary LoC 2025-08-23 22:17:03 -04:00
bae68ef8db refactor: Reduce unnecessary LoC
By claude code
2025-08-23 04:21:23 -04:00
b6d5031865 feat: Support testnet sync
- Add testnet S3 bucket
- Use testnet RPC properly
- Use testnet chainspec on pseudo peer
2025-08-22 10:40:36 -04:00
4be1aa83de Port to reth 1.6.0-dev 2025-08-21 05:58:37 -04:00
9fcc04e889 fix: Use correct cutoff block number 2025-07-30 21:27:55 -04:00
b3becf9c7b feat: Support highest_precompile_address 2025-07-21 04:15:29 +00:00
450e228a8f refactor: Move official RPC url to HlChainSpec 2025-07-05 03:17:36 +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
2c6e989ad0 feat: Custom TransactionSigned
Like OpTransactionSigned, introduce a new tx type. Not a trivial change but might be beneficial for potential system tx changes e.g., in case it's separated into another tx type
2025-06-27 06:32:39 +00:00
0c8229370f chore: Add reth rustfmt 2025-06-24 02:27:40 +00:00
2152e2406d chore: clippy 2025-06-24 02:04:14 +00:00
dda18be9b5 fix: Fix block number on start 2025-06-23 00:08:38 +00:00
9113c5253c feat: Make import service resumeable 2025-06-22 14:52:13 -04:00
95024697aa fix bootnodes 2025-06-19 21:08:56 -04:00
821bf7a775 Make it compilable (still bunch to fix!) 2025-06-17 18:26:07 -04:00