Arsenii Kulikov
|
18b71d9a90
|
refactor: prepare EthereumHardforks for move to alloy-evm (#14835)
|
2025-03-05 08:40:42 +00:00 |
|
Arsenii Kulikov
|
8ddd8d6f05
|
refactor: remove Primitives AT from BlockExecutionStrategy (#14833)
|
2025-03-04 19:31:49 +00:00 |
|
Matthias Seitz
|
fb24454af6
|
fix: apply eip2935 for op (#14832)
|
2025-03-04 19:08:11 +00:00 |
|
Arsenii Kulikov
|
7b2f889dcb
|
fix: correctly configure extraData for Ethereum blocks (#14831)
|
2025-03-04 18:40:41 +00:00 |
|
Arsenii Kulikov
|
2eab45869f
|
feat: BlockAssember + BlockBuilder (#14808)
|
2025-03-04 17:20:02 +00:00 |
|
Muhammed Kadir Yücel
|
060f0b1bbb
|
fix: use txpool.lifetime in pool maintainer correctly (#14823)
|
2025-03-04 13:05:07 +00:00 |
|
Arsenii Kulikov
|
54485df18a
|
refactor: move isthmus helpers to reth-optimism-consensus (#14811)
|
2025-03-03 21:03:12 +00:00 |
|
Arsenii Kulikov
|
2e347e76e7
|
fix: no-std for storage-api (#14810)
|
2025-03-03 20:06:40 +00:00 |
|
Alexey Shekhirin
|
7ba701a7a8
|
docs: typos (#14806)
|
2025-03-03 17:13:01 +00:00 |
|
Arsenii Kulikov
|
7413f11aa2
|
feat: ConfigureEvm::NextBlockEnvCtx (#14801)
|
2025-03-03 17:11:57 +00:00 |
|
Matthias Seitz
|
b36088da99
|
chore: allow result too large (#14795)
|
2025-03-03 10:43:17 +01:00 |
|
Matthias Seitz
|
fa22b2657b
|
chore: use interop timestamp (#14782)
|
2025-03-02 12:51:09 +01:00 |
|
Udoagwa Franklin
|
0389c87666
|
feat: Feature gate traits inside storage-api that still depend on db-api (#14647)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-01 15:45:40 +00:00 |
|
Emilia Hane
|
5f05d52de3
|
chore(sdk): Use EthApiBuilder instead of FnOnce trait (#14442)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-01 07:06:16 +00:00 |
|
Joseph Zhao
|
64cc11ebbc
|
Add dedicated Optimism Storage impl (#14654)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-01 06:31:39 +00:00 |
|
Emilia Hane
|
6758612495
|
chore(sdk): clean up op engine caps (#14775)
|
2025-02-28 13:06:02 +00:00 |
|
Emilia Hane
|
ffabf7ebf7
|
feat(isthmus): Integrate OpExecutionPayloadValidator (#14207)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: caglarkaya <caglaryucekaya@gmail.com>
|
2025-02-28 11:21:31 +00:00 |
|
Arsenii Kulikov
|
72d21c126a
|
fix: no-std for op crates (#14762)
|
2025-02-27 17:35:47 +00:00 |
|
Emilia Hane
|
b61fa52515
|
chore(deps): Use async closure in bin crates (#14725)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-27 16:47:38 +00:00 |
|
Arsenii Kulikov
|
bdc3b1b9e3
|
feat: DebugNodeLauncher (#14738)
|
2025-02-27 14:23:12 +00:00 |
|
Arsenii Kulikov
|
b2ead06d1d
|
feat: pending block support in BlockExecutionStrategyFactory (#14730)
|
2025-02-27 13:25:04 +00:00 |
|
Arsenii Kulikov
|
80250f0281
|
refactor(e2e): do not use EngineApiClient (#14739)
|
2025-02-27 10:48:01 +00:00 |
|
Dan Cline
|
d291d52954
|
feat(op): add builder methods for tx conditional and pool overrides (#14741)
|
2025-02-27 07:32:02 +00:00 |
|
Emilia Hane
|
97bc3611db
|
feat(engine): Op engine capabilities (#14733)
Co-authored-by: Ishika Choudhury <117741714+Rimeeeeee@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-26 16:06:51 +00:00 |
|
0xAtreides
|
009b09256c
|
feat: Avoid propagating transactions with conditionals, closes #14706 (#14722)
|
2025-02-26 15:23:50 +00:00 |
|
Arsenii Kulikov
|
f94f37eb43
|
fix: correctly set txtype for eth_call (#14727)
|
2025-02-26 15:09:52 +00:00 |
|
Matthias Seitz
|
bb13be4826
|
chore: always set mint in deposit tx receipt (#14716)
|
2025-02-26 10:04:42 +00:00 |
|
Arsenii Kulikov
|
77aa17fb57
|
refactor: introduce BasicPayloadServiceBuilder (#14700)
|
2025-02-25 23:45:07 +00:00 |
|
Emilia Hane
|
cf73f6eed6
|
feat(l2-withdrawals): Verify l2 withdrawals root in PayloadValidator (#14636)
|
2025-02-25 09:38:35 +00:00 |
|
Arsenii Kulikov
|
ee7e3fea2b
|
feat: re-introduce debug.reorg logic (#14676)
|
2025-02-24 22:16:07 +00:00 |
|
Arsenii Kulikov
|
c40d059dd3
|
refactor: implement BlockExecutionStrategyFactory directly on EvmConfig (#14675)
|
2025-02-24 21:28:21 +00:00 |
|
Ayush Dubey
|
38808e174f
|
Disable default features for tracing #14526 (#14530)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-24 20:34:13 +00:00 |
|
Léa Narzis
|
340d7ba008
|
refactor: merge signed tx traits (#14622)
|
2025-02-24 13:43:31 +00:00 |
|
Yohann Kazoula
|
33443de09a
|
Make PayloadOrAttributes generic over ExecutionData (#14666)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-24 08:50:39 +00:00 |
|
Léa Narzis
|
c72731e913
|
feat(op-pool-tx): add new field to store encoded 2718 bytes (#14665)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-24 08:40:16 +00:00 |
|
Poulav Bhowmick
|
d77c6061da
|
Changed "match" to "if let some" to fix build errors (#14637)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-21 15:20:15 +00:00 |
|
Arsenii Kulikov
|
74a1151c07
|
feat: integrate TxEnv conversions (#14630)
|
2025-02-21 14:50:28 +00:00 |
|
Joseph Zhao
|
86e8a2a245
|
Return RecoveredBlock in ensure_well_formed_payload (#14625)
|
2025-02-21 10:42:54 +00:00 |
|
Emilia Hane
|
066482d81b
|
feat(l2-withdrawals): Define OpExecutionPayloadValidator (#14591)
|
2025-02-20 18:02:30 +00:00 |
|
Matthias Seitz
|
c4066b0410
|
fix: conditional check (#14616)
|
2025-02-20 16:26:32 +00:00 |
|
Arsenii Kulikov
|
72210736ad
|
feat: re-use BlockExecutionStrategy in payload building (#14609)
|
2025-02-20 15:06:19 +00:00 |
|
Arsenii Kulikov
|
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 |
|
Emilia Hane
|
2a8f5b883b
|
feat(l2-withdrawals): Move l2 withdrawals root computation into reth-optimism-storage (#14610)
|
2025-02-20 12:34:08 +00:00 |
|
Emilia Hane
|
f03e7e02f7
|
chore(payload): Custom PayloadError variant (#14607)
|
2025-02-20 11:45:34 +00:00 |
|
Arsenii Kulikov
|
7ee8461bac
|
feat: expose InvalidTxError in BlockExecutionError (#14597)
|
2025-02-20 09:22:22 +00:00 |
|
Arsenii Kulikov
|
b9c81e4d94
|
feat: BlockExecutionStrategy::execute_transaction API (#14586)
|
2025-02-19 14:03:13 +00:00 |
|
Arsenii Kulikov
|
4f454c91d6
|
refactor: BlockExecutionStrategy API (#14480)
|
2025-02-19 13:10:50 +00:00 |
|
Solar Mithril
|
1ae733a7d1
|
Add interop hardfork in all relevant places. (#14582)
|
2025-02-19 12:18:37 +00:00 |
|
DaniPopes
|
c9a348dd2c
|
chore(deps): bump breaking deps (#14570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-19 11:36:15 +00:00 |
|
Arsenii Kulikov
|
e92cf35ac9
|
refactor: simplify SystemCaller API (#14578)
|
2025-02-19 10:08:49 +00:00 |
|