Commit Graph

633 Commits

Author SHA1 Message Date
7c4d37b270 perf(net): constraint algorithm fill request with hashes (#8142) 2024-05-07 18:08:10 +00:00
1188898dad fix(net): max inflight requests (#8139) 2024-05-07 18:05:56 +00:00
c79c188745 fix(discv5): no address cli arg (#8130) 2024-05-06 19:51:02 +00:00
16f85c4339 fix(discv5): decouple rlpx & discv5 ipmode (#8080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-06 17:36:08 +00:00
jn
8f8b29b3ce refactor: replace futures_util pin and tokio_pin with std pin (#8109) 2024-05-06 10:14:54 +00:00
101e99f57f ci: remove check-cfg job (#8106) 2024-05-05 10:31:12 +00:00
f20e4cbad8 debt(discv5): discv5 integration into network (#8065) 2024-05-03 12:38:26 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
7845c9c897 minor typo fix (#8052)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-02 16:09:00 +00:00
8e65cb3aa5 Bump evm-inspectors and alloy (#8006) 2024-04-30 21:07:41 +00:00
d532217afb fix(op): discv5 ENR (#7991) 2024-04-30 19:18:19 +00:00
b99d367c1a fix: ensure peer exists b4 marking txs as received (#7998) 2024-04-30 14:17:31 +00:00
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
6425064d07 fix: use enrforkid in dns (#7900)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-04-26 09:24:26 +00:00
e2e5201d8a chore(deps): bump enr, discv5, secp256k1 (#7000)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-04-25 19:50:38 +00:00
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
33e7e0208f fix: derank peers that responded with bad data (#7854)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-25 12:25:54 +00:00
4f81f3acc9 feat(discv5): recycle clean up code (#7727)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-24 09:53:54 +00:00
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
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
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
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
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
9d2fdd5e3f chore: remove ethers deps (#7508) 2024-04-08 13:07:45 +00: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
e087e7ef80 Remove outdated debug assertion (#7417) 2024-04-01 21:47:58 +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
d6e4eab527 fix: err if no incoming capacity and no trusted nodes (#7361) 2024-03-27 22:53:09 +00:00
d9ce894fa3 feat: enable nursery lints without findings (#7334) 2024-03-26 12:53:51 +00:00
b58cca7f91 fix: race condition concurrent in and out from same peer (#7317) 2024-03-25 11:19:19 +00:00
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
88186a257c chore: make Session established log debug (#7301) 2024-03-22 19:56:08 +00:00
0da7b7c314 chore: fix typos (#7264) 2024-03-21 12:10:09 +00:00
28b983403e chore: move op types; less op cfgs (#7255) 2024-03-20 18:17:23 +00:00
0a803c49a9 Integrate Config into admin_nodeInfo response (#7206) 2024-03-20 11:21:31 +00:00
d86d4d2380 fix: enforce max inbound == 0 (#7229) 2024-03-19 16:57:28 +00:00
11bedc1884 Enable clippy's or_fun_call linter (#7222)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-19 15:52:41 +00:00
1ad50d148a fix: enforce timeouts for pending sessions (#7219) 2024-03-19 15:05:50 +00:00