Commit Graph

4963 Commits

Author SHA1 Message Date
4ca86fb4d2 chore(storage): use chain spec from provider field (#7723) 2024-04-18 14:23:27 +00:00
58cb524d73 chore: rename parent_block_hashed to parent_block_hashes (#7715) 2024-04-18 11:39:57 +00:00
7b16f0d0b6 chore: Move node-core/events to standalone crate (#7713)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-18 11:23:54 +00:00
027f920eb4 ci: enable eth_getProof hive test (#7710) 2024-04-18 10:58:03 +00:00
979e5427b3 nit: use ref slice for random_account_change (#7714) 2024-04-18 10:57:03 +00:00
3a3b957961 fix: don't import ipc client on windows (#7712) 2024-04-18 10:55:54 +00:00
0ff3b0e3af Dencun readiness - pin Lighthouse image tag in base Docker Compose setup (#7066)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-18 09:22:14 +00:00
27ddfae9a4 ci: update runners for apple builds (#7408) 2024-04-18 08:44:07 +00:00
b846f47fdf feat: --debug.skip-fcu (#7709) 2024-04-18 06:26:19 +00:00
9557ce05ad perf(discv5): boost bootstrap lookups (#7695) 2024-04-17 17:52:15 +00:00
69370e989e fix(discv5): fix panel filtered peers (#7696) 2024-04-17 16:22:02 +00:00
992e08cc7f fix(docker): obsolete syntax compose file (#7697) 2024-04-17 16:21:39 +00:00
21ab76b89c fix: disable read timeout for tx in db list (#7689)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-17 15:46:03 +00:00
db4a4a34e4 fix: add discv5 config to p2p cmd (#7662) 2024-04-17 14:46:36 +00:00
4f8d90b104 chore(engine): refactor sync target determination on failed fcu (#7704) 2024-04-17 14:41:10 +00:00
0a62b2735d chore(engine): inline update_tree_on_finished_pipeline method (#7703) 2024-04-17 14:40:58 +00:00
3508e56518 chore: convert tab to space and trim trailing space (#7705)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-17 14:38:50 +00:00
9286cc6c84 chore: bump alloy (#7701) 2024-04-17 14:34:14 +00:00
7cda5945d7 chore(engine): refactor pipeline outcome processing (#7692) 2024-04-17 13:25:44 +00:00
dc39fd68f4 fix: check for genesis block on pool validator init (#7699) 2024-04-17 15:21:25 +02:00
4911febe6f feat: add Prague hardfork variant (#7694) 2024-04-17 10:56:06 +00:00
4c4aaafff4 test: add test_requests_timeout() for disv4 (#7693) 2024-04-17 09:44:30 +00:00
f4386c9cd5 fix(docker): Add support for RUSTFLAGS and feature flags in Dockerfile (#7658) 2024-04-17 07:25:01 +00:00
70db3d8276 storage: fixes behaviour of cursor delete_current on start item (#7646)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-17 06:39:21 +00:00
24225d0a88 chore(engine): dedup consistent forkchoice state check (#7677) 2024-04-17 06:23:14 +00:00
b386a8d504 fix(discv5): remove todo (#7684) 2024-04-16 22:13:35 +00:00
86d8f0b0ec fix: add enable missing arbitrary feature (#7688) 2024-04-16 23:05:08 +02:00
d39a8d7404 feat: add native compact impl for alloy TxKind (#7686) 2024-04-16 20:45:01 +00:00
bb67c40d56 chore: remove DOS line endings from basefee.rs (#7685) 2024-04-16 19:50:12 +00:00
8fc124f2e3 chore(node): unify the format of command args (#7656)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-16 19:37:55 +00:00
fb3f6f1559 chore: flatten node-api dep (#7682) 2024-04-16 16:20:42 +00:00
566480b472 chore: move optimism bootnodes to reth-primitives (#7657) 2024-04-16 15:54:31 +00:00
493f41a126 feat: add missing hardfork convenience fns (#7678) 2024-04-16 15:03:01 +00:00
20aa3c45c4 chore(engine): BeaconConsensusEngine::current_engine_hook_context (#7676) 2024-04-16 14:43:13 +00:00
jn
49ceeaf0cc refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 14:36:06 +00:00
90b07427b9 chore(tree): CanonicalError::is_block_hash_not_found (#7675) 2024-04-16 14:10:40 +00:00
f8fb334e35 chore: include block num and hash in bctree debug logs (#7665) 2024-04-16 14:01:19 +00:00
5c2542778d feat(discv5): add enr to tracing (#7664) 2024-04-16 12:14:30 +00:00
0aae8c4210 chore: move BlockExecutorStats (#7672) 2024-04-16 13:59:00 +02:00
cd5be8e084 chore: extract evm processor batch handling (#7671) 2024-04-16 11:21:50 +00:00
af2dce3e65 P2P Sync e2e (#7529)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 10:50:17 +00:00
7f6a2b4cb5 refactor(exex, primitives): move finished exex height to primitives (#7670) 2024-04-16 10:45:27 +00:00
8105291afa chore: convert FromRecoveredTransaction into TryFromRecoveredTransaction (#7497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 10:41:19 +00:00
b67f7f0903 safer TryFrom<reth_rpc_types::Transaction> for Transaction (#7667) 2024-04-16 10:30:45 +00:00
33b195af33 fix(tree): overlapping parent block hashes (#7669) 2024-04-16 10:09:19 +00:00
516e836875 feat: add rpc trait bindings for optimism specific endpoints (#7621)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 09:58:24 +00:00
711de3b08d feat(discv5): add tracing (#7663) 2024-04-15 23:05:37 +00:00
d4a8ef92d7 refactor: replace ``calculate_next_block_base_fee`` with alloy's builtin function (#7641)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-15 21:58:54 +00:00
fc4bb53f9d fix: check if regexp match is null in label-pr script (#7654)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-15 23:31:06 +02:00
c59c41701d Convert Header and Block rpc to primitives (#7660) 2024-04-15 19:30:35 +00:00