Commit Graph

40 Commits

Author SHA1 Message Date
eb2d0a22d9 fix: also set configured bootnodes for discv5 (#9885) 2024-07-29 23:40:24 +00:00
fc3d0eb9d7 docs(node): replace the old --dicsv5.addr with --discovery.addr (#9436)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-07-11 04:38:51 +00:00
50ee497c75 feat: use new ChainHardforks type on ChainSpec (#9065) 2024-06-27 17:39:35 +00:00
83d412da70 fix(op): configure discv5 properly in op builder (#9058) 2024-06-24 16:01:42 +00:00
9de1cc6c9a chore: fix repeat words (#8916) 2024-06-18 11:07:56 +00:00
d05be8a467 chore: remove reth-primitives dependency from discv5, discv4 and etl crates (#8900) 2024-06-17 17:47:54 +00:00
2a5c93fab3 chore: use reth_chainspec where possible (#8891) 2024-06-17 16:09:09 +00:00
8717ed757b feat: add secp256k1 feature in reth-network-peers (#8712)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-10 11:46:22 +00:00
2852893a7d chore: rename network-types to network-peers (#8699) 2024-06-09 13:13:46 +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
6e446084f0 feat: Support unnamed OP chains (#8488) 2024-06-03 18:01:59 +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
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
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
6a6fe4cec2 fix(discv5): update metrics wrt unverifiable enrs (#8149)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-05-08 11:46:56 +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
1cf65e3394 feat(op): pass unverifiable ENRs to rlpx (#8059) 2024-05-03 13:23:16 +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
a590ed7ce5 chore(discv5): pub methods (#8057) 2024-05-02 20:34:13 +00:00
7428573d7c feat(discv5): bootstrap cli (#8004) 2024-05-02 11:16:22 +00:00
d532217afb fix(op): discv5 ENR (#7991) 2024-04-30 19:18:19 +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
688ee06e98 fix(discv5): fork id list in ENR (#7909) 2024-04-26 10:57:42 +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
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
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
20568b8813 perf(discv5): populate kbuckets & improved RLPx peering (#7683) 2024-04-19 20:04: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
566480b472 chore: move optimism bootnodes to reth-primitives (#7657) 2024-04-16 15:54:31 +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
f6f713ddde chore(discv5): add comments for op bootnodes (#7634)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-14 13:15:01 +00:00
633806ef3f feat(discv5): plug discv5 crate into network (#7446) 2024-04-04 12:18:53 +00:00
3cafd586cf feat(discv5): config via cli (#7394) 2024-04-03 12:27:46 +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