github-actions[bot]
|
dc4e2e2283
|
chore(deps): weekly cargo update (#7313)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-03-24 01:18:25 +00:00 |
|
Matthias Seitz
|
71474b87b8
|
chore: make types pub (#7308)
|
2024-03-23 17:52:17 +00:00 |
|
Matthias Seitz
|
1dc0aab51c
|
feat: Extend fork activation blocks data with Arbitrum data (#7305)
Co-authored-by: Altuğ Bakan <mail@alt.ug>
|
2024-03-23 11:03:11 +01:00 |
|
Dan Cline
|
88186a257c
|
chore: make Session established log debug (#7301)
|
2024-03-22 19:56:08 +00:00 |
|
Abner Zheng
|
a3d2e903a9
|
Safe rlpx capability id masking (#7297)
|
2024-03-22 17:51:20 +00:00 |
|
Nil Medvedev
|
f96d790661
|
fix: validate empty item in p2p start_send (#7294)
|
2024-03-22 17:09:29 +00:00 |
|
Thomas Coratger
|
30d79a98aa
|
Add try_from method for TxType with U64 (#7291)
|
2024-03-22 14:04:54 +00:00 |
|
jn
|
ea5535cc28
|
fix: DisconnectReason::decode should return error on zero length list (#7284)
|
2024-03-21 19:52:59 +00:00 |
|
0xAtreides
|
6eb7397aa2
|
chore: remove trusted setups (#7274)
|
2024-03-21 16:57:30 +00:00 |
|
Abner Zheng
|
f4b5000a80
|
Indicate that Syncing FCUs are not affecting sync progress during pipeline sync (#7245)
|
2024-03-21 16:37:36 +00:00 |
|
Roman Krasiuk
|
56b63adecc
|
perf(tree): integrate parallel state root (#7161)
|
2024-03-21 16:08:49 +00:00 |
|
joshieDo
|
aac0b00f53
|
fix: configure global rayon pool to available_parallelism() - 2 (#7267)
|
2024-03-21 15:32:33 +00:00 |
|
Matthias Seitz
|
7753a17a3c
|
docs: clarify how SubPool is determined from TxState (#7269)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-03-21 15:17:57 +00:00 |
|
Matthias Seitz
|
31b94581f9
|
chore: move nodetypes to node-api (#7268)
|
2024-03-21 13:35:37 +00:00 |
|
Alexey Shekhirin
|
0da7b7c314
|
chore: fix typos (#7264)
|
2024-03-21 12:10:09 +00:00 |
|
joshieDo
|
1a42b0929f
|
fix(cmd-p2p): split off create_db from init_db (#7265)
|
2024-03-21 11:22:57 +00:00 |
|
rakita
|
ffbe8be2aa
|
chore(bump): revm v7.2, c-kzg v1.0 (#7240)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-21 11:22:37 +00:00 |
|
Justin Traglia
|
c868c52063
|
Enable clippy's large_stack_frames linter (#7258)
|
2024-03-20 19:52:20 +00:00 |
|
Justin Traglia
|
52668c6de4
|
fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-20 18:26:13 +00:00 |
|
Matthias Seitz
|
28b983403e
|
chore: move op types; less op cfgs (#7255)
|
2024-03-20 18:17:23 +00:00 |
|
Abner Zheng
|
713da1bde6
|
Integrate new pending session metrics into grafana (#7231)
|
2024-03-20 17:58:16 +00:00 |
|
Matthias Seitz
|
1c6ea1e30a
|
feat: support any node format in admin API (#7247)
|
2024-03-20 17:37:06 +00:00 |
|
Matthias Seitz
|
a4e32c84f2
|
chore: remove unused op dep (#7252)
|
2024-03-20 17:35:57 +00:00 |
|
Dan Cline
|
672bdcc57f
|
chore: make blockchain tree error results more specific (#7237)
|
2024-03-20 17:13:57 +00:00 |
|
Matthias Seitz
|
b2ab33e3ce
|
chore: replace op cfg with default match arm (#7253)
|
2024-03-20 17:29:51 +01:00 |
|
Matthias Seitz
|
6b28fa4300
|
fix: skip block tracing if empty (#7251)
|
2024-03-20 15:58:00 +00:00 |
|
Thomas Coratger
|
0a803c49a9
|
Integrate Config into admin_nodeInfo response (#7206)
|
2024-03-20 11:21:31 +00:00 |
|
greged93
|
c1f051a9dd
|
dev: with_capacity for HashMap (#7246)
|
2024-03-20 11:10:30 +00:00 |
|
Alexey Shekhirin
|
6801869c0d
|
feat(storage): bump mdbx to 0.12.10 (#7236)
|
2024-03-19 19:50:37 +00:00 |
|
DaniPopes
|
9d039a233c
|
chore(deps): use tikv-jemallocator instead of jemallocator (#7232)
|
2024-03-19 17:13:23 +00:00 |
|
Dan Cline
|
ce89a2be8d
|
feat: add BeaconConsensusEvent for live sync download requests (#7230)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-03-19 17:12:50 +00:00 |
|
Matthias Seitz
|
d86d4d2380
|
fix: enforce max inbound == 0 (#7229)
|
2024-03-19 16:57:28 +00:00 |
|
Justin Traglia
|
709d8a16d3
|
Enable clippy's useless_let_if_seq linter (#7220)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-03-19 16:33:22 +00:00 |
|
Alexey Shekhirin
|
1bf5d6a53a
|
feat(node-core): omit stage progress from logs if empty (#7218)
|
2024-03-19 16:24:34 +00:00 |
|
Justin Traglia
|
8cddc40bd4
|
Enable clippy's branches_sharing_code linter (#7223)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2024-03-19 16:15:19 +00:00 |
|
Justin Traglia
|
aed833b3a9
|
fix: tell jemalloc to use 64-KiB pages when cross building aarch64 (#7123)
|
2024-03-19 16:03:23 +00:00 |
|
Justin Traglia
|
11bedc1884
|
Enable clippy's or_fun_call linter (#7222)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-03-19 15:52:41 +00:00 |
|
Justin Traglia
|
553a271533
|
Decode with EMPTY_STRING_CODE and buf.advance() (#7227)
|
2024-03-19 15:12:10 +00:00 |
|
Matthias Seitz
|
1ad50d148a
|
fix: enforce timeouts for pending sessions (#7219)
|
2024-03-19 15:05:50 +00:00 |
|
Matthias Seitz
|
a8c692c5b5
|
feat: add metrics for pending connections (#7225)
|
2024-03-19 14:45:22 +00:00 |
|
Abner Zheng
|
4a347b5a7c
|
Add AllTransactionsMetrics graph in txpool dashboard (#7141)
|
2024-03-19 14:43:46 +00:00 |
|
Nikolai Golub
|
78d15d4c24
|
reth-primitives: Fix warnings when default features are off. (#7213)
|
2024-03-19 14:33:34 +00:00 |
|
Justin Traglia
|
c108a2476c
|
Enable clippy's equatable_if_let linter (#7221)
|
2024-03-19 14:32:43 +00:00 |
|
int88
|
170306d3bd
|
support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210)
|
2024-03-19 14:28:30 +00:00 |
|
Alexey Shekhirin
|
332e412a0f
|
docs(primitives): transaction method comments (#7217)
|
2024-03-19 12:46:41 +00:00 |
|
Wink Saville
|
28157f0da1
|
feat: Display the reth version in the log (#7207)
|
2024-03-19 08:04:47 +00:00 |
|
Roman Krasiuk
|
d4e9695556
|
perf(trie): calculate state root from BundleState (#7186)
|
2024-03-19 06:52:19 +00:00 |
|
Thomas Coratger
|
6ffd6ef8f3
|
Small refactor (#7208)
|
2024-03-19 02:34:39 +00:00 |
|
Justin Traglia
|
d91274eaa2
|
Enable clippy's redundant_clone linter (#7202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-19 01:35:04 +00:00 |
|
Justin Traglia
|
b7ef60b899
|
Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 23:29:19 +00:00 |
|