Commit Graph

483 Commits

Author SHA1 Message Date
Roman Krasiuk
4f002f6ef1 chore(engine): introduce blockchain tree action (#8029)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-02 07:30:44 +00:00
Roman Krasiuk
9d2ca45c30 chore(engine): flatten fcu processing (#8027) 2024-05-01 19:23:21 +00:00
DaniPopes
399afd802c feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024) 2024-05-01 15:22:49 +00:00
Thomas Coratger
8e65cb3aa5 Bump evm-inspectors and alloy (#8006) 2024-04-30 21:07:41 +00:00
Roman Krasiuk
b3d7b7d501 feat: StaticFileProviderFactory (#7983) 2024-04-30 10:30:04 +00:00
Oliver Nordbjerg
d9faaa80cf chore: rm unused consensus fns (#7972) 2024-04-29 21:45:21 +00:00
Qiwei Yang
c535d59c8d refactor: extract GenesisAllocator type from primitives (#7932)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-28 13:15:35 +00:00
Andrzej Sulkowski
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
Matthias Seitz
bb0809ce2e chore: reuse validation fn (#7911) 2024-04-26 11:14:27 +00:00
Rupam Dey
d833f1aed9 feat: add new crate op-beacon-core (#7848)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 10:15:07 +00:00
Matthias Seitz
663a7185e6 chore: more LaunchContext helpers (#7894) 2024-04-25 18:18:46 +00:00
Delweng
6f22621f43 chore: rename BlockChain to Blockchain (#7840)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-25 13:56:04 +00:00
Rodrigo Herrera
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
Hai | RISE
08cdd67cb0 fix(auto-seal): build dev blocks with withdrawals (#7857) 2024-04-25 12:28:17 +00:00
Dan Cline
76a3d8278a feat: add thorough error message to state root error (#7607) 2024-04-24 20:23:45 +00:00
Kyrylo Riabov
c659e28aa0 feat(storage): replace Tree generic with Arc<dyn TreeViewer> (#7810)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 19:10:45 +00:00
joshieDo
b3db4cf56d feat: add UX improvements on e2e testing (#7804) 2024-04-23 14:30:38 +00:00
Matthias Seitz
9fd35f948c chore: move TestConensus to reth-consensus (#7813) 2024-04-23 12:42:51 +00:00
ThreeHrSleep
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
Darshan Kathiriya
9a1d6ea9ca feat: base fee param fetching at a specific block (#7783) 2024-04-22 15:46:56 +00:00
Matthias Seitz
31801c7bc5 chore: flatten beacon-consensus test deps (#7796) 2024-04-22 12:12:31 +00:00
Oliver Nordbjerg
49c02c3b8e feat: send CanonStateNotifications from execution stage (#7578) 2024-04-19 14:39:52 +00:00
Abner Zheng
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
Roman Krasiuk
e7945f9219 fix(engine): remove block execution error matching (#7735) 2024-04-19 10:08:41 +00:00
Roman Krasiuk
04aef71d72 chore(engine): extract fcu make canonical result processing (#7737) 2024-04-19 09:42:59 +00:00
Roman Krasiuk
93871b3eaf chore(engine): extract fcu pre-validation (#7736) 2024-04-19 08:40:17 +00:00
Roman Krasiuk
d5858adc0f chore(engine): remove map insert error (#7733) 2024-04-18 21:34:55 +00:00
Roman Krasiuk
1a61d29afd chore(engine): remove find_canonical_ancestor (#7716) 2024-04-18 19:45:16 +00:00
Alexey Shekhirin
e401c4848a feat(pruner): respect ExEx finished height (#7673) 2024-04-18 17:15:28 +00:00
Roman Krasiuk
b846f47fdf feat: --debug.skip-fcu (#7709) 2024-04-18 06:26:19 +00:00
Roman Krasiuk
4f8d90b104 chore(engine): refactor sync target determination on failed fcu (#7704) 2024-04-17 14:41:10 +00:00
Roman Krasiuk
0a62b2735d chore(engine): inline update_tree_on_finished_pipeline method (#7703) 2024-04-17 14:40:58 +00:00
Roman Krasiuk
7cda5945d7 chore(engine): refactor pipeline outcome processing (#7692) 2024-04-17 13:25:44 +00:00
Roman Krasiuk
24225d0a88 chore(engine): dedup consistent forkchoice state check (#7677) 2024-04-17 06:23:14 +00:00
Matthias Seitz
fb3f6f1559 chore: flatten node-api dep (#7682) 2024-04-16 16:20:42 +00:00
Roman Krasiuk
20aa3c45c4 chore(engine): BeaconConsensusEngine::current_engine_hook_context (#7676) 2024-04-16 14:43:13 +00:00
Roman Krasiuk
90b07427b9 chore(tree): CanonicalError::is_block_hash_not_found (#7675) 2024-04-16 14:10:40 +00:00
Emilia Hane
ceeb0da03b fix(op): headers above merge (#7622) 2024-04-15 10:25:15 +00:00
Matthias Seitz
9a4c01fbee chore: rm node api deps (#7593) 2024-04-12 14:11:54 +00:00
Roman Krasiuk
57e25be058 chore(tree): accept owned block hash in make_canonical instead of ref (#7465) 2024-04-04 19:39:30 +00:00
Emilia Hane
f71d9c0003 feat(prune): timeout (#6958)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-03 10:28:49 +00:00
Nil Medvedev
8fc7a13ccd feat: make more descriptive errors instead of ProviderError (#7380)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-04-02 12:01:09 +00:00
Matthias Seitz
4fb5889aa9 fix: check finalized sync target is not zero (#7412) 2024-04-01 20:01:09 +00:00
Dan Cline
57fc4e072b fix: ignore BlockHashNotFoundInChain error for unexpected canonical error log (#7286) 2024-03-26 18:40:49 +00:00
Matthias Seitz
e97c973487 fix: prevent duplicate events for single blocks (#7335) 2024-03-26 11:43:39 +00:00
Matthias Seitz
c9e326185a chore: rm match arm for op deposit (#7324) 2024-03-25 16:19:22 +00:00
Matthias Seitz
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
Matthias Seitz
28b983403e chore: move op types; less op cfgs (#7255) 2024-03-20 18:17:23 +00:00
Dan Cline
672bdcc57f chore: make blockchain tree error results more specific (#7237) 2024-03-20 17:13:57 +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