Commit Graph

1913 Commits

Author SHA1 Message Date
4b793c496b Add --forward-call for eth_call and eth_estimateGas 2025-05-24 04:52:25 +00:00
6047b3d123 fix: read precompile draft (dirty) 2025-04-17 07:17:59 +00:00
c76ae4e1fb chore: Update dependencies 2025-03-21 11:42:21 +00:00
86ce34c2e3 feat: Forward incoming txs to upstream server 2025-03-01 17:30:08 +00:00
5d779a66a0 refactor: Merge system tx from address 2025-03-01 17:10:15 +00:00
d574b9ef58 Initial reth port 2025-02-25 06:19:19 +00:00
4ada1535e3 chore(deps): weekly cargo update (#14663)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-23 11:21:08 +00:00
2101ae8918 Feat: Introduce db_models crate into storage-api crate and update imports (#14640) 2025-02-21 18:43:19 +00:00
74a1151c07 feat: integrate TxEnv conversions (#14630) 2025-02-21 14:50:28 +00:00
066482d81b feat(l2-withdrawals): Define OpExecutionPayloadValidator (#14591) 2025-02-20 18:02:30 +00:00
72210736ad feat: re-use BlockExecutionStrategy in payload building (#14609) 2025-02-20 15:06:19 +00:00
8d51c608ce fix: handle Deposit in TryFrom<AnyRpcTransaction> (#14614)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
2025-02-20 14:59:54 +00:00
2a8f5b883b feat(l2-withdrawals): Move l2 withdrawals root computation into reth-optimism-storage (#14610) 2025-02-20 12:34:08 +00:00
7ee8461bac feat: expose InvalidTxError in BlockExecutionError (#14597) 2025-02-20 09:22:22 +00:00
e51e109723 chore(deps): Bump op-alloy (#14585) 2025-02-19 13:12:17 +00:00
4f454c91d6 refactor: BlockExecutionStrategy API (#14480) 2025-02-19 13:10:50 +00:00
c9a348dd2c chore(deps): bump breaking deps (#14570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-19 11:36:15 +00:00
1e40e2dca2 chore(deps): Bump op-alloy (#14579) 2025-02-19 11:02:59 +00:00
849c04cb34 feat(l2-withdrawals): Decompose ExecutionPayloadValidator::ensure_well_formed_payload (#14566) 2025-02-19 09:25:29 +00:00
dde5269b7e chore: bump revm (#14568) 2025-02-19 09:08:43 +00:00
c0a30f051e feat(op): isthmus genesis header (#14560)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-18 15:29:59 +00:00
67a98860e2 chore: bump alloy-evm (#14559) 2025-02-18 11:27:05 +00:00
5fe28fdf2a chore: phase out reth-primitives from optimism consensus (#14548) 2025-02-18 09:52:27 +01:00
1804bbea6e chore: remove optimism feature (#14545)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-18 00:53:50 +01:00
482f4557eb chore(db): move mod tables to db-api (#14540)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-17 20:53:39 +00:00
336c3d1fac feat: alloy-evm and new revm integration (#14021)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: rakita <rakita@users.noreply.github.com>
2025-02-17 19:59:23 +00:00
f69ca72dc5 feat(op, txpool, metrics): add metric for removed conditional txs (#14541) 2025-02-17 17:57:58 +00:00
ea0a96a926 chore(storage-api): reduce dependence on reth-db (#14539) 2025-02-17 16:52:09 +00:00
f17e701364 chore: fix warning in examples (#14537) 2025-02-17 16:49:40 +00:00
a96bc6110c chore(deps): weekly cargo update (#14522)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-16 16:47:32 +01:00
0f4914a944 feat: use SealedHeader in ChainSpec (#14514) 2025-02-15 13:30:05 +00:00
8123d6bd3b feat: reexport reth-trie with trie feature (#14513) 2025-02-15 13:08:52 +00:00
e4c8e479cf feat(op, txpool): add additional update routine for conditionals (#14497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-15 08:30:09 +00:00
9c1988b5cc feat(l2-withdrawals): consensus rules (#14308) 2025-02-15 08:13:35 +00:00
cacaad1bcd chore(deps): Replace derive_more::Error with thiserror::Error (#14501) 2025-02-14 17:16:29 +00:00
1c09351a93 fix(isthmus): include storage updates in l2 withdrawals root computation (#14307) 2025-02-14 12:11:51 +00:00
735ff493a1 chore: rm reth_primitives from rpc_testing_util (#14488) 2025-02-14 10:16:22 +00:00
431df62a4a feat(reth-bench): send-payload CLI (#14472) 2025-02-13 16:04:40 +00:00
b45478c08c Revert "Disable default features for reth-storage-api in workspace manifest" (#14471) 2025-02-13 13:51:05 +01:00
58275b8931 Disable default features for reth-storage-api in workspace manifest (#14466)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-13 12:31:16 +00:00
84a375698d [Feature]: Add Opstack superchain registry support for genesis files (#14260)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-02-13 10:51:18 +00:00
46462ae0a6 refactor: remove PostExecutionInput (#14464) 2025-02-13 10:24:00 +00:00
f425a4dbcd chore: phase out reth-primitives from storage-api (#14462) 2025-02-13 10:00:00 +00:00
cfb91e94dd chore: no_std for reth-execution-types (#14465) 2025-02-13 09:47:40 +00:00
a699ee5405 Upstream ExecutionData to alloy (#14188) 2025-02-13 09:02:33 +00:00
1e0b0d897b chore: release v1.2.0 (#14438) 2025-02-12 17:38:01 +01:00
4f73e1a47e chore: remove BatchExecutor (#14453) 2025-02-12 15:56:42 +00:00
172369afd5 feat: add Consensus to ExecutionStage (#14447) 2025-02-12 14:48:14 +00:00
71b9f1225a feat(op, cli): add cli option to enable tx conditional (#14421) 2025-02-12 13:15:27 +00:00
82903d9fe4 chore: export cli from reth ethereum (#14444) 2025-02-12 13:45:55 +01:00