Matthias Seitz
|
0b44cca785
|
fix(net): enforce max transaction packet size (#2109)
|
2023-04-04 20:44:17 +02:00 |
|
Matthias Seitz
|
c0a17d655b
|
feat(net): reward connected peers over time (#2102)
|
2023-04-04 14:26:58 +02:00 |
|
jawilk
|
643ee5226c
|
chore(net): improve network service launch error diagnostic (#2068)
|
2023-04-01 08:20:27 +02:00 |
|
Matthias Seitz
|
41b1b3c769
|
perf(net): cap backoff duration and only apply to severe backoff kinds (#2022)
|
2023-03-29 18:14:43 -04:00 |
|
Matthias Seitz
|
47b9738ede
|
chore: fix some typos (#2025)
|
2023-03-29 14:49:50 +02:00 |
|
Matthias Seitz
|
de27546cf9
|
fix: disable penalization until we got it right (#2016)
|
2023-03-28 19:49:44 +02:00 |
|
Matthias Seitz
|
b55b2d6182
|
fix(txpool): differentiate pool error variants (#2008)
|
2023-03-28 18:28:24 +02:00 |
|
Matthias Seitz
|
96b48e9c2f
|
chore: rm false positive clippy (#1912)
|
2023-03-27 13:52:23 +02:00 |
|
Dan Cline
|
ee226fc889
|
feat: use dnsdisc peers for discv4 bootstrap (#1983)
|
2023-03-26 12:42:08 +02:00 |
|
chirag-bgh
|
ea4b4f77e9
|
feat: add pooled_transaction_max (#1971)
|
2023-03-24 19:09:02 +01:00 |
|
Dan Cline
|
790541a710
|
feat: add peer disconnect metrics (#1956)
|
2023-03-23 21:46:55 -07:00 |
|
Dan Cline
|
2ce72c51e1
|
fix: do not send pooled transactions if pool is empty (#1949)
|
2023-03-24 00:13:00 +01:00 |
|
Matthias Seitz
|
076fd54225
|
feat(cli): add missing --port argument (#1917)
|
2023-03-22 20:06:12 +01:00 |
|
Bjerg
|
f60b380a1e
|
test: allow testing without --all-features (#1882)
|
2023-03-21 15:19:37 +01:00 |
|
rakita
|
c4f80b2997
|
feat: Store receipts (#1860)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-03-21 12:27:37 +01:00 |
|
Dan Cline
|
b28c40223e
|
chore: move block body to primitives (#1874)
|
2023-03-20 21:14:23 -07:00 |
|
Matthias Seitz
|
2a457c7023
|
feat(rpc): add eth_syncing implementation (#1859)
|
2023-03-20 04:22:17 -07:00 |
|
François Garillot
|
075544e889
|
refactor: various cleanups (#1833)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-18 14:13:09 +01:00 |
|
Dan Cline
|
7ac06cd29f
|
feat: use chain specific bootnodes (#1826)
|
2023-03-17 19:28:00 -04:00 |
|
Matthias Seitz
|
241ec32abf
|
feat: add canonical_headers_range (#1795)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-16 17:06:32 -07:00 |
|
Matthias Seitz
|
1cba25e651
|
chore(deps): bump aquamarine 0.3 (#1780)
|
2023-03-15 23:19:25 +01:00 |
|
Matthias Seitz
|
15d79cedad
|
chore(deps): upgrade secp256k1+enr (#1715)
|
2023-03-15 11:15:55 +01:00 |
|
rakita
|
237fd5ce6e
|
feat: BlockchainTree (#1212)
Co-authored-by: Dragan Rakita <draganrakita@192.168.1.4>
|
2023-03-14 11:17:14 -07:00 |
|
Matthias Seitz
|
e5a0fc6550
|
chore(clippy): make clippy happy (#1710)
|
2023-03-11 16:27:24 +02:00 |
|
Matthias Seitz
|
ad5f9aa78c
|
refactor: extract transaction consensus errors to standalone type (#1697)
|
2023-03-10 04:43:04 -08:00 |
|
Matthias Seitz
|
edeedd519e
|
fix(net): enforce soft limit when propagating tx hashes (#1660)
|
2023-03-07 11:56:05 -05:00 |
|
Matthias Seitz
|
2d1bcd17d8
|
perf: improve initial pooled tx exchange (#1615)
|
2023-03-03 14:50:49 -05:00 |
|
Tirth Patel
|
fbfec26a36
|
Support soft limit in NewPooledTransactions (#1577)
|
2023-03-03 09:36:01 +01:00 |
|
Dan Cline
|
1b52fe90c8
|
feat: do not ban non-global IPs (#1549)
|
2023-02-24 18:21:02 -05:00 |
|
Dan Cline
|
c168ef4433
|
feat: implement eth handshake disconnects (#1494)
|
2023-02-22 12:18:12 +01:00 |
|
Matthias Seitz
|
f78da81e1e
|
feat(net): support eth68 transactions (#1482)
|
2023-02-21 14:34:59 -05:00 |
|
Matthias Seitz
|
1d2bb1f11d
|
chore: add eth68 to default capabilities (#1475)
|
2023-02-21 09:26:09 -05:00 |
|
Matthias Seitz
|
4e66cc7ea7
|
chore(net): add negotiated eth version to events (#1478)
|
2023-02-21 13:26:17 +01:00 |
|
Kim, JinSan
|
c9075920c1
|
feat(net): support eth/68 (#1361)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-20 19:37:03 -08:00 |
|
Matthias Seitz
|
058349ecf8
|
chore(net): print unexpected event (#1466)
|
2023-02-20 16:21:33 +01:00 |
|
Matthias Seitz
|
50203a8f2a
|
chore: phase out ethers rpc block types (#1463)
|
2023-02-20 16:02:33 +01:00 |
|
Matías Ignacio González
|
bdb0bd6897
|
test: LruCache (#1436)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
|
2023-02-18 15:26:11 -08:00 |
|
Matthias Seitz
|
7c9b212b4a
|
chore: relax Arc requirement for provider (#1429)
|
2023-02-17 14:40:20 +01:00 |
|
Matthias Seitz
|
760f76ab86
|
fix(net): set tracked peers metric by value (#1420)
|
2023-02-16 13:27:40 -08:00 |
|
Matthias Seitz
|
6005ecb89a
|
perf(net): emit all discovred nodes (#1414)
|
2023-02-16 21:07:27 +01:00 |
|
Roman Krasiuk
|
f979c6c1fb
|
chore: reexport bytes & bump version to 1.4 (#1395)
|
2023-02-16 10:33:28 -08:00 |
|
Aurélien
|
d2ec304bd3
|
feat: allows to disable dns and discv4 discovery separately (#1406)
|
2023-02-16 10:30:47 -08:00 |
|
Roman Krasiuk
|
e97753c768
|
feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
|
2023-02-16 04:44:05 -08:00 |
|
Matthias Seitz
|
f995e66c96
|
chore: integrate Boxed TaskSpawner (#1356)
|
2023-02-14 21:44:22 +01:00 |
|
Bjerg
|
d216081b58
|
feat: add Finish stage (#1279)
|
2023-02-14 17:10:50 +01:00 |
|
Matthias Seitz
|
0aaf51d462
|
test(net): speedup network tests (#1337)
|
2023-02-14 15:53:05 +01:00 |
|
Matthias Seitz
|
cd1afccf52
|
revert: "Revert "cli: integrate TaskExecutor" (#1329)" (#1336)
|
2023-02-14 15:50:19 +01:00 |
|
Georgios Konstantopoulos
|
48d121dc54
|
Revert "cli: integrate TaskExecutor" (#1329)
|
2023-02-13 19:28:19 -08:00 |
|
Matthias Seitz
|
5997103078
|
cli: integrate TaskExecutor (#1314)
|
2023-02-13 14:24:18 -08:00 |
|
Matthias Seitz
|
6a2c61f4d9
|
test(net): add tracing to shutdown test (#1310)
|
2023-02-13 05:34:18 -08:00 |
|