|
|
7df983802e
|
Higher limit for total_difficulty.bit_len (#13820)
|
2025-01-16 15:44:15 +00:00 |
|
|
|
6f7c445742
|
chore: remove unused p2p error type (#13785)
|
2025-01-13 15:56:19 +00:00 |
|
|
|
b67e5a262c
|
chore: remove PooledTransactionsElement alias (#13384)
|
2024-12-13 14:48:56 +00:00 |
|
|
|
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 |
|
|
|
1f6b7d1239
|
feat: wire network primitives to remaining components (#13143)
|
2024-12-04 22:51:19 +00:00 |
|
|
|
d164e3ec98
|
chore: bound most NetworkBuilder methods by NetworkPrimitives generic (#13119)
|
2024-12-04 00:14:25 +00:00 |
|
|
|
8d5668a23a
|
chore: disable reth-ethereum-forks default features in workspace (#13054)
|
2024-12-02 11:29:54 +00:00 |
|
|
|
0ff2827a79
|
refactor: use is_none_or instead of map_or (#13035)
|
2024-11-30 11:09:49 +00:00 |
|
|
|
4d65b2f5db
|
chore: misc raw message (#13006)
|
2024-11-29 10:50:24 +00:00 |
|
|
|
ff22c8eef8
|
chore(sdk): Define MaybeSerde (#12577)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-18 13:30:44 +00:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
870ffae909
|
chore: use crates directly in eth-wire (#12554)
|
2024-11-14 19:03:15 +01:00 |
|
|
|
a7bb1d1fa3
|
chore: remove constants reexport (#12549)
|
2024-11-14 18:36:31 +01:00 |
|
|
|
bd29f82567
|
chore: replace reth-chainspec dep with alloy chains (#12550)
|
2024-11-14 18:15:27 +01:00 |
|
|
|
aece53ae88
|
feat: make downloaders and clients generic over block parts (#12469)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-12 15:13:21 +00:00 |
|
|
|
365f6a1f69
|
feat: NetworkPrimitives (#12435)
|
2024-11-11 10:59:41 +00:00 |
|
|
|
556995fc5d
|
chore: limit initial status size (#12324)
|
2024-11-05 11:23:20 +00:00 |
|
|
|
c19af293a6
|
feat: add rlp support for EthVersion (#12221)
|
2024-10-31 08:33:33 +00:00 |
|
|
|
777417ad8a
|
feat: add reth test-vectors compact --write|--read (#11954)
|
2024-10-24 18:34:12 +00:00 |
|
|
|
e04d1b4b4a
|
perf(net): P2P sink, revert pull/11658 (#11712)
|
2024-10-24 06:04:57 +00:00 |
|
|
|
cf4a4454ec
|
fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 20:36:11 +00:00 |
|
|
|
c29c1f5fa8
|
chore(net): log p2p stream flush error (#11659)
|
2024-10-11 13:34:52 +00:00 |
|
|
|
6d3aa5a0d5
|
Revert "fix(net): batch P2PStream sends" (#11658)
|
2024-10-11 14:17:07 +02:00 |
|
|
|
e18b0bab90
|
feat: impl Encodable2718 and Decodable2718 for PooledTransactionsElement (#11482)
|
2024-10-08 14:33:31 +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 |
|
|
|
08bdec9efa
|
net: replace reth-primitive imports with alloy-eips (#11027)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-20 06:23:38 +00:00 |
|
|
|
43439b4824
|
fix(lint): lint warnings in reth-eth-wire (#11008)
|
2024-09-19 13:22:09 +02:00 |
|
|
|
ae9b13f4a1
|
net: replace reth-primitive imports (#11023)
|
2024-09-19 08:29:01 +00:00 |
|
|
|
330f73b7ec
|
refactor: remove #[reth_codec] and #[derive_arbitrary] macros (#10263)
|
2024-08-12 14:23:50 +00:00 |
|
|
|
b592607394
|
Move reth_eth_wire::ProtocolVersion and reth_eth_wire::Capabilities to reth-eth-wire-types (#10071)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-08-04 16:22:14 +00:00 |
|
|
|
2bfa2defc4
|
implement part of reth p2p rlpx ping (#9762)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-03 04:36:36 +00:00 |
|
|
|
34f4b6efae
|
chore(net): move reth_eth_wire::DisconnectReason to reth-eth-wire-types (#10006)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-02 15:50:23 +00:00 |
|
|
|
a28b2f09da
|
chore(net, primitives): use derive_more::Display more (#9992)
|
2024-08-01 15:24:49 +00:00 |
|
|
|
b020ff218e
|
fix(net): batch P2PStream sends (#9498)
|
2024-07-25 18:39:36 +00:00 |
|
|
|
ed16643f12
|
chore: remove proptest-derive dev deps (#9719)
|
2024-07-22 21:41:25 +00:00 |
|
|
|
e6f2dca445
|
chore(net): enable rust.unnameable-types = "warn" lint (#9505)
|
2024-07-16 17:40:10 +00:00 |
|
|
|
1498acb096
|
chore: dont enable serde by default for eth-wire (#9339)
|
2024-07-06 17:55:08 +00:00 |
|
|
|
b94d8324cf
|
chore(deps): rm discv4 dep from eth-wire (#9344)
|
2024-07-06 17:51:38 +00:00 |
|
|
|
3d999c3a2a
|
test: make eth-wire tests compile with --all-features (#9340)
|
2024-07-06 16:50:16 +00:00 |
|
|
|
d7f5466433
|
chore: rm unused optimism feature (#9342)
|
2024-07-06 13:09:04 +00:00 |
|
|
|
ebe3ef5e79
|
chore(deps): trim tokio features in eth-wire (#9343)
|
2024-07-06 07:13:11 +00:00 |
|
|
|
472093a3e5
|
chore: fix clippy (#9163)
|
2024-06-28 09:54:10 +02:00 |
|
|
|
c885257e52
|
clippy: rm outdated clippy allow (#9070)
|
2024-06-25 11:17:32 +02:00 |
|
|
|
f137ca8477
|
chore: remove some more usages of BytesMut (#9025)
|
2024-06-22 08:21:45 +00:00 |
|
|
|
b9b61b377a
|
chore: rename net-common to banlist (#9016)
|
2024-06-21 14:05:38 +00:00 |
|
|
|
8492ab3d52
|
chore: remove proptest arbitrary from codec derive and tests (#8968)
|
2024-06-20 23:02:07 +00:00 |
|
|
|
554e8b1913
|
feat(exex): derive serde ser/deser for ExExNotification (#8963)
|
2024-06-20 10:33:53 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
|
|
2852893a7d
|
chore: rename network-types to network-peers (#8699)
|
2024-06-09 13:13:46 +00:00 |
|
|
|
d8096aec45
|
chore: remove GRACE_PERIOD dead code (#8595)
|
2024-06-04 16:22:37 +00:00 |
|