DaniPopes
|
0ba685386d
|
refactor: dedup runtime initializations (#22263)
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-02-17 17:35:31 +00:00 |
|
Tomass
|
e21a174737
|
refactor(net): use VecDeque::pop_front_if from Rust 1.93 (#22260)
|
2026-02-17 08:46:56 +00:00 |
|
Georgios Konstantopoulos
|
57148eac9f
|
refactor(tasks): remove TaskSpawner trait in favor of concrete Runtime (#22052)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 08:51:10 +00:00 |
|
Georgios Konstantopoulos
|
7f5acc2723
|
fix(net): use test backoff durations in Testnet PeerConfig (#22222)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 04:45:47 +00:00 |
|
Georgios Konstantopoulos
|
d49f828998
|
test: speed up slow integration tests (#22216)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 03:53:15 +00:00 |
|
Georgios Konstantopoulos
|
f5cf90227b
|
fix(net): fix flaky test_trusted_peer_only test (#22213)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 03:30:37 +00:00 |
|
Georgios Konstantopoulos
|
47cef33a0d
|
fix: record bare tracing instrument fields (#22207)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 01:41:05 +00:00 |
|
Karl Yu
|
4b0fa8a330
|
feat: implement variants for BAL devp2p variants (#22024)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-14 08:22:26 +00:00 |
|
Dan Cline
|
e3d520b24f
|
feat(network): add inbound / outbound scopes for disconnect reasons (#22070)
|
2026-02-12 20:54:03 +00:00 |
|
Georgios Konstantopoulos
|
4f5fafc8f3
|
fix(net): correct EthMessageID::max for eth70 and later versions (#22076)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 15:53:11 +00:00 |
|
Georgios Konstantopoulos
|
0b8e6c6ed3
|
feat(net): enforce EIP-868 fork ID for discovered peers (#22013)
Co-authored-by: Emma <emma@tempo.xyz>
Co-authored-by: Matthias Seitz <mattsse@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Emma Jamieson-Hoare <ejamieson19@gmail.com>
Co-authored-by: Emma Jamieson-Hoare <emmajam@users.noreply.github.com>
|
2026-02-12 15:29:37 +00:00 |
|
Emma Jamieson-Hoare
|
a161ca294f
|
feat(net): add reason label to backed_off_peers metric (#22009)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 23:00:20 +00:00 |
|
Emma Jamieson-Hoare
|
59760a2fe3
|
feat(net): add direction labels to closed_sessions and pending_session_failures metrics (#22014)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 04:59:06 +00:00 |
|
DaniPopes
|
68e4ff1f7d
|
feat: global runtime (#21934)
|
2026-02-11 03:45:09 +00:00 |
|
Georgios Konstantopoulos
|
5f7ecc6187
|
chore(net): remove OP stack bootnodes (#21984)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-09 15:00:58 +00:00 |
|
andrewshab
|
8629c55152
|
fix(net): correct backed_off_peers metric calculation (#21885)
|
2026-02-06 13:08:22 +00:00 |
|
Georgios Konstantopoulos
|
dbac7e1e4a
|
feat(eth-wire): introduce ProtocolMessage::decode_status for handshake (#21797)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-06 02:20:04 +00:00 |
|
Matthias Seitz
|
05ec479398
|
perf(net): remove unnecessary collect in transaction propagation (#21831)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-05 02:39:25 +01:00 |
|
Georgios Konstantopoulos
|
f53f90d714
|
refactor: use alloy_primitives::map for all HashMap/HashSet types (#21686)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-04 12:08:39 +00:00 |
|
John Chase
|
b1b95f9825
|
fix(discv5): add missing rand feature for test compilation (#21749)
|
2026-02-03 14:37:39 +00:00 |
|
DaniPopes
|
46a9b9ad3d
|
perf: replace RwLock<HashMap/HashSet> with DashMap/DashSet (#21692)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-02-03 13:31:05 +01:00 |
|
Alexey Shekhirin
|
d72300c685
|
fix(net): include disconnect reason in P2PStreamError display (#21626)
|
2026-01-30 14:04:58 +00:00 |
|
joshieDo
|
327a1a6681
|
test(stages): add pipeline forward sync and unwind test (#21602)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 00:49:28 +00:00 |
|
joshieDo
|
67a7a1c2d1
|
chore: revert "test(stages): add pipeline forward sync and unwind test" (#21601)
|
2026-01-29 22:36:47 +01:00 |
|
joshieDo
|
2b1833576b
|
test(stages): add pipeline forward sync and unwind test (#21553)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-29 21:13:07 +00:00 |
|
Georgios Konstantopoulos
|
1a98605ce6
|
chore(net): downgrade fork id mismatch log to trace (#21554)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-28 22:41:42 +00:00 |
|
Rez
|
b87cde5479
|
feat: configurable EVM execution limits (#21088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2026-01-26 15:27:09 +00:00 |
|
Andrey Kolishchak
|
4baf2baec4
|
fix(net): FetchFullBlockRangeFuture can get stuck forever after partial body fetch + error (#21411)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:34:07 +00:00 |
|
Matthias Seitz
|
ccff9a08f0
|
chore: fix clippy unnecessary_sort_by lint (#21385)
|
2026-01-24 03:13:49 +00:00 |
|
iPLAY888
|
d3846d98a9
|
refactor: refactor get_idle_peer_for to use Iterator::find (#21321)
|
2026-01-23 15:56:09 +00:00 |
|
Georgios Konstantopoulos
|
0c854b6f14
|
fix(net): limit pending pool imports for broadcast transactions (#21254)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2026-01-22 18:32:07 +00:00 |
|
Georgios Konstantopoulos
|
a901d80ee6
|
chore: apply spelling and typo fixes (#21182)
|
2026-01-19 10:21:25 +00:00 |
|
DaniPopes
|
515fd597f3
|
perf(net): use alloy_primitives::Keccak256 (#20957)
|
2026-01-12 11:21:27 +00:00 |
|
Matthias Seitz
|
210309ca76
|
docs: fix typos and incorrect documentation (#20943)
|
2026-01-12 00:48:01 +01:00 |
|
radik878
|
8dacfb3d9c
|
refactor(ecies): avoid duplicate keccak digest in MAC::update_body (#20854)
|
2026-01-09 15:35:51 +00:00 |
|
ANtutov
|
f53929e0c8
|
docs: clarify bodies downloader set_download_range semantics (#20821)
|
2026-01-09 15:18:37 +00:00 |
|
Emilia Hane
|
bf272c9432
|
chore(consensus): Add trait object error variant to ConsensusError (#20875)
Co-authored-by: leeli <Leeliren@proton.me>
|
2026-01-09 13:01:22 +00:00 |
|
FT
|
ebb54d0dcc
|
docs: typo in comment (#20879)
|
2026-01-09 13:00:22 +00:00 |
|
Danno Ferrin
|
c9b92550b6
|
feat(network): add customizable announcement filtering policy to APIs (#20861)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-08 22:08:41 +00:00 |
|
Emilia Hane
|
412f39e223
|
chore(consensus): Remove associated type Consensus::Error (#20843)
Co-authored-by: Josh_dfG <126518346+JoshdfG@users.noreply.github.com>
|
2026-01-08 15:54:31 +00:00 |
|
Lorsmirq Benton
|
9bba8c7a98
|
docs(net): complete incomplete doc comment (#20793)
|
2026-01-07 21:16:00 +00:00 |
|
Mohan Somnath
|
4c064a4d20
|
docs: fix article and grammar errors in comments (#20794)
|
2026-01-07 15:00:13 +00:00 |
|
Snezhkko
|
5fa1b99bb6
|
docs: clarify TreeRootEntry::content unsigned format (#20790)
|
2026-01-06 22:10:05 +00:00 |
|
YK
|
44452359b9
|
fix(net): delay BlockRangeUpdate to avoid immediate sending after connection (#20765)
|
2026-01-06 09:48:30 +00:00 |
|
Hwangjae Lee
|
cfeaedd389
|
docs(net): fix typos in comments (#20751)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2026-01-05 17:07:33 +00:00 |
|
kurahin
|
a79432ffc6
|
docs: fix discv5 multiaddr peer id conversion comment (#20743)
|
2026-01-05 11:22:32 +00:00 |
|
Matthias Seitz
|
0808bd67c2
|
chore: shrink outgoing broadcast messages (#20672)
|
2025-12-30 11:30:37 +00:00 |
|
cui
|
538de9e456
|
feat: update fork id in discv5[WIP] (#19139)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-23 00:30:36 +00:00 |
|
radik878
|
f9d872e9cb
|
fix(net): correct config builder doc comments (#20299)
|
2025-12-22 16:00:47 +00:00 |
|
fuder.eth
|
1c4233d1b4
|
chore: prevent false-positive log when peer not found in transaction propagation (#20523)
|
2025-12-22 15:55:41 +00:00 |
|