rrrengineer
|
4850bd5ebc
|
feat: adding cli --rpc.txfeecap flag (#15654)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-15 18:30:12 +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 |
|
Matthias Seitz
|
fe1af71310
|
chore: unify proof task concurrency consts (#15715)
|
2025-04-14 09:36:15 +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 |
|
stevencartavia
|
c34bdf37f0
|
feat: add CLI args for concurrency settings (#15657)
|
2025-04-11 08:19:05 +00:00 |
|
Yash Atreya
|
58fe204ff2
|
chore: alloy 0.14 (#15635)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-11 08:28:57 +02:00 |
|
Matthias Seitz
|
04c61e2151
|
Revert "feat(engine): enable prewarming & caching by default (#15630)" (#15666)
|
2025-04-10 16:13:29 +02:00 |
|
Matthias Seitz
|
d68dd400ae
|
chore: make build eth api async (#15636)
|
2025-04-10 07:27:54 +02:00 |
|
Alexey Shekhirin
|
e261a2e205
|
feat(engine): enable prewarming & caching by default (#15630)
|
2025-04-09 10:27:05 +00:00 |
|
Soubhik Singha Mahapatra
|
0c4928b9d4
|
Added txpool cli args for local txs backup (#15533)
|
2025-04-04 16:24:10 +00: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 |
|
Matthias Seitz
|
001249dec7
|
chore: add alias for ws.origins (#15403)
|
2025-03-31 19:24:08 +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 |
|
Steven
|
5514dfef32
|
feat: make instance argument optional (#14389)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-29 08:15:34 +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 |
|
Soubhik Singha Mahapatra
|
c13d025897
|
Made --rpc.gascap support "max" (#15272)
|
2025-03-26 17:22:06 +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 |
|
nk_ysg
|
95d5b3ad57
|
reth-node-types: Add derive(Default) avoid manual implementations (#15228)
|
2025-03-23 15:12:32 +00:00 |
|
0xMushow
|
8492768442
|
Allow blob_cache_size to be configured via CLI (#15213)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-22 16:28:34 +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 |
|
Ishika Choudhury
|
9f6fec213c
|
feature gate serde in config (#15071)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-19 17:37:42 +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 |
|
Steven
|
89e3e5529f
|
feat: make trace_filter block range configurable (#14939)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-14 11:52:19 +00:00 |
|
Roman Krasiuk
|
c10b0dd7fb
|
feat(ress): max witness window (#15029)
|
2025-03-13 21:39:38 +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 |
|
Ayush Dubey
|
4cd46f8aee
|
Bump vergen to 9.0 #14904 (#14940)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2025-03-12 11:05:18 +00:00 |
|
Alexey Shekhirin
|
1d7028bc35
|
feat(optimism): enable state root task by default (#14977)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-12 10:56:31 +00:00 |
|
Roman Krasiuk
|
b968fa04ad
|
feat: integrate ress (#14959)
|
2025-03-12 09:34:49 +00:00 |
|
Arsenii Kulikov
|
d616096fda
|
chore: simplify NodePrimitives bounds (#14936)
|
2025-03-10 17:12:33 +00:00 |
|
Matthias Seitz
|
4bdbb3ce38
|
fix: disable not only if requested (#14927)
|
2025-03-10 13:28:37 +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 |
|
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 |
|
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 |
|
Arsenii Kulikov
|
b2ead06d1d
|
feat: pending block support in BlockExecutionStrategyFactory (#14730)
|
2025-02-27 13:25:04 +00:00 |
|
Dimitris Apostolou
|
4565cda599
|
chore(deps): avoid duplicate crates (#14681)
|
2025-02-27 07:47:08 +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 |
|