Commit Graph

3803 Commits

Author SHA1 Message Date
d6933bad99 fix: shrink_to_fit PrefixSetMut on freeze (#7342) 2024-04-01 16:27:34 +00:00
1b9a768754 e2e eth node tests (#7075)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-01 11:56:26 +00:00
0c363ea010 fix(tx-mgr): report peers that send known bad transactions (#7400) 2024-03-31 12:53:51 +00:00
bfadc26b37 Add metrics for observing tx fetch outcome (#7401) 2024-03-30 21:17:54 +00:00
9de7b4152e chore: enable 4844 support by default in validator (#7399) 2024-03-30 14:03:56 +00:00
a81e7e41de chore: add EthApiError::Other (#7398) 2024-03-30 14:03:46 +00:00
16456ccc86 chore: add spawn helpers (#7396) 2024-03-30 14:03:36 +00:00
87c4ae744a Clean up log messages (#7390) 2024-03-30 02:47:38 +00:00
c13d7da68d chore: move pk2id and id2pk to primitives (#7382) 2024-03-29 21:43:52 +00:00
jn
b1026e0e23 Fix body stage insufficient backpressure (#7350)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-29 18:16:32 +00:00
00a4555b7d chore: downgrade dns debug! to trace (#7384) 2024-03-29 15:22:50 +00:00
8b88306907 fix: handle optimism deposit transactions on SenderRecovery stage (#7376) 2024-03-29 12:13:27 +00:00
d022b5be38 feat: --db.exclusive flag for nfs volumes (#7346) 2024-03-28 17:50:55 +00:00
bd2945a988 fix: return an error if block does nit exist (#7374) 2024-03-28 13:27:13 +00:00
83cd848639 feat(node-builder): ExEx (Execution Extensions) installation (#7235)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-03-28 01:39:57 +00:00
8d488f5982 fix: eth_callMany pending tag (#7351) 2024-03-27 22:53:27 +00:00
d6e4eab527 fix: err if no incoming capacity and no trusted nodes (#7361) 2024-03-27 22:53:09 +00:00
e2e09b4281 feat: public ::new() for BuilderContext (#7358) 2024-03-27 22:50:11 +00:00
09de0ac13d crit(dep): bump zstd (#7356) 2024-03-27 21:07:50 +00:00
415efc82af feat(discv5): open dns for discv5 (#7328)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-27 19:58:03 +00:00
f3c3063a80 fix: only set blob versioned hashes for 4844 (#7354) 2024-03-27 18:28:47 +00:00
1a7ba845b2 docs: add builder flow docs and diagram (#7348)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-27 13:48:50 +00:00
8b4898b651 bump alloy version (#7344) 2024-03-27 11:41:31 +00:00
4d798c7b65 feature: Add timeouts for handshake functions (#7295) 2024-03-26 21:34:32 +00:00
3f34db3fb0 fix: don't write blob to disk if it already exists (#7338) 2024-03-26 20:52:08 +00:00
57fc4e072b fix: ignore BlockHashNotFoundInChain error for unexpected canonical error log (#7286) 2024-03-26 18:40:49 +00:00
bdca72273c fix: return error on type 0 enveloped decoding (#7339) 2024-03-26 17:42:23 +00:00
8e1d78123c fix: spawn batch ranges from a tokio thread instead on SenderRecovery stage (#7333) 2024-03-26 17:05:36 +00:00
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