Commit Graph

3775 Commits

Author SHA1 Message Date
e3d8ceb4be feat: add ETL to HistoryStages (#7249) 2024-03-26 16:49:08 +00:00
96e39d29b9 feat: add ETL to Hashing Stages (#7030) 2024-03-26 16:48:35 +00:00
1939939bc1 fix(provider): consider static files in last block num/hash lookups (#7327) 2024-03-26 14:06:23 +00:00
5968e9f3da feat(reth_db/mdbx): fix API regression in DatabaseArguments (#7323)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2024-03-26 12:57:29 +00:00
d9ce894fa3 feat: enable nursery lints without findings (#7334) 2024-03-26 12:53:51 +00:00
e97c973487 fix: prevent duplicate events for single blocks (#7335) 2024-03-26 11:43:39 +00:00
903fc2dcd0 Implement ots_getInternalOperations (#7332) 2024-03-26 11:40:53 +00:00
d611f11a07 reth-primitives: Allow feature gating zstd for non default feature set (#7296) 2024-03-25 20:12:01 +00:00
d2fb8f245a fix: some minor nits in txpool code (#7330) 2024-03-25 19:34:00 +00:00
074af7b901 Check RequestPair payload length during decoding (#7292) 2024-03-25 17:19:31 +00:00
172fd4066d perf: rm header lookup in feeHistory (#7329)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-03-25 17:14:45 +00:00
a6d4f6bd15 feat: Implement ots_getBlockTransactions (#7315)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-25 16:43:20 +00:00
c9e326185a chore: rm match arm for op deposit (#7324) 2024-03-25 16:19:22 +00:00
c6abf0ca86 chore: misc static tx range (#7326) 2024-03-25 15:00:58 +00:00
28935daa99 fix(node-core): log stage progress only after the first stage run (#7319) 2024-03-25 13:33:21 +00:00
eed60d914e feat: Implement ots_getTransactionError endpoints (#7316)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-25 11:43:47 +00:00
61801b98b6 fix: Returns an error if multiplex message is empty (#7314) 2024-03-25 11:29:41 +00:00
b58cca7f91 fix: race condition concurrent in and out from same peer (#7317) 2024-03-25 11:19:19 +00:00
10854e5983 feat(node-core): omit stage progress from Status logs if empty (#7318) 2024-03-25 11:18:56 +00:00
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
7e6d61a66a chore(stages/metrics): use Counter instead of Gauge for mgas_processed (#7234)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-24 19:37:51 +00:00
7efd5b09d2 chore: move paste to workspace deps (#7306) 2024-03-24 01:29:36 +00:00
71474b87b8 chore: make types pub (#7308) 2024-03-23 17:52:17 +00:00
1dc0aab51c feat: Extend fork activation blocks data with Arbitrum data (#7305)
Co-authored-by: Altuğ Bakan <mail@alt.ug>
2024-03-23 11:03:11 +01:00
88186a257c chore: make Session established log debug (#7301) 2024-03-22 19:56:08 +00:00
a3d2e903a9 Safe rlpx capability id masking (#7297) 2024-03-22 17:51:20 +00:00
f96d790661 fix: validate empty item in p2p start_send (#7294) 2024-03-22 17:09:29 +00:00
30d79a98aa Add try_from method for TxType with U64 (#7291) 2024-03-22 14:04:54 +00:00
jn
ea5535cc28 fix: DisconnectReason::decode should return error on zero length list (#7284) 2024-03-21 19:52:59 +00:00
6eb7397aa2 chore: remove trusted setups (#7274) 2024-03-21 16:57:30 +00:00
f4b5000a80 Indicate that Syncing FCUs are not affecting sync progress during pipeline sync (#7245) 2024-03-21 16:37:36 +00:00
56b63adecc perf(tree): integrate parallel state root (#7161) 2024-03-21 16:08:49 +00:00
aac0b00f53 fix: configure global rayon pool to available_parallelism() - 2 (#7267) 2024-03-21 15:32:33 +00:00
7753a17a3c docs: clarify how SubPool is determined from TxState (#7269)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-03-21 15:17:57 +00:00
31b94581f9 chore: move nodetypes to node-api (#7268) 2024-03-21 13:35:37 +00:00
0da7b7c314 chore: fix typos (#7264) 2024-03-21 12:10:09 +00:00
1a42b0929f fix(cmd-p2p): split off create_db from init_db (#7265) 2024-03-21 11:22:57 +00:00
ffbe8be2aa chore(bump): revm v7.2, c-kzg v1.0 (#7240)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-21 11:22:37 +00:00
c868c52063 Enable clippy's large_stack_frames linter (#7258) 2024-03-20 19:52:20 +00:00
52668c6de4 fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-20 18:26:13 +00:00
28b983403e chore: move op types; less op cfgs (#7255) 2024-03-20 18:17:23 +00:00
1c6ea1e30a feat: support any node format in admin API (#7247) 2024-03-20 17:37:06 +00:00
a4e32c84f2 chore: remove unused op dep (#7252) 2024-03-20 17:35:57 +00:00
672bdcc57f chore: make blockchain tree error results more specific (#7237) 2024-03-20 17:13:57 +00:00
b2ab33e3ce chore: replace op cfg with default match arm (#7253) 2024-03-20 17:29:51 +01:00
6b28fa4300 fix: skip block tracing if empty (#7251) 2024-03-20 15:58:00 +00:00
0a803c49a9 Integrate Config into admin_nodeInfo response (#7206) 2024-03-20 11:21:31 +00:00
c1f051a9dd dev: with_capacity for HashMap (#7246) 2024-03-20 11:10:30 +00:00
6801869c0d feat(storage): bump mdbx to 0.12.10 (#7236) 2024-03-19 19:50:37 +00:00
9d039a233c chore(deps): use tikv-jemallocator instead of jemallocator (#7232) 2024-03-19 17:13:23 +00:00