|
|
bb8da983b0
|
feat: add is_ethereum trait fn (#12197)
|
2024-10-30 15:39:12 +00:00 |
|
|
|
0297b8f694
|
fix: use net::discv5 for reth's discv5 tracing target namespace (reverts #12045) (#12151)
|
2024-10-28 23:59:52 +00:00 |
|
|
|
674616cab9
|
chore: change net::discv5 log target to discv5 (#12045)
|
2024-10-25 03:56:21 +00:00 |
|
|
|
6a7d8938c7
|
chore: update revm and alloy primitives (#11235)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-26 14:33:29 +00:00 |
|
|
|
65f2664471
|
feat: make NetworkConfigBuilder independent of concrete ChainSpec (#11176)
|
2024-09-26 11:37:20 +00:00 |
|
|
|
84db469f71
|
fix(discv5): change default discv5 port (#11051)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-09-20 01:23:32 +00:00 |
|
|
|
9f23443029
|
chore: use alloy-chains is_ethereum (#11049)
|
2024-09-19 16:59:28 +00:00 |
|
|
|
b3f87ec20a
|
fix: prevent panic during enr conversion (#10824)
|
2024-09-11 09:58:12 +02:00 |
|
|
|
5b7d637426
|
chore: bump discv5 (#7981)
|
2024-08-28 09:09:05 +00:00 |
|
|
|
c0902c8b47
|
deps: bump derive_more to 1.0 (#10403)
|
2024-08-20 20:16:12 +00:00 |
|
|
|
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 |
|