|
|
2c5ba732b7
|
feat(engine): integrate executor with StateRootTask (#12335)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-11-06 19:27:33 +00:00 |
|
|
|
098fa7f611
|
feat(engine): use execute_with_state_hook in ExecutorMetrics (#12316)
|
2024-11-06 11:38:29 +00:00 |
|
|
|
3fe22343f1
|
feat(engine): add StateRootTask skeleton (#12305)
|
2024-11-04 12:48:32 +00:00 |
|
|
|
566f2b4950
|
primitives: rm alloy BlockHashOrNumber reexport (#12302)
|
2024-11-04 10:15:56 +00:00 |
|
|
|
962fa6685b
|
Use Arc<ChainSpec> in SystemCaller (#12268)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-02 07:41:11 +00:00 |
|
|
|
b3e8327065
|
chore: rename v1 type (#12205)
|
2024-10-30 17:56:36 +00:00 |
|
|
|
3f4634ccbc
|
chore: add version to PayloadBuilderAttributes::try_new (#12137)
|
2024-10-28 14:37:36 +00:00 |
|
|
|
0d07d27f3c
|
feat: Add version to BeaconEngineMessage FCU (#12089)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-10-28 13:00:36 +01:00 |
|
|
|
777417ad8a
|
feat: add reth test-vectors compact --write|--read (#11954)
|
2024-10-24 18:34:12 +00:00 |
|
|
|
89eb73f3d2
|
refactor: replace extra fields with ExecutionPayloadSidecar in engine (#11901)
|
2024-10-23 14:44:37 +00:00 |
|
|
|
8a40d5c6aa
|
feat(providers): add AtomicBlockchainProvider (#11705)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-23 13:40:14 +00:00 |
|
|
|
74eb37523a
|
fix: correctly poll BasicBlockDownloader (#11981)
|
2024-10-22 22:38:44 +00:00 |
|
|
|
b20a271551
|
chore(tree): improved debug logging for block insertion (#11958)
|
2024-10-22 14:56:04 +00:00 |
|
|
|
cab76f2083
|
fix(engine): run pruner after saving blocks (#11927)
|
2024-10-22 11:39:08 +00:00 |
|
|
|
cf4a4454ec
|
fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 20:36:11 +00:00 |
|
|
|
e2ecb6224d
|
chore: remove unused deps (#11898)
|
2024-10-19 16:54:07 +00:00 |
|
|
|
a78de201b3
|
Refactor of state_change functionality (#11878)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 16:01:26 +00:00 |
|
|
|
c803012085
|
chore: use Requests instead of Vec<Bytes> (#11895)
|
2024-10-19 15:17:14 +00:00 |
|
|
|
1efa764b34
|
chore(engine): rename enveloped associated types to envelope (#11812)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 13:29:29 +00:00 |
|
|
|
3793b907ea
|
chore: better start finish persisted block logs (#11893)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 13:05:53 +00:00 |
|
|
|
3bd695ee63
|
feat: update el requests for devnet 4 (#11865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 12:48:35 +00:00 |
|
|
|
8d32fd788b
|
feat: allow awaiting payload in progress (#11823)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-18 10:45:51 +00:00 |
|
|
|
82862fabd7
|
primitives: rm redundant functions for Transaction (#11747)
|
2024-10-16 20:33:57 +00:00 |
|
|
|
600a394571
|
feat: update SystemCaller (#11718)
|
2024-10-14 15:52:34 +00:00 |
|
|
|
f684dd4c4c
|
chore(clippy): enable if_then_some_else_none lint (#11679)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-14 15:45:26 +00:00 |
|
|
|
523bfb9c81
|
feat: refactor and integrate local engine into EngineNodeLauncher (#11703)
|
2024-10-14 13:21:41 +00:00 |
|
|
|
1ba631ba95
|
feat: store safe block num as well (#11648)
|
2024-10-10 19:32:15 +02:00 |
|
|
|
eb9565d22d
|
fix: always handle payload building for opstack (#11629)
|
2024-10-10 09:39:40 +00:00 |
|
|
|
58bfa60cea
|
feat(evm, trie): more metrics (#11613)
|
2024-10-10 08:27:01 +00:00 |
|
|
|
a4b8150201
|
fix: actually commit (#11626)
|
2024-10-10 08:15:53 +00:00 |
|
|
|
2b97779880
|
fix: persist finalized block (#11623)
|
2024-10-10 00:54:39 +00:00 |
|
|
|
3141f6db26
|
fix: simplify reorg handling (#11592)
|
2024-10-09 02:04:16 +00:00 |
|
|
|
fda6e353d5
|
fix: in-memory trie updates pruning (#11580)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-08 16:18:27 +00:00 |
|
|
|
ab06997986
|
chore(rpc): remove include_preimage param on debug_execution_witness (#11466)
|
2024-10-03 18:38:55 +00:00 |
|
|
|
91af1a75c2
|
feat: add metrics for failed deliveries (#11456)
|
2024-10-03 13:44:41 +00:00 |
|
|
|
4960b927bc
|
feat: impl payload attributes builder (#11336)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-03 12:27:05 +00:00 |
|
|
|
64fae4d0f2
|
chore: rm crate reth-rpc-types (#11341)
|
2024-10-02 11:16:20 +02:00 |
|
|
|
c6529a830d
|
chore: add metric and trace for already executed blocks (#11406)
|
2024-10-02 10:07:33 +02:00 |
|
|
|
12554c426f
|
fix: fetch header by hash (#11407)
|
2024-10-02 10:07:22 +02:00 |
|
|
|
408d793bfd
|
fix(engine): is_fork header traversal (#11368)
|
2024-10-01 21:58:24 +00:00 |
|
|
|
7fab4c3118
|
perf(engine): avoid unnecessary arc clones on new head (#11381)
|
2024-10-01 14:24:02 +00:00 |
|
|
|
d8b9f5db54
|
test(engine): improve deep reorg test (#11378)
|
2024-10-01 14:21:38 +00:00 |
|
|
|
c2cabcae71
|
fix(hooks): sort reverts in BundleState before comparison (#11358)
|
2024-09-30 22:27:27 +00:00 |
|
|
|
6d57b9eaac
|
feat: wire SystemCaller (#11321)
|
2024-09-30 15:59:55 +00:00 |
|
|
|
a5538bc041
|
chore: alloy 0.4 (#11334)
|
2024-09-30 12:48:37 +00:00 |
|
|
|
e21d75f9aa
|
primitives: rm more alloy_primitives reexports (#11325)
|
2024-09-30 01:06:47 +00:00 |
|
|
|
ea1d04aa75
|
primitives: rm more alloy_primitives reexports (#11255)
|
2024-09-29 16:48:54 +00:00 |
|
|
|
2aa3dd0fd8
|
feat: use OpChainSpec in OptimismNode and its components (#11304)
|
2024-09-28 13:06:52 +00:00 |
|
|
|
136a8227bf
|
feat: canonical state for local engine (#11245)
|
2024-09-27 09:44:52 +00:00 |
|
|
|
f4cbfbcd79
|
feat(tree): introduce reorg count metrics in new engine (#11226)
|
2024-09-26 17:14:44 +00:00 |
|