|
|
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 |
|
|
|
57fc4e072b
|
fix: ignore BlockHashNotFoundInChain error for unexpected canonical error log (#7286)
|
2024-03-26 18:40:49 +00:00 |
|
|
|
a31202670b
|
chore: apply some style suggestions (#7307)
|
2024-03-24 22:52:33 +00:00 |
|
|
|
672bdcc57f
|
chore: make blockchain tree error results more specific (#7237)
|
2024-03-20 17:13:57 +00:00 |
|
|
|
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 |
|
|
|
9962c39492
|
fix: propagate try_make_sync_target_canonical error (#7164)
|
2024-03-18 18:32:36 +00:00 |
|
|
|
3b4726a714
|
fix: use tempdir when testing static files (#6962)
|
2024-03-16 12:57:18 +00:00 |
|
|
|
3c028e5ef4
|
chore: fix typos (#7049)
|
2024-03-08 14:23:37 +00:00 |
|
|
|
43bb4ccbba
|
chore: remove repetitive words (#7041)
|
2024-03-08 14:02:37 +01:00 |
|
|
|
6b5b6f7a40
|
Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
|
2024-02-29 12:37:28 +00:00 |
|
|
|
94cb6a8bcd
|
chore: use Display instead of Debug for most errors (#6777)
|
2024-02-24 12:13:41 +00:00 |
|
|
|
79452eadaf
|
chore: make clippy happy (#6666)
|
2024-02-19 06:31:47 +00:00 |
|
|
|
3c1f3ac4ec
|
chore: remove non-existant test-utils cfg (#6555)
|
2024-02-12 00:17:48 +00:00 |
|
|
|
3f57fc8cc9
|
feat: Enhance block import log line (#6095)
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
|
2024-02-09 12:14:37 +00:00 |
|
|
|
29e8aab08a
|
fix: sealed header should not be immutable borrowed (#6456)
|
2024-02-07 19:26:26 +00:00 |
|
|
|
aac72f4440
|
fix(consensus): skip building only for ancestor (#6442)
|
2024-02-06 11:38:26 +00:00 |
|
|
|
5d24b08c4f
|
fix(engine): skip payload building on already canonical (#6400)
|
2024-02-05 11:50:18 +00:00 |
|
|
|
2de10a15b5
|
feat(trie): historical & sidechain state root (#6131)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-25 17:16:18 +00:00 |
|
|
|
bf3264b257
|
feat: use alloy genesis now (#6135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-20 10:08:32 +00:00 |
|
|
|
00d6bffc0d
|
feat: add GenesisAllocator for easier genesis alloc creation (#6021)
|
2024-01-12 11:43:28 +00:00 |
|
|
|
ee199bb5db
|
fmt: run nightly-2023-10-15 and remove semicolons (#6035)
|
2024-01-12 11:38:41 +00:00 |
|
|
|
4660da4a3f
|
fix various clippy (#6020)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-01-10 23:27:57 +00:00 |
|
|
|
08dff3642d
|
chore: remove empty EngineHookAction (#6019)
|
2024-01-10 22:42:47 +00:00 |
|
|
|
cb96fe6d09
|
feat: make payload builder generic over attributes type (#5948)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-10 10:21:43 +00:00 |
|
|
|
3038c3c7ba
|
feat(header): add is_zero_difficulty util function for POS (#5966)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-01-07 11:29:00 +00:00 |
|
|
|
61c9587a24
|
feat: add execution payload validator (#5811)
|
2023-12-18 11:45:24 +00:00 |
|
|
|
3f7760d852
|
refactor: make sender recovery explicit in provider (#5776)
|
2023-12-15 13:05:52 +00:00 |
|
|
|
30dfc070e1
|
chore(provider): migrate providers to ProviderError (#5473)
|
2023-11-17 14:07:28 +00:00 |
|
|
|
c2a33191aa
|
feat(engine): insert new payloads even when hook is running (#5364)
|
2023-11-08 19:17:35 +00:00 |
|
|
|
164b486d9b
|
chore: use u64 for payloadattributes directly (#5327)
|
2023-11-06 15:59:08 +00:00 |
|
|
|
f8ceda9ea8
|
chore: reduce size of common types (#5304)
|
2023-11-06 12:45:20 +00:00 |
|
|
|
52670a8b24
|
feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
|
2023-11-05 17:33:42 +00:00 |
|
|
|
caedf7a920
|
feat(engine): log hook name when it's running (#5268)
|
2023-11-02 12:00:35 +00:00 |
|
|
|
7cc64024d9
|
chore(tree): remove redundant BlockchainTree RethError variant (#5269)
|
2023-11-01 20:03:01 +00:00 |
|
|
|
e79743fe5f
|
chore: misc tree notes,docs (#5184)
|
2023-10-27 10:42:50 +02:00 |
|
|
|
fbdf744b8f
|
perf: introduce BlockValidationKind (#5195)
|
2023-10-27 08:01:57 +00:00 |
|
|
|
c449bd53ea
|
feat(engine): downgrade pipeline inconsistency log to debug (#5196)
|
2023-10-26 15:48:51 +00:00 |
|
|
|
e05dba69ce
|
chore: rewrite all error messages for consistency (#5176)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-10-25 20:12:03 +00:00 |
|
|
|
33df4e5766
|
chore: remove reth primitives [tokio] and [tokio-stream] dependencies (#5111)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-21 05:58:43 +00:00 |
|