Commit Graph

658 Commits

Author SHA1 Message Date
c7fd507681 feat: remove Bandwidthmeter type (#8698)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-09 13:40:25 +00:00
2852893a7d chore: rename network-types to network-peers (#8699) 2024-06-09 13:13:46 +00:00
ef3f67743d feat: resolve domains in enode strings (#8188)
Co-authored-by: Serge Radinovich <47865535+sergerad@users.noreply.github.com>
2024-06-05 23:43:25 +00:00
1e0d72459b chore(net): get and peek for LruCache (#8508) 2024-06-05 00:36:53 +00:00
279183d718 add a few more lints (#8574) 2024-06-03 20:32:02 +00:00
2b4fa96065 add explicit_iter_loop clippy lint (#8570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 18:14:50 +00:00
b686872716 add explicit_into_iter_loop clippy lint (#8569) 2024-06-03 17:44:44 +00:00
e02b935e94 add match_same_arms clippy lint (#8549) 2024-06-03 17:42:25 +00:00
7c17c6e469 add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 13:21:45 +00:00
f9959b0cc8 add unnecessary_struct_initialization and string_lit_as_bytes (#8551) 2024-06-03 11:32:30 +00:00
a8a4f67ab0 perf(net): decrease budget EthRequestHandler + metrics (#8497) 2024-05-30 21:29:36 +00:00
d58e69e4a2 chore: make networkconfig builder setup nicer (#8496) 2024-05-30 11:29:18 +00:00
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
19c529e8df add use_self clippy lint (#8325) 2024-05-29 13:14:14 +00:00
e21a2578d5 chore(deps): remove useless deps (#8453) 2024-05-29 09:34:52 +00:00
de4e0ba041 chore: rm reth-interfaces from network (#8435) 2024-05-28 16:11:08 +00:00
b4a1b733c9 feat: implement EIP-7685 (#8424)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-28 14:06:28 +00:00
66c072c928 fix(metrics): bug tx fetcher metrics (#8416) 2024-05-27 18:46:30 +00:00
50590aa18c chore: rm redundant pin (#8397) 2024-05-25 16:11:48 +00:00
c73af6298e chore: remove network setup from config (#8364)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-05-23 12:59:06 +00:00
d0386b8166 feat: use broadcast channel for event listeners (#8193)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-05-22 17:36:51 +00:00
5943c4707d feat: add additional message type metrics to EthRequestHandlerMetrics (#8319)
Co-authored-by: Victor Shih <victor@Basement-PC>
2024-05-20 19:05:17 +00:00
de79f2657c chore: integrate discv5 config builder in networkconfig builder (#7856)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-05-20 07:49:03 +00:00
31b6bdd13c wip: lru changes (#7484)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-05-17 01:31:47 +00:00
19e5fcb003 docs(network): update command instruction for the --trusted-only (#8246)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-14 12:41:32 +00:00
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