|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
82ec589dee
|
fix: panic conditions for concat kdf in ecies (#7171)
|
2024-03-16 07:33:26 +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 |
|
|
|
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 |
|
|
|
41c6f24393
|
fix: payload builder london boundary block gaslimit and basefee (#7136)
|
2024-03-14 17:45:45 +00:00 |
|
|
|
baa45c6a76
|
fix: enforce soft response limit accurately (#7142)
|
2024-03-14 17:28:17 +00:00 |
|
|
|
6e059ed6a0
|
chore: add cancun mainnet block (#7139)
|
2024-03-14 14:28:27 +00:00 |
|
|
|
520d63580b
|
feat(primitives): OP Sepolia ChainSpec (#6812)
|
2024-03-14 12:32:11 +00:00 |
|
|
|
b032120ff1
|
fix: estimate gas (#7133)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-14 12:22:54 +00:00 |
|
|
|
d2c8b77e64
|
perf: replace BytesMut with alloy_rlp::encode (#7087)
|
2024-03-14 12:11:20 +00:00 |
|
|
|
455b2afa5e
|
fix: apply block overrides before create env (#7135)
|
2024-03-13 20:53:34 +00:00 |
|
|
|
28f3a2e2d9
|
feat: add EtlConfig as well as setting the directory to datadir (#7124)
Co-authored-by: Mikhail Sozin <mikhail.sozin@chainstack.com>
Co-authored-by: Misha <mikawamp@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-03-13 16:06:50 +00:00 |
|