Commit Graph

1047 Commits

Author SHA1 Message Date
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
9fd35f948c chore: move TestConensus to reth-consensus (#7813) 2024-04-23 12:42:51 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
24a8202481 fix(cli): read exact chunk len (#7777) 2024-04-22 13:34:31 +00:00
8382529f7a chore: pull async-stream into workspace deps (#7794) 2024-04-22 12:09:10 +00:00
d81cf8aa5c fix(discv5): fix bug flip byte lookup tgt (#7764)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-20 20:39:55 +00:00
566a7804a3 fix(stages): block number in error (#7766) 2024-04-20 00:00:52 +00:00
20568b8813 perf(discv5): populate kbuckets & improved RLPx peering (#7683) 2024-04-19 20:04:33 +00:00
8a0f8cf835 chore: stages crates touchups (#7742) 2024-04-19 12:25:11 +00:00
fae308ee70 fix(grafana): adds missing panel for tx fetcher (#7700) 2024-04-18 18:50:33 +00:00
9557ce05ad perf(discv5): boost bootstrap lookups (#7695) 2024-04-17 17:52:15 +00:00
3508e56518 chore: convert tab to space and trim trailing space (#7705)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-17 14:38:50 +00:00
4c4aaafff4 test: add test_requests_timeout() for disv4 (#7693) 2024-04-17 09:44:30 +00:00
b386a8d504 fix(discv5): remove todo (#7684) 2024-04-16 22:13:35 +00:00
566480b472 chore: move optimism bootnodes to reth-primitives (#7657) 2024-04-16 15:54:31 +00:00
jn
49ceeaf0cc refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 14:36:06 +00:00
5c2542778d feat(discv5): add enr to tracing (#7664) 2024-04-16 12:14:30 +00:00
711de3b08d feat(discv5): add tracing (#7663) 2024-04-15 23:05:37 +00:00
6f210f1366 docs(discv5): additional info regarding requested enrs on bootstrap (#7655) 2024-04-15 19:24:28 +00:00
8f1f386f52 feat(op): chunked chain import (#7574)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-15 11:46:34 +00:00
f6f713ddde chore(discv5): add comments for op bootnodes (#7634)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-14 13:15:01 +00:00
4d79967335 chore: simplify DisplayBlocksChain (#7624) 2024-04-13 18:25:04 +00:00
d970e51c88 fix(cli): bug fix import cmd (#7602) 2024-04-12 15:33:51 +00:00
1edd9d1e43 fix(test): add missing dep (#7595) 2024-04-12 14:49:00 +00:00
dd28a4ca73 fix(cmd): get tip block (#7591) 2024-04-12 13:34:42 +00:00
9c5aea8c81 feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-12 11:57:06 +00:00
4b84b99351 feat: add PeersInfo::local_enr (#7539) 2024-04-10 14:38:57 +00:00
e50f942d47 chore: use alloy nodeinfo (#7512) 2024-04-10 14:19:09 +00:00
2e3a827b09 refactor: launch disc services concurrently (#7533)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-10 11:58:11 +00:00
283b56c1b9 chore: move request hashes failed log to trace (#7524) 2024-04-09 16:06:45 +00:00
5efe17370f test: extend test_pending_ping() to respect limit of pending_pings (#7520) 2024-04-09 12:18:04 +00:00
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
d6dd1c2dab chore: use while for all poll_tick() to make code consistent (#7510) 2024-04-08 15:15:25 +00:00
9d2fdd5e3f chore: remove ethers deps (#7508) 2024-04-08 13:07:45 +00:00
cc2d84a808 chore: set expiration duration properly (#7507) 2024-04-08 11:54:47 +00:00
15131c723e chore: allow transmute annotations (#7494) 2024-04-06 08:49:38 +02:00
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
633806ef3f feat(discv5): plug discv5 crate into network (#7446) 2024-04-04 12:18:53 +00:00
7cb05d5829 Convert panic to debug log (#7436)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-03 12:35:13 +00:00
3cafd586cf feat(discv5): config via cli (#7394) 2024-04-03 12:27:46 +00:00
f71d9c0003 feat(prune): timeout (#6958)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-03 10:28:49 +00:00
ebc4bc893c feat(discv5): add crate for interfacing reth network and sigp/discv5 (#7336)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-02 19:42:20 +00:00
e087e7ef80 Remove outdated debug assertion (#7417) 2024-04-01 21:47:58 +00:00
1ad13b95d8 feature: eth-wire types standalone crate (#7373)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-01 17:29:15 +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
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