Commit Graph

743 Commits

Author SHA1 Message Date
e21a2578d5 chore(deps): remove useless deps (#8453) 2024-05-29 09:34:52 +00:00
76b32c8b5f chore: bump revm/alloy (#8447)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-28 22:08:06 +00:00
3e7f1377ed fix(op): filter out receipts for dup txns (#8400) 2024-05-28 16:53:43 +00:00
b4a1b733c9 feat: implement EIP-7685 (#8424)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-28 14:06:28 +00:00
df83befcff chore: replace reth-interface usage (#8394) 2024-05-25 13:34:28 +02:00
9f61d1856f chore: extract block execution errors (#8386) 2024-05-24 10:11:08 +00:00
df7c9ee310 chore: extract p2p types from interfaces (#8382) 2024-05-24 08:34:09 +00:00
39d24b495f feat: return parent beacon block root in payload conversion (#8349) 2024-05-23 14:37:39 +00:00
7653e81d6f perf(primitives): avoid cloning receipts when calculating the root (#8350) 2024-05-22 19:00:06 +00:00
f45ca74772 refactor(consensus, evm): move post-execution validation to consensus (#8321) 2024-05-22 17:20:14 +00:00
adbe1ba9b1 chore: use with_chain_id for CfgEnv (#8327) 2024-05-21 08:31:08 +00:00
79d505adb2 fix: Make L1 tx data fee calculation aware of Ecotone hardfork (#8268) 2024-05-15 08:15:15 +00:00
12cce00ec2 chore: move optimism payload crate to optimism folder (#8169) 2024-05-10 11:26:06 +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
00f9acb94e chore: remove reth-revm optimism (#8141) 2024-05-07 16:55:46 +00:00
05e434eae3 feat: rm txmeta associated type (#8138) 2024-05-07 15:28:53 +00:00
c70b17a554 feat: prague engine api types (#8119) 2024-05-06 16:50:40 +00:00
5e778317fb convert ``OptimismBlockExecution`` error variant into a general purpose error variant (#8100)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-06 13:07:25 +00:00
90f3161256 chore: remove InspectorStack (#8073) 2024-05-03 12:15:04 +00:00
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
e90dc44be9 feat: remove field ``max_gas_limit` from `BasicPayloadJobGeneratorConfig`` (#7949) 2024-05-02 18:32:36 +00:00
399afd802c feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024) 2024-05-01 15:22:49 +00:00
f157ec83b6 chore: remove redundant suffix in ChainPath methods (#8025) 2024-05-01 14:59:42 +00:00
074c5c3013 feat: introduce external context GAT in ConfigureEvm (#7842) 2024-05-01 02:06:37 +00:00
8e65cb3aa5 Bump evm-inspectors and alloy (#8006) 2024-04-30 21:07:41 +00:00
d04d9556fa feat: make nodetypes stateless and move evm to components (#7992) 2024-04-30 16:56:34 +00:00
3fc5cf6461 feat: use ComponentsBuilder as associated type in Node trait (#7957) 2024-04-29 12:09:07 +00:00
6bdba8a2a6 chore: misc clippy fixes (#7926) 2024-04-27 06:25:09 +02:00
73ea68692c chore: move reqwest to workspace dep (#7910) 2024-04-26 11:31:19 +00:00
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
57d09e84be deps: remove webpki-roots from reqwest deps (#7887) 2024-04-25 23:10:21 +00:00
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
784d8dc597 refactor: replace OP error variant with general purpose error (#7844)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-24 18:19:33 +00:00
1f84c27c35 chore: delete empty files (#7843) 2024-04-24 16:35:21 +00:00
f372db40c5 feat: blob e2e test (#7823) 2024-04-24 09:36:31 +00:00
cfeead7598 add reth-evm-optimism (#7821) 2024-04-23 20:55:09 +00:00
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00
b3db4cf56d feat: add UX improvements on e2e testing (#7804) 2024-04-23 14:30:38 +00:00
cab4420b41 chore(deps): move http crate deps to workspace (#7791) 2024-04-22 11:56:11 +00:00
c0926ba10e feat: enable OP hardforks in DEV chainspec (#7787) 2024-04-22 09:58:19 +00:00
02314927f2 chore: enable optimism e2e tests (#7776) 2024-04-21 10:14:30 +00:00
3750edd905 chore(e2e): refactor e2e tests (#7773) 2024-04-20 12:58:03 +00:00
cf163ba9d8 feat: group optimism crates (#7740) 2024-04-19 11:43:16 +00:00