Block Wizard
|
4dfaf238c9
|
chore(net): fix misleading comment about uncompressed message size check (#19510)
|
2025-12-18 20:34:50 +00:00 |
|
Karl Yu
|
d72935628a
|
feat: add support for eth/70 eip-7975 (#20255)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-16 12:05:11 +00:00 |
|
radik878
|
189b00b1e6
|
chore(net): remove unnecessary TODO (#19268)
|
2025-10-23 20:03:16 +00:00 |
|
robinsdan
|
4d3c163120
|
perf(net): convert Bytes to BytesMut to avoid reallocation (#19204)
|
2025-10-22 08:46:26 +00:00 |
|
Matthias Seitz
|
1d1fea72b6
|
docs: apply spelling and grammar fixes (#18836)
Co-authored-by: Jennifer Paffrath <jenpaff0@gmail.com>
Co-authored-by: Max <max@digi.net>
|
2025-10-02 11:22:43 +00:00 |
|
nethoxa
|
f98e706072
|
fix: Add eth69 status validation (#18819)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-10-01 16:06:01 +00:00 |
|
futreall
|
bafb482ca1
|
fix: poll the pinger timeout Sleep future (#18797)
|
2025-10-01 07:07:57 +00:00 |
|
Ragnar
|
121c0dedf8
|
feat(eth-wire): implement disconnect on Status message after handshake (#18773)
|
2025-09-29 19:35:49 +00:00 |
|
Matthias Seitz
|
850083dbde
|
chore: remove doc_auto_cfg feature (#18758)
|
2025-09-28 12:53:45 +02:00 |
|
YK
|
a047a055ab
|
chore: bump rust to edition 2024 (#18692)
|
2025-09-25 12:18:51 +00:00 |
|
Joly
|
27c0b7b8a0
|
chore: enable all Ethereum protocol versions instead of hardcoding (#18065)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-24 12:19:54 +00:00 |
|
VolodymyrBg
|
60658be734
|
fix(handshake): validate peer TD from their_status_message during eth handshake (#18611)
|
2025-09-22 13:33:55 +02:00 |
|
Matus Kysel
|
abf1dbd7a5
|
feat(net): implement support of subprotocols (#18080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-08-28 17:06:16 +00:00 |
|
Matus Kysel
|
63a09bace9
|
refactor(eth-wire): remove EthVersion::total_messages in favor of EthMessageID::max (#17999)
|
2025-08-28 12:46:48 +00:00 |
|
Matthias Seitz
|
5f0d33425e
|
chore: msrv 1.88 (#17782)
|
2025-08-10 15:51:26 +00:00 |
|
Léa Narzis
|
3f3ccc3aa8
|
chore: remove duplicate deps (#17618)
|
2025-07-26 10:11:17 +00:00 |
|
Fallengirl
|
52a627bf4d
|
docs: fix error in RawCapabilityMessage comment (#17411)
|
2025-07-21 09:36:32 +00:00 |
|
Matthias Seitz
|
06b542c556
|
docs: fix broken links and typos (#17149)
|
2025-07-01 10:30:57 +00:00 |
|
Soubhik Singha Mahapatra
|
a86e18fa1b
|
chore: added all version const (#16880)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-06-18 16:02:14 +00:00 |
|
Matthias Seitz
|
ddcd30f400
|
chore: make clippy happy (#16455)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-05-24 09:25:50 +02:00 |
|
Femi Bankole
|
641f99ffda
|
feat: make max EthMessageID dependent on the EthVersion (#16405)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-22 20:02:58 +00:00 |
|
Shane K Moore
|
e4212a4028
|
chore: eth69 status message support (#16099)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-22 10:08:26 +00:00 |
|
Emilia Hane
|
a7435bede0
|
chore(deps): 2024 edition syntax fixes (#14731)
|
2025-04-24 21:34:26 +00:00 |
|
Matthias Seitz
|
5197a72c56
|
chore: relax more default (#15880)
|
2025-04-23 16:23:49 +02:00 |
|
charlessswang
|
3f95621703
|
chore(all): remove duplicate words (#15799)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-21 10:57:28 +00:00 |
|
Federico Gimenez
|
ddc101f863
|
chore: set clippy check for const fn to warn (#15777)
|
2025-04-16 17:59:36 +00:00 |
|
Léa Narzis
|
12c2dba821
|
feat: add EthSnapStream (#15684)
|
2025-04-16 11:45:32 +00:00 |
|
Yash Atreya
|
58fe204ff2
|
chore: alloy 0.14 (#15635)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-11 08:28:57 +02:00 |
|
Shane K Moore
|
7b43c5ee90
|
chore: add status enum for handshake to support status69 decoding (#15543)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-07 08:21:30 +00:00 |
|
Léa Narzis
|
f82b209031
|
refactor(net): add EthStreamInner for EthStream (#15519)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-04 07:42:13 +00:00 |
|
0xsenty
|
b8b65b3243
|
fix: incorrect derive_more import (#15514)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-03 16:35:11 +00:00 |
|
Steven
|
6eb25e4bce
|
feat: handle unknown eth message (#15450)
Co-authored-by: Stefan <6984754+stfnberat@users.noreply.github.com>
|
2025-04-03 15:10:06 +00:00 |
|
Ishika Choudhury
|
f4f205f80c
|
changed possible #[allow()] -> #[expect()] (#15168)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-22 08:52:17 +00:00 |
|
Matthias Seitz
|
023aad93f8
|
chore: rm reth-primitives from eth wire (#15062)
|
2025-03-15 13:52:11 +01:00 |
|
int88
|
b67bd2d337
|
invoke on_unsupported_by_peer of ConnectionHandler (#14411)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-05 15:30:40 +00:00 |
|
Luca Provini
|
bffdda4312
|
Stateful overridable handshake (#14567)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-28 13:17:41 +00:00 |
|
Dimitris Apostolou
|
4565cda599
|
chore(deps): avoid duplicate crates (#14681)
|
2025-02-27 07:47:08 +00:00 |
|
Stefan Berat
|
426f144420
|
Add RLP encoding/decoding for RawCapabilityMessage (#14638) (#14661)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-24 10:02:03 +00:00 |
|
Matthias Seitz
|
09cf07d523
|
chore: pre alloc on send raw (#14611)
|
2025-02-20 15:00:01 +00:00 |
|
DaniPopes
|
c9a348dd2c
|
chore(deps): bump breaking deps (#14570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-19 11:36:15 +00:00 |
|
georgehao
|
2e4376f359
|
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-28 12:20:58 +00:00 |
|
planetBoy
|
139fe14e5f
|
chore: fix spelling issues (#13978)
|
2025-01-25 17:10:35 +01:00 |
|
Matthias Seitz
|
69375780f5
|
chore: rm unused capabilities code (#13935)
|
2025-01-22 23:15:21 +00:00 |
|
Debjit Bhowal
|
7df983802e
|
Higher limit for total_difficulty.bit_len (#13820)
|
2025-01-16 15:44:15 +00:00 |
|
int88
|
6f7c445742
|
chore: remove unused p2p error type (#13785)
|
2025-01-13 15:56:19 +00:00 |
|
Matthias Seitz
|
b67e5a262c
|
chore: remove PooledTransactionsElement alias (#13384)
|
2024-12-13 14:48:56 +00:00 |
|
Steven
|
6f0cfefe51
|
feat: Support sending raw capability messages (#13028)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-05 15:11:15 +00:00 |
|
Dan Cline
|
1f6b7d1239
|
feat: wire network primitives to remaining components (#13143)
|
2024-12-04 22:51:19 +00:00 |
|
Dan Cline
|
d164e3ec98
|
chore: bound most NetworkBuilder methods by NetworkPrimitives generic (#13119)
|
2024-12-04 00:14:25 +00:00 |
|
Matthias Seitz
|
8d5668a23a
|
chore: disable reth-ethereum-forks default features in workspace (#13054)
|
2024-12-02 11:29:54 +00:00 |
|