Commit Graph

4897 Commits

Author SHA1 Message Date
71f8e678aa chore: relax some bounds (#7762) 2024-04-19 21:40:37 +00:00
d599ce4683 fix: dont await changes (#7760) 2024-04-19 21:18:33 +00:00
16b747e20c fix(deps): bump rustls (#7758) 2024-04-19 20:43:40 +00:00
20568b8813 perf(discv5): populate kbuckets & improved RLPx peering (#7683) 2024-04-19 20:04:33 +00:00
4f1099b9d8 chore(debug): allow first fcu through in EngineApiSkipFcu interceptor (#7756) 2024-04-19 18:06:47 +00:00
e3c5664788 ci: stop github from fighting us over labels (#7754) 2024-04-19 16:42:14 +00:00
4f7f690ac1 fix: enable --dev for op-reth (#7755) 2024-04-19 16:34:07 +00:00
34c5b42524 docs: add more docs to recover_signer (#7751) 2024-04-19 16:31:13 +00:00
bd4757b3b5 chore: make alloy impls feature gated (#7747) 2024-04-19 15:18:43 +00:00
d214daebbd chore: move engine primitives (#7746) 2024-04-19 15:07:11 +00:00
49c02c3b8e feat: send CanonStateNotifications from execution stage (#7578) 2024-04-19 14:39:52 +00:00
6646a329ad chore: move node-api to node dir (#7743) 2024-04-19 13:23:53 +00:00
6a6b3cc3e4 chore: introduce ethereum folder (#7744) 2024-04-19 13:23:45 +00:00
4c60ed05ba chore: remove todo comments from #7599, and improve the visibility of certain methods. (#7741) 2024-04-19 12:31:04 +00:00
8a0f8cf835 chore: stages crates touchups (#7742) 2024-04-19 12:25:11 +00:00
f4dda95cbd feat(op): allow import without state (#7661) 2024-04-19 12:17:31 +00:00
cf163ba9d8 feat: group optimism crates (#7740) 2024-04-19 11:43:16 +00:00
defe5ff0af refactor: split reth-stages into reth-stages-api and reth-stages (#7666)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-19 11:35:20 +00:00
f14bf14d19 chore: relax some trait bounds (#7739) 2024-04-19 10:18:23 +00:00
e7945f9219 fix(engine): remove block execution error matching (#7735) 2024-04-19 10:08:41 +00:00
04aef71d72 chore(engine): extract fcu make canonical result processing (#7737) 2024-04-19 09:42:59 +00:00
1c46e5ae7d feat: block executor provider and ethereum + op impl (#7594)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2024-04-19 09:41:51 +00:00
93871b3eaf chore(engine): extract fcu pre-validation (#7736) 2024-04-19 08:40:17 +00:00
d5858adc0f chore(engine): remove map insert error (#7733) 2024-04-18 21:34:55 +00:00
61acd7801d docs: update base sequencer url (#7731) 2024-04-18 19:52:30 +00:00
a1059bed99 chore: extract cli runner from node-core (#7719) 2024-04-18 19:50:41 +00:00
1a61d29afd chore(engine): remove find_canonical_ancestor (#7716) 2024-04-18 19:45:16 +00:00
18725f1425 fix(examples): send finished height from minimal exex (#7730) 2024-04-18 19:27:00 +00:00
fae308ee70 fix(grafana): adds missing panel for tx fetcher (#7700) 2024-04-18 18:50:33 +00:00
643cae7766 feat: add pre bedrock recovery check (#7726) 2024-04-18 18:21:33 +00:00
528f1e9047 fix: set ETL directory inside datadir on reth run and reth import (#7722) 2024-04-18 17:26:29 +00:00
e401c4848a feat(pruner): respect ExEx finished height (#7673) 2024-04-18 17:15:28 +00:00
6863cdb42b chore: introduce node dir (#7720)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-18 16:33:29 +00:00
f57bef7181 Revert "feat(op): import bodies (#7659)" (#7724) 2024-04-18 16:10:22 +00:00
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