450e228a8f
refactor: Move official RPC url to HlChainSpec
2025-07-05 03:17:36 +00:00
bb8feaeb86
Merge pull request #2 from sprites0/feat/hl-node-compliant
...
feat: Add --hl-node-compliant
2025-07-04 22:23:31 -04:00
c31b0c4b8a
chore: clippy
2025-07-04 23:27:50 +00:00
dba4557140
doc: Add cli arg descriptions
2025-07-04 23:27:50 +00:00
052a889c0e
refactor: Remove unnecessary deps
2025-07-04 23:27:50 +00:00
7918101d65
feat: Add --hl-node-compliant
2025-07-04 23:27:50 +00:00
77320a2b03
feat: compliance on http/ws transaction list
2025-07-04 23:27:50 +00:00
b050f3fc18
feat: compliance on http/ws logs
2025-07-04 23:27:50 +00:00
159653e930
chore: Add reth-rpc as dependency
2025-07-04 23:17:34 +00: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
d660af0896
chore: Deduplicate CI
2025-07-03 22:30:18 +00:00
89dd830326
Merge pull request #1 from sprites0/upgrade/1.5.0
...
chore: Upgrade to reth 1.5.0
2025-07-03 09:27:55 -04:00
6a6f993766
chore: Use traits from reth 1.5.0
2025-07-03 04:53:37 +00:00
a11335da80
refcator: move logic of execute_transaction_with_result_closure into execute_transaction_with_commit_condition
2025-07-03 04:53:29 +00:00
5085c1ad74
remove: use default implementations, remove HlEvmHandler (this might be added later)
2025-07-03 04:36:36 +00:00
7ed1290152
refactor: TransactionCompat -> RpcConvert
2025-07-03 04:36:36 +00:00
12d7d5a8b4
refactor(tx_wrapper): Use derive(TransactionEnvelope)
2025-07-03 04:36:36 +00:00
0bdd9080d1
chore: Update to reth 1.5.0
2025-07-03 04:36:36 +00:00
68a730559b
chore: clippy
2025-07-02 16:45:58 +00:00
f605c56bdf
chore: cargo fix, fmt and misc fixes
2025-07-02 16:06:32 +00:00
8c7e667891
fix: Fix receipt sender address
2025-07-02 16:06:07 +00:00
ff6744c6d4
fix: Fix local node source being ignored
2025-07-02 10:45:31 +00:00
d90ddbbc65
chore: more log
2025-07-02 10:45:24 +00:00
2821034f95
remove: remove unused main
2025-07-02 10:45:11 +00:00
7fb5e8dd96
refactor: Cleanup code
2025-07-01 17:33:00 +00:00
4b078a1b2d
chore: clippy
2025-07-01 03:19:02 +00:00
670088392f
chore: Add missing deps
2025-07-01 03:17:19 +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
39ae8ae9f8
feat: tx forwarder
...
eth_sendRawTransaction will forward transactions into --upstream-rpc-url, if specified in cli args.
2025-07-01 02:32:00 +00:00
4136d9d50a
chore: more clippy fixes
2025-07-01 02:19:32 +00:00
b733170d74
chore: udeps & clippy
2025-07-01 02:04:29 +00:00
733726689c
chore: Add missing deps
2025-06-30 18:46:18 +00:00
facbd538ab
chore: Use git instead of path for reth dependency
2025-06-30 18:37:10 +00:00
03db12c9a0
chore: Move pseudo peer logs to debug level
2025-06-30 16:54:48 +00:00
4e21e86451
fix: Fix typo
...
WHAT
2025-06-30 16:54:22 +00:00
baee40123d
doc: Update README
2025-06-27 19:41:04 +00:00
7e148cee19
chore: rustfmt
2025-06-27 19:39:14 +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
b702f3c480
fix: Use correct types for rlp codec
2025-06-24 06:25:59 +00:00
0c8229370f
chore: Add reth rustfmt
2025-06-24 02:27:40 +00:00
d9e7302e76
remove: Remove unused fields
2025-06-24 02:13:14 +00:00
2152e2406d
chore: clippy
2025-06-24 02:04:14 +00:00
225f9b0948
remove: Remove HlPrecompiles (not used)
2025-06-23 22:49:30 +00:00
b525f47218
feat: Support read precompiles
2025-06-23 22:48:47 +00:00
fa66c97f57
chore: Remove unused imports
2025-06-23 22:47:52 +00:00
66382f6f03
fix: Remove unncessary overrides
2025-06-23 15:42:18 +00:00
3896e7c645
fix: Fix tx_index for patches
2025-06-23 02:18:04 +00:00