Commit Graph

4569 Commits

Author SHA1 Message Date
78d15d4c24 reth-primitives: Fix warnings when default features are off. (#7213) 2024-03-19 14:33:34 +00:00
c108a2476c Enable clippy's equatable_if_let linter (#7221) 2024-03-19 14:32:43 +00:00
170306d3bd support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210) 2024-03-19 14:28:30 +00:00
332e412a0f docs(primitives): transaction method comments (#7217) 2024-03-19 12:46:41 +00:00
28157f0da1 feat: Display the reth version in the log (#7207) 2024-03-19 08:04:47 +00:00
d4e9695556 perf(trie): calculate state root from BundleState (#7186) 2024-03-19 06:52:19 +00:00
6ffd6ef8f3 Small refactor (#7208) 2024-03-19 02:34:39 +00:00
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
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
5b94dbb697 perf: replace BytesMut with alloy_rlp::encode (#7170) 2024-03-18 23:20:39 +00:00
f7d3cc5a09 Enable clippy's trait_duplication_in_bounds linter (#7201)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 22:53:17 +00:00
3861bc05fa Enable clippy's derive_partial_eq_without_eq linter (#7203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 22:33:53 +00:00
89b188e9ae fix bug: synchronized local node record with discv4 (#7181) 2024-03-18 22:13:44 +00:00
804c54a3e7 feat: autoscale session event capacity (#7149) 2024-03-18 22:07:18 +00:00
80c5fcbd36 Enable clippy's empty_line_after_outer_attr linter (#7200) 2024-03-18 21:59:03 +00:00
abce09cc76 Return invalid header on error in consensus validation methods (#7175) 2024-03-18 20:46:03 +00:00
038a633599 fix: decrease pending out on already connected (#7197) 2024-03-18 19:45:03 +00:00
de9fb89556 chore: remove txpool optimism feature (#7199) 2024-03-18 19:44:11 +00:00
cee35a0afa docs: fix metric doc (#7198) 2024-03-18 18:32:41 +00:00
9962c39492 fix: propagate try_make_sync_target_canonical error (#7164) 2024-03-18 18:32:36 +00:00
273f3c734c chore: add AllTransactionsEvents::new (#7192) 2024-03-18 13:23:40 +00:00
56d688b939 Small refactoring in transaction pool (#7179) 2024-03-18 10:56:16 +00:00
7b3e418950 feat(net/manager): apply trust-nodes-only for incoming nodes (#7177)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-18 10:51:14 +00:00
7c03881cf8 bugfix: setup discovery addr appropriately (#7182) 2024-03-18 10:35:49 +00:00
a5e662dabb chore(node-builder): display the hardfork info in new line (#7185)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 10:33:54 +00:00
3a10c319ff chore(grafana): fetch each query with instance as filter (#7173)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-17 22:11:11 +00:00
5000c32b90 chore(hardfork): add hardfork upgrade url (#7184)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-17 11:47:05 +00:00
e88b16e6e7 chore(deps): weekly cargo update (#7180)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-17 09:20:47 +00:00
4e49aa9df6 Comment pool import error is not nonce gap (#7145)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-16 15:39:05 +00:00
11dc546d10 feat: support trusted peer ids without address (#7155) 2024-03-16 15:06:53 +00:00
3b4726a714 fix: use tempdir when testing static files (#6962) 2024-03-16 12:57:18 +00:00
5e9e21dec5 chore: bump rust-version in Cargo.toml to 1.76 (#7172) 2024-03-16 08:10:42 +00:00
82ec589dee fix: panic conditions for concat kdf in ecies (#7171) 2024-03-16 07:33:26 +00:00
e7c23ed449 bin/reth/db: use macro to dry (#7159)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-15 23:40:43 +00:00
6f0b1292dd release: v0.2.0-beta.3 (#7166) 2024-03-15 22:19:58 +00:00
7012e04d20 fix: use unit workflow for README CI badge (#7168) 2024-03-15 22:01:54 +00:00
bddd1c6dfe chore: bump revm inspector, bump msrv (#7167)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-15 21:40:53 +00:00
96149f05be docs(node-core): add document of build_blockchain_tree (#7120)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-03-15 20:59:31 +00:00
26f290eb71 fix: decrease connection info based on current state (#7165) 2024-03-15 20:03:22 +00:00
4c3ab9a955 feat(node-core, stages): stage preparation notification (#7156) 2024-03-15 20:02:50 +00:00
4e1c56f8d0 Track PendingIn state separately (#7163) 2024-03-15 18:30:53 +00:00
94954593ef Check that excess_blob_gas is a multiple of data_gas_per_blob (#7160) 2024-03-15 16:46:12 +00:00
52d49832d9 fix(static-file): pass producer as Arc<Mutex<_>> to ensure only one is active (#7143)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2024-03-15 13:26:15 +00:00
189de79bd9 chore: add ipv6 related cases in NodeRecord UT (#7152) 2024-03-15 12:33:48 +00:00
b66b8e9c1e chore: remove unused deps (#7151) 2024-03-15 11:22:29 +00:00
27194def04 chore: move tower+hyper to workspace (#7150) 2024-03-15 11:22:12 +00:00
fdbe63b132 chore: rm duplicated code (#7147) 2024-03-15 11:22:00 +00:00
9312424db0 Always accept incoming connections from trusted peers (#7140) 2024-03-15 11:16:17 +00:00
5584468e58 dep: lock enr (#7148) 2024-03-15 08:49:24 +00:00
3d86c4ac59 chore: add safety check on StaticFileProviderRW::increment_block (#7137)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-14 21:55:57 +00:00