Matthias Seitz
|
5a11b58ad2
|
refactor: replace NetworkHandle with trait in NetApi (#979)
|
2023-01-23 15:59:37 +01:00 |
|
Matthias Seitz
|
9bc9cdbbee
|
feat(rpc): add impl_to_rpc_result macro (#986)
|
2023-01-23 15:27:21 +01:00 |
|
mempirate
|
681f8a601a
|
fix(net): export PeerInfo fields and derive Clone (#977)
|
2023-01-23 13:40:01 +01:00 |
|
mempirate
|
c326186397
|
fix(net): export PeerInfo struct (#973)
|
2023-01-23 02:16:15 -08:00 |
|
Matthias Seitz
|
d32710e1ea
|
chore: make FetchClient Cloneable (#970)
|
2023-01-22 12:27:06 -08:00 |
|
Ikechukwu Ahiara Marvellous
|
a331b54bb0
|
Create Network variant in reth_interfaces::Error (#950)
|
2023-01-22 20:59:50 +01:00 |
|
Matthias Seitz
|
009d2056f9
|
fix: mark response correctly (#966)
|
2023-01-22 16:48:04 +01:00 |
|
Aurélien
|
583426bb95
|
Prevent follow-up requests if a response is likely bad (#946)
|
2023-01-21 20:13:20 -08:00 |
|
Matthias Seitz
|
72cc736cb5
|
feat(rpc): add missing parts for rpc builder pipeline (#954)
|
2023-01-21 20:06:04 -08:00 |
|
Matthias Seitz
|
3c64c94616
|
perf: send request retries with high priority (#955)
|
2023-01-21 15:25:40 +01:00 |
|
Matthias Seitz
|
e4bf94c3cb
|
chore(net): reduce log level for outgoing conn errors (#941)
|
2023-01-20 11:24:06 -05:00 |
|
Ikechukwu Ahiara Marvellous
|
ac9f26fcab
|
Extend HeadersClient, BodiesClient with a priority argument (#935)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-01-20 14:20:46 +01:00 |
|
Matthias Seitz
|
b4080a7de5
|
feat: concurrent headers downloader (#891)
|
2023-01-20 12:06:06 +01:00 |
|
Dan Cline
|
eb11da8adf
|
fix(net): set status, forkfilter from chainspec (#939)
|
2023-01-20 10:53:01 +01:00 |
|
Enrique Ortiz
|
cfef666886
|
Network: Extend NetworkInfo trait with NetworkStatus (#923)
|
2023-01-19 14:43:51 -05:00 |
|
Ikechukwu Ahiara Marvellous
|
54e9b12e65
|
Send pings in P2PStream.poll_ready (#931)
|
2023-01-19 12:47:23 +01:00 |
|
Georgios Konstantopoulos
|
d0e3741136
|
impl From for Status/SealedHeader (#927)
|
2023-01-18 19:23:02 -08:00 |
|
Matthias Seitz
|
aadc21cf30
|
fix(net): reset backoff counter on graceful disconnect (#918)
|
2023-01-18 11:43:26 -05:00 |
|
Matthias Seitz
|
a1dfafe331
|
docs: additional response handling docs (#917)
|
2023-01-18 11:33:56 -05:00 |
|
Matthias Seitz
|
7db6791d9d
|
perf: tighten reputation change units (#916)
|
2023-01-18 11:27:14 -05:00 |
|
Aurélien
|
115e623ae6
|
Ability to (de)serialize NetworkConfigBuilder (#897)
|
2023-01-18 11:17:43 +01:00 |
|
Georgios Konstantopoulos
|
e9792c1b46
|
fix: compilation errors due to api breakages
follow up from https://github.com/paradigmxyz/reth/pull/888 merge conflict fix failure
|
2023-01-17 18:19:00 -08:00 |
|
Enrique Ortiz
|
dba3b30a42
|
feat(rpc): Add admin_nodeInfo to get the local node record (#880)
Co-authored-by: Enrique Ortiz <evalir@users.noreply.github.com>
|
2023-01-17 17:50:09 -08:00 |
|
Andrew Kirillov
|
5d45325e43
|
feat(net): Metered senders (#726)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-01-17 17:41:05 -08:00 |
|
Dan Cline
|
b07e5be040
|
chore(eth-wire): trace handshake messages (#910)
|
2023-01-18 01:07:44 +01:00 |
|
Aurélien
|
f9de425ad8
|
refactor: unify all chains confs (#747)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-01-17 07:47:34 -08:00 |
|
Dan Cline
|
55d1db0c1d
|
feat(network): move test helpers to test-utils mod (#901)
|
2023-01-17 11:18:53 +01:00 |
|
Matthias Seitz
|
79fad91ca0
|
feat(net): integrate num active peers in downloader (#900)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-01-17 01:31:52 -08:00 |
|
joshieDo
|
42f7936470
|
fix(rlp): receipts from non legacy transactions returning wrong length (#847)
|
2023-01-16 10:28:13 -08:00 |
|
joshieDo
|
d50d9bd0fe
|
chore(net): Add proptest roundtrip to rlp types (#829)
|
2023-01-16 09:50:58 -08:00 |
|
Matthias Seitz
|
27ed772d31
|
feat(rpc): integrate network traits in rpc builder (#890)
|
2023-01-16 14:52:52 +01:00 |
|
David Kulman
|
16ce828e27
|
feat(net) Increase the timeout for peers that are to be backed off repeatedly (#828)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-01-14 12:22:15 +01:00 |
|
Sanket Shanbhag
|
5c80bc9122
|
fix: validate fork_id before adding peer from discovery (#871)
|
2023-01-13 18:30:34 +01:00 |
|
Tomás
|
a5bdfe54dd
|
feat(net): prioritize requesting peers with low latency (#835)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-01-13 16:01:39 +01:00 |
|
Enrique Ortiz
|
0603f07c6c
|
feat(net): add way to get the NodeRecord of the local node (#875)
Co-authored-by: Enrique Ortiz <evalir@users.noreply.github.com>
|
2023-01-13 15:57:29 +01:00 |
|
Matthias Seitz
|
18dbcd4e6a
|
fix: use correct boolean conversion for direction (#870)
|
2023-01-13 15:50:39 +01:00 |
|
Matthias Seitz
|
77f48b05ba
|
refactor(rpc): downgrade single mod files (#866)
|
2023-01-13 14:27:15 +01:00 |
|
Matthias Seitz
|
bcbc3dacc7
|
test: rm multi_thread flavor for tests (#865)
|
2023-01-13 13:50:05 +01:00 |
|
Sanket Shanbhag
|
e3dbaf686e
|
feat: include optional ForkId in Discovery (#863)
|
2023-01-13 13:30:08 +01:00 |
|
Matthias Seitz
|
3f9e7a080a
|
feat(net): introduce PeersInfo trait (#860)
|
2023-01-13 12:04:39 +01:00 |
|
Matthias Seitz
|
513df631e3
|
chore: convert warn,err to debug (#862)
|
2023-01-13 12:00:57 +01:00 |
|
Kim, JinSan
|
c4bafe809b
|
fix: clippy warnings, or_fun_call and unnecessary_lazy_evaluations (#846)
|
2023-01-13 11:10:02 +01:00 |
|
Matthias Seitz
|
7767b216bc
|
feat: integrate DNS discovery service (#832)
|
2023-01-13 10:34:13 +01:00 |
|
Matthias Seitz
|
ba3048ceb0
|
refactor: add network-api crate (#838)
|
2023-01-12 19:39:44 -08:00 |
|
David Kulman
|
49132a8d1a
|
feat: Add neighbours_max_ipv4 test (#836)
|
2023-01-12 17:39:23 +01:00 |
|
Matthias Seitz
|
429cd69ed4
|
feat(nat): add None Natresolver (#834)
|
2023-01-12 07:56:43 -08:00 |
|
Matthias Seitz
|
09c5a04c7b
|
feat(disc): add DnsDiscovery service (#794)
|
2023-01-12 12:49:02 +01:00 |
|
LambdaClass
|
4460dc7b25
|
feat(net): adaptable request timeouts (#789)
|
2023-01-12 11:10:14 +01:00 |
|
Andrew Kirillov
|
5b63437039
|
chore(net): set_capability_offsets tests and refactors (#763)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-01-12 11:09:21 +01:00 |
|
Enrique Ortiz
|
70e528857a
|
chore(downloaders): remove backoff logic (#823)
Co-authored-by: Enrique Ortiz <evalir@users.noreply.github.com>
|
2023-01-11 20:38:29 +01:00 |
|