Commit Graph

40 Commits

Author SHA1 Message Date
530e7e8961 refactor(net): move node record constants to network-peers crate (#9161) 2024-06-28 09:45:23 +02:00
50ee497c75 feat: use new ChainHardforks type on ChainSpec (#9065) 2024-06-27 17:39:35 +00:00
e1af75dad4 ExEx Discv5 (#8873)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-25 15:36:24 +00:00
6699c6a3d7 feat(examples): remove Remote ExEx (#9085) 2024-06-25 11:21:01 +00:00
81b5fbf573 feat(examples): remote exex (#8890) 2024-06-24 13:40:35 +00:00
4fcf26c5ae chore(deps): bump revm 10.0, un-git revm-inspectors (#8997) 2024-06-20 18:45:12 +00:00
8b6ca877d6 chore: use alloy-genesis imports for Genesis (#8973) 2024-06-19 23:14:25 +00:00
e2b8254a3d chore: use execution-types instead of provider where possible (#8971) 2024-06-19 22:42:25 +00:00
254647c425 chore(ci): exclude examples from docs (#8953) 2024-06-19 16:47:57 +00:00
2a5c93fab3 chore: use reth_chainspec where possible (#8891) 2024-06-17 16:09:09 +00:00
34d697eb1f chore: use blob explorers from crates (#8885) 2024-06-17 11:48:03 +00:00
a5d825edb3 refactor: rename BundleStateWithReceipts to BlockExecutionOutcome (#8730) 2024-06-11 16:06:49 +00:00
830a1f56db example(exex): tests for In Memory State (#8682)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-06-11 13:00:46 +00:00
ad0be4ca06 refactor: replace BatchBlockExecutionOutput by BundleStateWithReceipts (#8709) 2024-06-10 16:46:39 +00:00
76a1a3d005 refactor: simplify Receipts implementation (#8710) 2024-06-10 12:26:44 +00:00
70b6bc45ad fix(example/op-bridge): ethereum Receipt needless update (#8695)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-06-08 13:52:07 +00:00
d0e3504ecc example(exex): tests for OP Bridge (#8658) 2024-06-07 15:52:44 +00:00
e0c22ace34 test(exex): improve PollOnce trait error handling (#8653) 2024-06-07 07:13:06 +00:00
40d8ac099f test(exex): introduce utils for testing (#8636) 2024-06-06 13:28:28 +00:00
072d4225de chore: minify almost all JSON files (#8495) 2024-05-29 20:43:09 +00:00
e21a2578d5 chore(deps): remove useless deps (#8453) 2024-05-29 09:34:52 +00:00
c67ed1d5a9 chore(deps): rm reth-interfaces from examples (#8445) 2024-05-28 17:55:39 +00:00
c2a05f07d3 chore: bump revm to latest with placeholders for EOF (#7765) 2024-05-12 06:12:24 -07:00
18b7edb191 fix(examples): ExEx rollup reverts (#8151) 2024-05-08 13:42:14 +00:00
cbc6f268c0 replace reth BlobTransactionSidecar with alloy's (#8135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-07 12:38:23 +00:00
68920b830f feat: add exex for in memory state (#8108) 2024-05-06 11:08:20 +00:00
f83a872dd6 feat: improve exex examples' validation (#8116) 2024-05-06 10:16:27 +00:00
199503531c chore: bump alloy 0bb7604 (#8107) 2024-05-05 18:26:29 +00:00
2ac2433a96 feat(examples): add blob support to the rollup ExEx (#8028) 2024-05-02 20:19:44 +00:00
399afd802c feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024) 2024-05-01 15:22:49 +00:00
c3cdd8c646 feat(examples): sqlite rollup exex (#7826) 2024-04-30 12:00:18 +00:00
0e8e573180 chore: rename exex example crate names (#7851) 2024-04-24 21:34:41 +00:00
d6b861ea5d feat(exex): send ExExNotification instead of CanonStateNotification (#7803) 2024-04-23 10:05:46 +00:00
18725f1425 fix(examples): send finished height from minimal exex (#7730) 2024-04-18 19:27:00 +00:00
jn
49ceeaf0cc refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 14:36:06 +00:00
2dcc01210c feat(exex): add Pool to ExExContext (#7573)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-12 16:34:18 +00:00
aa1fbfcba6 refactor(exex): use async fns in op bridge example (#7601) 2024-04-12 15:49:50 +00:00
d950bce3f5 refactor: use async fns in minimal example (#7600) 2024-04-12 15:11:14 +00:00
39dea65b63 feat(examples): minimal viable ExEx (#7565)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:58:36 +00:00
3ffc729833 feat(examples): OP Stack bridge stats ExEx (#7556)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:38:03 +00:00