Commit Graph

9 Commits

Author SHA1 Message Date
4be1aa83de Port to reth 1.6.0-dev 2025-08-21 05:58:37 -04:00
b3becf9c7b feat: Support highest_precompile_address 2025-07-21 04:15:29 +00:00
7918101d65 feat: Add --hl-node-compliant 2025-07-04 23:27:50 +00:00
12d7d5a8b4 refactor(tx_wrapper): Use derive(TransactionEnvelope) 2025-07-03 04:36: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
70ac0abe8c feat: System transaction map 2025-06-22 14:54:37 -04:00
f95c755f26 first commit 2025-06-11 04:31:22 +09:00