|
|
01979c4bde
|
feat: new engine API handler (#8559)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-07-01 12:03:44 +00:00 |
|
|
|
50ee497c75
|
feat: use new ChainHardforks type on ChainSpec (#9065)
|
2024-06-27 17:39:35 +00:00 |
|
|
|
07def85cda
|
chore: tweak profiles, rename debug-fast to profiling (#9051)
|
2024-06-24 13:20:06 +00:00 |
|
|
|
8b6ca877d6
|
chore: use alloy-genesis imports for Genesis (#8973)
|
2024-06-19 23:14:25 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
|
|
0de932d174
|
chore: remove HeaderSyncMode::Continuous & debug.continuous (#8714)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2024-06-12 15:09:45 +00:00 |
|
|
|
b8759733d4
|
chore: move primitives/stage to reth-stages-types (#8749)
|
2024-06-11 14:38:26 +00:00 |
|
|
|
c362fc6c36
|
feat: Introduce payload primitives (#8642)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-06 23:19:21 +00:00 |
|
|
|
a583defad7
|
fix: save last finalized block (#8473)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-06-06 15:31:56 +00:00 |
|
|
|
51a28f22da
|
chore: split db abstraction into new crate (#8594)
|
2024-06-04 21:45:57 +00:00 |
|
|
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|
|
|
e75edf3be7
|
add iter_on_single_itemsclippy lint (#8542)
|
2024-06-01 16:30:26 +00:00 |
|
|
|
a4df6bbd62
|
feat: run StaticFileProvider::check_consistency on start up (#8143)
|
2024-06-01 10:56:13 +00:00 |
|
|
|
256f6a954d
|
feat(engine): process pending fcu after release of db write hook (#8315)
|
2024-05-31 14:13:11 +00:00 |
|
|
|
21613bb58d
|
fix(engine): do not ignore provider errors (#8519)
|
2024-05-31 07:17:44 +00:00 |
|
|
|
3d3f52b2a4
|
Add missing_const_for_fn clippy lint (#8498)
|
2024-05-30 09:50:03 +00:00 |
|
|
|
efccfbfc65
|
chore: rm reth-interfaces from beacon (#8456)
|
2024-05-29 09:59:00 +00:00 |
|
|
|
48be58cbb4
|
chore(engine): reduce number of canonical tip lookups from engine (#8421)
|
2024-05-27 18:07:50 +00:00 |
|
|
|
07dfb9fdc4
|
chore(engine): tree action on downloaded block (#8409)
|
2024-05-27 13:36:56 +00:00 |
|
|
|
4dd2ad99f6
|
chore: extract blockchaintree types to blockchain-tree-api crate (#8393)
|
2024-05-27 10:22:13 +00:00 |
|
|
|
4250c33da1
|
chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-05-23 13:24:20 +02:00 |
|
|
|
d0386b8166
|
feat: use broadcast channel for event listeners (#8193)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-05-22 17:36:51 +00:00 |
|
|
|
9bd74fda9e
|
fix: use --syncmode=execution-layer from op-node for optimistic pipeline sync (#7552)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-07 20:16:04 +00:00 |
|
|
|
077f7310c7
|
fix: ensure valid parent hash in prepare_invalid_response (#8123)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-05-06 19:29:00 +00:00 |
|
|
|
00a02f5b5c
|
chore: remote try_ prefix from block to payload conversion methods (#8117)
|
2024-05-06 11:14:57 +00:00 |
|
|
|
aef1bcc435
|
chore: make clippy happy (#8068)
|
2024-05-03 10:18:41 +00:00 |
|
|
|
0e3f031ada
|
feat(engine): make new payload canonical action (#8042)
|
2024-05-02 17:01:45 +00:00 |
|
|
|
2af2f0ba46
|
chore(engine): new payload blockchain tree action (#8041)
|
2024-05-02 15:22:23 +00:00 |
|
|
|
e68ab2f58c
|
refactor: engine interceptors (#8048)
|
2024-05-02 15:17:28 +00:00 |
|
|
|
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 |
|
|
|
9d2ca45c30
|
chore(engine): flatten fcu processing (#8027)
|
2024-05-01 19:23:21 +00:00 |
|
|
|
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 |
|
|
|
6f22621f43
|
chore: rename BlockChain to Blockchain (#7840)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-04-25 13:56:04 +00:00 |
|
|
|
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 |
|
|
|
49c02c3b8e
|
feat: send CanonStateNotifications from execution stage (#7578)
|
2024-04-19 14:39:52 +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 |
|
|
|
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 |
|
|
|
1a61d29afd
|
chore(engine): remove find_canonical_ancestor (#7716)
|
2024-04-18 19:45:16 +00:00 |
|
|
|
b846f47fdf
|
feat: --debug.skip-fcu (#7709)
|
2024-04-18 06:26:19 +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 |
|
|
|
7cda5945d7
|
chore(engine): refactor pipeline outcome processing (#7692)
|
2024-04-17 13:25:44 +00:00 |
|
|
|
24225d0a88
|
chore(engine): dedup consistent forkchoice state check (#7677)
|
2024-04-17 06:23:14 +00:00 |
|
|
|
fb3f6f1559
|
chore: flatten node-api dep (#7682)
|
2024-04-16 16:20:42 +00:00 |
|
|
|
20aa3c45c4
|
chore(engine): BeaconConsensusEngine::current_engine_hook_context (#7676)
|
2024-04-16 14:43:13 +00:00 |
|
|
|
90b07427b9
|
chore(tree): CanonicalError::is_block_hash_not_found (#7675)
|
2024-04-16 14:10:40 +00:00 |
|
|
|
57e25be058
|
chore(tree): accept owned block hash in make_canonical instead of ref (#7465)
|
2024-04-04 19:39:30 +00:00 |
|
|
|
4fb5889aa9
|
fix: check finalized sync target is not zero (#7412)
|
2024-04-01 20:01:09 +00:00 |
|