|
|
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 |
|
|
|
9f1602c03e
|
chore: export exex (#14443)
|
2025-02-12 12:43:26 +01:00 |
|
|
|
9a805b06db
|
chore: bump alloy 0.11.1 (#14439)
|
2025-02-12 10:15:10 +00:00 |
|
|
|
e9b99b0610
|
chore: use reth-ethereum in example (#14409)
|
2025-02-12 08:56:15 +00:00 |
|
|
|
ea40f78e59
|
feat(l2-withdrawals): Define OpEngineApiBuilder (#14426)
|
2025-02-12 07:04:52 +00:00 |
|
|
|
771a99be53
|
chore: phase out reth-primitives from op-evm (#14428)
|
2025-02-11 23:57:03 +00:00 |
|
|
|
fab686ac05
|
feat: append tx conditional to pooled tx (#14403)
|
2025-02-11 19:59:09 +00:00 |
|
|
|
5f15d1e2a9
|
feat(l2-withdrawals): Define OpEngineApi (#14414)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-11 19:50:32 +00:00 |
|
|
|
974b197d30
|
feat: add alloy-compat for op prims (#14406)
|
2025-02-11 19:15:34 +00:00 |
|
|
|
1cd72206a1
|
chore: bump revm 19.5 (#14408)
|
2025-02-11 14:27:54 +00:00 |
|