Emilia Hane
|
78703b5729
|
Move reputation types from reth-network-api to reth-network-types (#9914)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-31 20:08:38 +00:00 |
|
Luca Provini
|
fcbdbf361b
|
feat: support DNS in reth.toml for trusted_nodes (#9864)
|
2024-07-31 12:20:19 +00:00 |
|
Matthias Seitz
|
2bd99faee3
|
perf: use try_join_all when resolving bootnodes (#9886)
|
2024-07-29 23:40:47 +00:00 |
|
Matthias Seitz
|
eb2d0a22d9
|
fix: also set configured bootnodes for discv5 (#9885)
|
2024-07-29 23:40:24 +00:00 |
|
nk_ysg
|
7df42454c0
|
chore: fix clippy errors (#9845)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-27 05:33:29 +00:00 |
|
Matthias Seitz
|
e1ddb5f69c
|
feat: update sync state based on chain event (#9695)
|
2024-07-22 09:52:31 +00:00 |
|
Tuan Tran
|
e6f2dca445
|
chore(net): enable rust.unnameable-types = "warn" lint (#9505)
|
2024-07-16 17:40:10 +00:00 |
|
Luca Provini
|
a617bd0f3b
|
replaced generic to box dyn (#9443)
|
2024-07-12 14:15:23 +00:00 |
|
Delweng
|
d943e78294
|
feat(net/peer): simple support rank higher with static peer (#9471)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-12 11:20:34 +00:00 |
|
Oliver
|
fc4c037e60
|
feat: eip-7702 (#9214)
Co-authored-by: Matthew Smith <m@lattejed.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-07-11 05:45:47 +00:00 |
|
nk_ysg
|
d0f78bdb39
|
feat: add fs-util for reading, writing json files (#9418)
|
2024-07-10 14:40:50 +00:00 |
|
Qiwei Yang
|
0ce192921f
|
move header.rs to eth-wire-types (#9345)
|
2024-07-06 10:29:02 +00:00 |
|
Matthias Seitz
|
afe86895ff
|
feat: feature gate tokio::net lookup (#9289)
|
2024-07-04 10:16:39 +00:00 |
|
Matthias Seitz
|
aa13539a3a
|
chore: simplify p2p subcommand (#9265)
|
2024-07-03 14:16:27 +00:00 |
|
Querty
|
c5167a4784
|
refactor: move write_peers_to_file to NetworkManager impl (#9134)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-03 14:05:44 +00:00 |
|
Matthias Seitz
|
d41aac380b
|
feat: add non feature gated noop block reader (#9261)
|
2024-07-03 13:33:43 +00:00 |
|
Delweng
|
52068ccee6
|
fix(rpc/admin): missing enode/enr in admin_peers endpoint (#9043)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-07-01 17:26:22 +00:00 |
|
Matthias Seitz
|
d317b4a0fb
|
chore: add builder with rng secret key fn (#9218)
|
2024-07-01 13:07:49 +00:00 |
|
Delweng
|
d4fa9defbd
|
feat(net/peer): set rpc added peer as static (#9201)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-07-01 10:23:28 +00:00 |
|
Thomas Coratger
|
84e385753e
|
refactor(net): some refactor in eth requests (#9205)
|
2024-07-01 09:39:48 +00:00 |
|
Delweng
|
b93e70c429
|
feat(net/peer): add peer with udp socket (#9156)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-06-29 09:02:09 +00:00 |
|
Delweng
|
9a2cfe5a5c
|
fix(net/peer): remove the duplicated disconnect logic (#9162)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-06-28 15:15:40 +00:00 |
|
Thomas Coratger
|
530e7e8961
|
refactor(net): move node record constants to network-peers crate (#9161)
|
2024-06-28 09:45:23 +02:00 |
|
joshieDo
|
50ee497c75
|
feat: use new ChainHardforks type on ChainSpec (#9065)
|
2024-06-27 17:39:35 +00:00 |
|
Arsenii Kulikov
|
5aaf91dbcb
|
refactor: clean-up discv5 configuration (#9143)
|
2024-06-27 15:25:24 +00:00 |
|
Arsenii Kulikov
|
18eef6a991
|
refactor: extract configuration types to reth-network-types (#9136)
|
2024-06-27 09:33:13 +00:00 |
|
Federico Gimenez
|
a3a472a784
|
fix: do not drop sub protocol messages during EthStream Handshake (#9086)
|
2024-06-25 15:22:35 +00:00 |
|
Matthias Seitz
|
a34e41c275
|
chore(deps): rm reth-rpc-types dep from reth-network (#9023)
|
2024-06-21 21:47:03 +00:00 |
|
Matthias Seitz
|
17c5121b50
|
chore(deps): replace fnv with fx (#9024)
|
2024-06-21 21:30:06 +00:00 |
|
Matthias Seitz
|
08cc16e4f3
|
chore: rm serde for network builder (#9020)
|
2024-06-21 16:43:58 +00:00 |
|
joshieDo
|
2473ed880b
|
chore: remove serde from ChainSpec (#9017)
|
2024-06-21 15:29:37 +00:00 |
|
Matthias Seitz
|
b9b61b377a
|
chore: rename net-common to banlist (#9016)
|
2024-06-21 14:05:38 +00:00 |
|
Matthias Seitz
|
6b2c3af8b9
|
test: disable dns discovery (#9004)
|
2024-06-20 21:40:21 +00:00 |
|
Alexey Shekhirin
|
554e8b1913
|
feat(exex): derive serde ser/deser for ExExNotification (#8963)
|
2024-06-20 10:33:53 +00:00 |
|
joshieDo
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
Thomas Coratger
|
333a86db10
|
chore: bump alloy and rm EvmOverrides (#8875)
|
2024-06-17 09:46:42 +00:00 |
|
Matthias Seitz
|
22e6afe3f1
|
fix(net): use real tcp port for local node record (#8853)
|
2024-06-14 21:38:19 +00:00 |
|
joshieDo
|
fc770423b3
|
fix(ci): add missing const fn (#8822)
|
2024-06-14 10:07:39 +00:00 |
|
Matthias Seitz
|
be12177a2f
|
chore: rm HasRemoteAddr trait (#8809)
|
2024-06-13 20:46:30 +00:00 |
|
Krishang
|
c7fd507681
|
feat: remove Bandwidthmeter type (#8698)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-09 13:40:25 +00:00 |
|
Matthias Seitz
|
2852893a7d
|
chore: rename network-types to network-peers (#8699)
|
2024-06-09 13:13:46 +00:00 |
|
Dan Cline
|
ef3f67743d
|
feat: resolve domains in enode strings (#8188)
Co-authored-by: Serge Radinovich <47865535+sergerad@users.noreply.github.com>
|
2024-06-05 23:43:25 +00:00 |
|
Emilia Hane
|
1e0d72459b
|
chore(net): get and peek for LruCache (#8508)
|
2024-06-05 00:36:53 +00:00 |
|
Thomas Coratger
|
279183d718
|
add a few more lints (#8574)
|
2024-06-03 20:32:02 +00:00 |
|
Thomas Coratger
|
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 |
|
Thomas Coratger
|
b686872716
|
add explicit_into_iter_loop clippy lint (#8569)
|
2024-06-03 17:44:44 +00:00 |
|
Thomas Coratger
|
e02b935e94
|
add match_same_arms clippy lint (#8549)
|
2024-06-03 17:42:25 +00:00 |
|
Thomas Coratger
|
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 |
|
Thomas Coratger
|
f9959b0cc8
|
add unnecessary_struct_initialization and string_lit_as_bytes (#8551)
|
2024-06-03 11:32:30 +00:00 |
|
Emilia Hane
|
a8a4f67ab0
|
perf(net): decrease budget EthRequestHandler + metrics (#8497)
|
2024-05-30 21:29:36 +00:00 |
|