Matthias Seitz
|
85f3324fac
|
feat: add helper for obtaining the engineapi launcher (#16517)
|
2025-05-28 19:38:00 +00:00 |
|
Femi Bankole
|
8987bce75d
|
chore: fix make-pr lint-codespell errors (#16324)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-18 12:29:57 +02:00 |
|
Suyash Nayan
|
4fb36fb247
|
refactor(rpc-builder): Use Box<dyn TaskSpawner> for RPC task handling (#16297)
Signed-off-by: 7suyash7 <suyashnyn1@gmail.com>
|
2025-05-16 11:05:45 +00:00 |
|
Matthias Seitz
|
1737b8df12
|
fix: receipts logs arg parsing (#16240)
|
2025-05-15 09:47:26 +00:00 |
|
Matthias Seitz
|
dfbbc2e0e5
|
chore: add error when unwind failed on launch (#16188)
|
2025-05-13 12:25:30 +02:00 |
|
Matthias Seitz
|
d485b9ab66
|
feat: add fns to map engine builders (#16171)
|
2025-05-12 18:38:08 +00:00 |
|
Federico Gimenez
|
a411d9334e
|
chore: remove redundant NodeTypes bounds (#16160)
|
2025-05-12 10:11:35 +00:00 |
|
Matthias Seitz
|
0af20a3b97
|
feat: add noop engine Api builder (#16084)
|
2025-05-07 17:56:18 +02:00 |
|
Emilia Hane
|
623950bb7e
|
chore(sdk): allow NoopNetwork in NodeAdapater (#16037)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-05-06 17:59:30 +00:00 |
|
Federico Gimenez
|
699b3fde1b
|
chore: remove BlockExecutorProvider trait (#15989)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-05-06 11:34:37 +00:00 |
|
Arsenii Kulikov
|
1ba12aeeaa
|
chore: remove NoopBlockExecutorProvider (#16060)
|
2025-05-05 07:08:11 +00:00 |
|
Arsenii Kulikov
|
37741fdcbc
|
refactor: execute through EvmConfig in engine + MockEvmConfig (#16025)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
|
2025-05-01 19:16:31 +00:00 |
|
Matthias Seitz
|
762880e494
|
docs: add engine API builder docs (#15988)
|
2025-04-29 15:10:06 +02:00 |
|
Matthias Seitz
|
9e2043091f
|
docs: add more docs for RpcAddsOns (#15986)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-04-29 12:01:01 +00:00 |
|
Ishika Choudhury
|
c867812793
|
feat: exposed EvmConfig to PayloadServiceBuilder (#15887)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-04-25 01:29:01 +00:00 |
|
Emilia Hane
|
a7435bede0
|
chore(deps): 2024 edition syntax fixes (#14731)
|
2025-04-24 21:34:26 +00:00 |
|
Ishika Choudhury
|
d4c04f6826
|
feat: added support for --debug.rpc-consensus-ws (#15858)
|
2025-04-23 14:26:31 +00:00 |
|
Arsenii Kulikov
|
ae3ffb90e4
|
chore: bump MSRV to 1.86 (#15863)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-23 13:55:26 +02:00 |
|
Morty
|
cf3240f6ee
|
docs: correct indentation in rpc.rs (#15824)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-22 09:53:19 +00:00 |
|
Federico Gimenez
|
ddc101f863
|
chore: set clippy check for const fn to warn (#15777)
|
2025-04-16 17:59:36 +00:00 |
|
Hunter Z
|
c79b63876e
|
feat: add config for reserved CPU cores Resolves paradigmxyz/reth#15633 (#15710)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-15 12:03:27 +00:00 |
|
0xOsiris
|
4121fce5e7
|
feat(net): add transaction gossip policy (#15341)
Co-authored-by: Sagar Rana <sagarrana.pvt@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-11 20:03:02 +00:00 |
|
Matthias Seitz
|
d68dd400ae
|
chore: make build eth api async (#15636)
|
2025-04-10 07:27:54 +02:00 |
|
Matthias Seitz
|
6b06fdfe1d
|
chore: rm unused warning (#15474)
|
2025-04-02 19:07:46 +00:00 |
|
Federico Gimenez
|
be04b45b20
|
chore: remove unused deps (#15429)
|
2025-04-01 09:20:13 +00:00 |
|
taikoon
|
409e1db7f2
|
fix(doc): NodeTypesWithEngine to NodeTypes (#15393)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2025-03-30 08:43:55 +00:00 |
|
Federico Gimenez
|
e2e297d77c
|
feat: remove NodeTypesWithEngine trait layer (#15351)
|
2025-03-28 18:26:55 +00:00 |
|
kustrun
|
ea001235c2
|
feat(full-provider): Add Debug trait to FullProvider. (#15307)
|
2025-03-26 19:21:24 +00:00 |
|
kustrun
|
4d7806c752
|
feat(node-type): Make NodeType & impls Clone. (#14997)
|
2025-03-26 14:02:44 +00:00 |
|
Federico Gimenez
|
985a926bee
|
feat: relax NodeTypesWithEngine bounds on EngineTypes to PayloadTypes (#15257)
|
2025-03-25 10:06:22 +00:00 |
|
Ishika Choudhury
|
f4f205f80c
|
changed possible #[allow()] -> #[expect()] (#15168)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-22 08:52:17 +00:00 |
|
Alexey Shekhirin
|
876ad31928
|
feat(rpc): accept requests hash in engine_newPayloadV4 (#15123)
|
2025-03-18 19:34:29 +00:00 |
|
Matthias Seitz
|
f55d8405cb
|
chore: rm reth-primitives from node crates (#15069)
|
2025-03-15 17:34:24 +01:00 |
|
Alessandro Mazza
|
2882991173
|
fix: add debug namespace to auth module in op-reth (#15048)
|
2025-03-14 20:06:42 +00:00 |
|
Ishika Choudhury
|
8393e52ee6
|
feat:added EthApiCtx struct for converting build_eth_api args to container type (#15013)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-13 15:15:03 +00:00 |
|
Sumit
|
20bbdd70b9
|
Chore: move tree config from engine-tree to engine-primitives (#14890)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-12 17:34:04 +00:00 |
|
Arsenii Kulikov
|
d616096fda
|
chore: simplify NodePrimitives bounds (#14936)
|
2025-03-10 17:12:33 +00:00 |
|
Arsenii Kulikov
|
91eb292e3e
|
refactor: unify EVM traits (#14920)
|
2025-03-10 08:52:55 +00:00 |
|
Arsenii Kulikov
|
18b71d9a90
|
refactor: prepare EthereumHardforks for move to alloy-evm (#14835)
|
2025-03-05 08:40:42 +00:00 |
|
Jacob Su
|
c701bba7ee
|
refactor LaunchContext::with function. (#14792)
|
2025-03-03 09:53:24 +01: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 |
|
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 |
|
Jacob Su
|
8f803147e0
|
fix incorrect async func LaunchContextWith::with_resolved_peers; (#14769)
|
2025-02-28 07:52:14 +00:00 |
|
Arsenii Kulikov
|
3ec3eb2412
|
chore: small NodeBuilder simplification (#14755)
|
2025-02-27 15:54:16 +00:00 |
|
Arsenii Kulikov
|
bdc3b1b9e3
|
feat: DebugNodeLauncher (#14738)
|
2025-02-27 14:23:12 +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 |
|
Arsenii Kulikov
|
77aa17fb57
|
refactor: introduce BasicPayloadServiceBuilder (#14700)
|
2025-02-25 23:45:07 +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 |
|